rpms/spr/devel spr.spec,1.8,1.9

Caolan McNamara caolanm at fedoraproject.org
Sat Feb 28 13:18:29 UTC 2009


Author: caolanm

Update of /cvs/pkgs/rpms/spr/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17659

Modified Files:
	spr.spec 
Log Message:
comparing getopt ret to EOF requires stdio.h, or use just -1 (man 3p getopt)


Index: spr.spec
===================================================================
RCS file: /cvs/pkgs/rpms/spr/devel/spr.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- spr.spec	26 Feb 2009 02:34:06 -0000	1.8
+++ spr.spec	28 Feb 2009 13:17:59 -0000	1.9
@@ -1,12 +1,13 @@
 Name:           spr
 Version:        07.15.00
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library for categorization of data
 
 Group:          Development/Libraries
 License:        GPL+
 URL:            http://www.hep.caltech.edu/~narsky/spr.html
 Patch0:         spr-07.08.00-cflags.patch
+Patch1:         spr-07.08.00-getopt_ret.patch
 Source0:        http://downloads.sourceforge.net/statpatrec/SPR-07-15-00.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libstdc++-devel
@@ -27,6 +28,7 @@
 %setup -q -n StatPatternRecognition
 touch -r configure.ac configure.ac.stamp
 %patch0 -p1
+%patch1 -p1
 touch -r configure.ac.stamp configure.ac
 
 
@@ -74,6 +76,9 @@
 
 
 %changelog
+* Sat Feb 28 2009 Caolán McNamara <caolanm at redhat.com> - 07.15.00-3
+- comparing getopt ret to EOF requires stdio.h, or use just -1 (man 3p getopt)
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 07.15.00-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list