rpms/pth/EL-4 .cvsignore, 1.4, 1.5 pth.spec, 1.7, 1.8 sources, 1.4, 1.5 pth-2.0.4.tar.gz.sig, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Thu Oct 11 16:50:28 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/pth/EL-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23223

Modified Files:
	.cvsignore pth.spec sources 
Removed Files:
	pth-2.0.4.tar.gz.sig 
Log Message:
sync w/devel (for 2.0.7)



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/pth/EL-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	27 Feb 2005 19:57:16 -0000	1.4
+++ .cvsignore	11 Oct 2007 16:49:55 -0000	1.5
@@ -1 +1,2 @@
-pth-2.0.4.tar.gz
+pth-2.0.7.tar.gz
+pth-2.0.7.tar.gz.sig


Index: pth.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pth/EL-4/pth.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pth.spec	27 Feb 2005 19:57:16 -0000	1.7
+++ pth.spec	11 Oct 2007 16:49:55 -0000	1.8
@@ -1,9 +1,8 @@
-Summary:        GNU Pth - The GNU Portable Threads
+Summary:        The GNU Portable Threads library
 Name:           pth
-Version:        2.0.4
-Release:        1
-Epoch:          0
-License:        LGPL
+Version:        2.0.7
+Release:        2%{?dist} 
+License:        LGPLv2+
 Group:          System Environment/Libraries
 URL:            http://www.gnu.org/software/pth/
 Source:         ftp://ftp.gnu.org/gnu/pth/pth-%{version}.tar.gz
@@ -21,7 +20,7 @@
 %package devel
 Summary:        Development headers and libraries for GNU Pth
 Group:          Development/Libraries
-Requires:       %{name} = %{epoch}:%{version}-%{release}
+Requires:       %{name} = %{version}-%{release}
 
 %description devel
 Development headers and libraries for GNU Pth.
@@ -32,7 +31,8 @@
 
 
 %build
-%configure
+%configure --disable-static ac_cv_func_sigstack='no'
+sed -i -e 's!@CFLAGS@,!@CFLAGS@,-g !' config.status ; ./config.status
 # this is necessary; without it make -j fails
 make pth_p.h
 make %{?_smp_mflags}
@@ -44,7 +44,7 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make DESTDIR=${RPM_BUILD_ROOT} install
 rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 
 
@@ -68,13 +68,38 @@
 %doc HACKING
 %{_bindir}/*
 %{_includedir}/*
-%{_libdir}/*.a
 %{_libdir}/*.so
 %{_mandir}/*/*
 %{_datadir}/aclocal/*
 
 
 %changelog
+* Thu Aug  2 2007 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.7-2
+- Clarify licence (LGPLv2+).
+
+* Sat Nov 25 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.7-1
+- Update to 2.0.7 (very minor maintenance updates only).
+
+* Mon Aug 28 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.6-3
+- rebuilt
+
+* Mon May 22 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.6-2
+- Insert -g into CFLAGS after configure script removes it.
+- Disable configure check for obsolete sigstack(), which segfaults.
+
+* Thu Feb 16 2006 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.6-1
+- Update to 2.0.6.
+
+* Fri Oct  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.5-1
+- Update to 2.0.5.
+- Don't build static archive.
+
+* Fri May 13 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.4-3
+- rebuilt
+
+* Thu Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 2.0.4-2
+- rebuilt
+
 * Thu Feb 24 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0:2.0.4-1
 - Update to 2.0.4.
 - Remove ancient changelog entries which even pre-date Fedora.


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/pth/EL-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	27 Feb 2005 19:57:16 -0000	1.4
+++ sources	11 Oct 2007 16:49:55 -0000	1.5
@@ -1 +1,2 @@
-f810e0ca2cd32e88efa29f9237f374d5  pth-2.0.4.tar.gz
+9cb4a25331a4c4db866a31cbe507c793  pth-2.0.7.tar.gz
+2371608ef1866b310393ef262800609c  pth-2.0.7.tar.gz.sig


--- pth-2.0.4.tar.gz.sig DELETED ---




More information about the fedora-extras-commits mailing list