rpms/lwp/EL-5 lwp.spec,1.6,1.7

Adam Goode agoode at fedoraproject.org
Wed Sep 9 16:37:37 UTC 2009


Author: agoode

Update of /cvs/pkgs/rpms/lwp/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9942

Modified Files:
	lwp.spec 
Log Message:
* Wed Sep  9 2009 Adam Goode <adam at spicenitz.org> - 2.5-4
- Remove F12 longjmp patch for EL-5



Index: lwp.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lwp/EL-5/lwp.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -p -r1.6 -r1.7
--- lwp.spec	20 Aug 2009 17:04:42 -0000	1.6
+++ lwp.spec	9 Sep 2009 16:37:37 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           lwp
 Version:        2.5
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        C library for user-mode threading
 Group:          System Environment/Libraries
 License:        LGPLv2
@@ -8,8 +8,6 @@ URL:            http://www.coda.cs.cmu.e
 Source0:        ftp://ftp.coda.cs.cmu.edu/pub/coda/src/%{name}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-Patch0:         lwp-2.5-no-longjmp_chk.patch
-
 %description
 The LWP userspace threads library. The LWP threads library is used by the Coda
 distributed filesystem, RVM (a persistent VM library), and RPC2/SFTP (remote
@@ -28,7 +26,6 @@ developing applications that use %{name}
 
 %prep
 %setup -q
-%patch0 -p1 -b .no-longjmp_chk
 
 
 %build
@@ -68,6 +65,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Sep  9 2009 Adam Goode <adam at spicenitz.org> - 2.5-4
+- Remove F12 longjmp patch for EL-5
+
 * Thu Aug 20 2009 Adam Goode <adam at spicenitz.org> - 2.5-3
 - Add check to specfile
 - Patch around lwp's creative use of longjmp that fails with fortify




More information about the fedora-extras-commits mailing list