rpms/lksctp-tools/devel .cvsignore, 1.8, 1.9 lksctp-tools.spec, 1.24, 1.25 sources, 1.8, 1.9

Jan Šafránek jsafrane at fedoraproject.org
Tue Dec 1 12:25:33 UTC 2009


Author: jsafrane

Update of /cvs/pkgs/rpms/lksctp-tools/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv666

Modified Files:
	.cvsignore lksctp-tools.spec sources 
Log Message:
Update to 1.0.11
Remove rpath from compiled binaries


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lksctp-tools/devel/.cvsignore,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- .cvsignore	14 Apr 2009 07:18:04 -0000	1.8
+++ .cvsignore	1 Dec 2009 12:25:33 -0000	1.9
@@ -1 +1 @@
-lksctp-tools-1.0.10.tar.gz
+lksctp-tools-1.0.11.tar.gz


Index: lksctp-tools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lksctp-tools/devel/lksctp-tools.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- lksctp-tools.spec	25 Jul 2009 11:11:25 -0000	1.24
+++ lksctp-tools.spec	1 Dec 2009 12:25:33 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: User-space access to Linux Kernel SCTP
 Name: lksctp-tools
-Version: 1.0.10
-Release: 2%{?dist}
+Version: 1.0.11
+Release: 1%{?dist}
 # src/apps/bindx_test.C is GPLv2, I've asked upstream for clarification
 License: GPLv2 and GPLv2+ and LGPLv2 and MIT
 Group: System Environment/Libraries
@@ -51,6 +51,10 @@ Drafts).
 %build
 [ ! -x ./configure ] && sh bootstrap
 %configure
+# remove rpath from libtool
+sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
+sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
+
 make %{?_smp_mflags}
 
 %install
@@ -92,6 +96,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc doc/*.txt
 
 %changelog
+* Tue Dec  1 2009 Jan Safranek <jsafrane at redhat.com> 1.0.11-1
+- Update to 1.0.11
+- Remove rpath from compiled binaries
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lksctp-tools/devel/sources,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- sources	14 Apr 2009 07:18:04 -0000	1.8
+++ sources	1 Dec 2009 12:25:33 -0000	1.9
@@ -1 +1 @@
-cbcb78adc6ba251a99d45e78470b5571  lksctp-tools-1.0.10.tar.gz
+e9cf6c57402c9d4f1173a9529466e16d  lksctp-tools-1.0.11.tar.gz




More information about the fedora-extras-commits mailing list