rpms/libssh2/F-13 libssh2.spec, 1.16, 1.17 sources, 1.5, 1.6 libssh2-1.2.2-padding.patch, 1.1, NONE

Chris Weyl cweyl at fedoraproject.org
Sat Mar 13 05:20:45 UTC 2010


Author: cweyl

Update of /cvs/extras/rpms/libssh2/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9296

Modified Files:
	libssh2.spec sources 
Removed Files:
	libssh2-1.2.2-padding.patch 
Log Message:
* Fri Mar 12 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.2.4-1
- update to 1.2.4
- drop old patch0
- be more aggressive about keeping .deps from intruding into -docs



Index: libssh2.spec
===================================================================
RCS file: /cvs/extras/rpms/libssh2/F-13/libssh2.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- libssh2.spec	20 Jan 2010 17:44:18 -0000	1.16
+++ libssh2.spec	13 Mar 2010 05:20:45 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           libssh2
-Version:        1.2.2
-Release:        5%{?dist}
+Version:        1.2.4
+Release:        1%{?dist}
 Summary:        A library implementing the SSH2 protocol
 
 Group:          System Environment/Libraries
@@ -9,9 +9,6 @@ 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
 
@@ -47,7 +44,6 @@ developing applications that use %{name}
 
 %prep
 %setup -q
-%patch0 -p1
 
 # make sure things are UTF-8...
 for i in ChangeLog NEWS ; do
@@ -69,7 +65,7 @@ find %{buildroot} -name '*.la' -exec rm 
 
 # clean things up a bit for packaging
 ( cd example && make clean )
-rm -rf example/simple/.deps
+find example/ -type d -name .deps -exec rm -rf {} +
 find example/ -type f '(' -name '*.am' -o -name '*.in' ')' -exec rm -v {} +
 
 %check
@@ -104,6 +100,11 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/*
 
 %changelog
+* Fri Mar 12 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.2.4-1
+- update to 1.2.4
+- drop old patch0
+- be more aggressive about keeping .deps from intruding into -docs
+
 * Wed Jan 20 2010 Chris Weyl <cweyl at alumni.drew.edu> 1.2.2-5
 - pkgconfig dep should be with -devel, not -docs
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/libssh2/F-13/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -p -r1.5 -r1.6
--- sources	14 Jan 2010 17:14:53 -0000	1.5
+++ sources	13 Mar 2010 05:20:45 -0000	1.6
@@ -1 +1 @@
-fa8d9cd425bdd62f57244fc61fb54da7  libssh2-1.2.2.tar.gz
+4d65a66d5f232e5bb1d05b311e43d46d  libssh2-1.2.4.tar.gz


--- libssh2-1.2.2-padding.patch DELETED ---



More information about the scm-commits mailing list