diff options
author | Chris Weyl <cweyl@fedoraproject.org> | 2010-01-19 05:34:11 +0000 |
---|---|---|
committer | Chris Weyl <cweyl@fedoraproject.org> | 2010-01-19 05:34:11 +0000 |
commit | 8d25ddbae1426b127be51f30eccc05a4e6aea60a (patch) | |
tree | 2fc32046fa31e94e6cb97ae54f9c4a538152d929 /libssh2.spec | |
parent | - correct bad file entry under -devel (diff) | |
download | libssh2-freefilesync-8d25ddbae1426b127be51f30eccc05a4e6aea60a.tar.gz libssh2-freefilesync-8d25ddbae1426b127be51f30eccc05a4e6aea60a.tar.bz2 libssh2-freefilesync-8d25ddbae1426b127be51f30eccc05a4e6aea60a.zip |
- patch w/1aba38cd7d2658146675ce1737e5090f879f306; not yet in a GA release
Diffstat (limited to 'libssh2.spec')
-rw-r--r-- | libssh2.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/libssh2.spec b/libssh2.spec index 7e913b3..250323a 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -1,6 +1,6 @@ Name: libssh2 Version: 1.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A library implementing the SSH2 protocol Group: System Environment/Libraries @@ -9,6 +9,9 @@ URL: http://www.libssh2.org Source0: http://libssh2.org/download/libssh2-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# aka commit 1aba38cd7d2658146675ce1737e5090f879f306 +Patch0: libssh2-1.2.2-padding.patch + BuildRequires: openssl-devel BuildRequires: zlib-devel @@ -41,6 +44,7 @@ developing applications that use %{name}. %prep %setup -q +%patch0 -p1 # make sure things are UTF-8... for i in ChangeLog NEWS ; do @@ -96,6 +100,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/* %changelog +* Mon Jan 18 2010 Chris Weyl <cweyl@alumni.drew.edu> 1.2.2-3 +- patch w/1aba38cd7d2658146675ce1737e5090f879f306; not yet in a GA release + * Thu Jan 14 2010 Chris Weyl <cweyl@alumni.drew.edu> 1.2.2-2 - correct bad file entry under -devel |