rpms/spr/F-8 spr-07.08.00-cflags.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 sources, 1.4, 1.5 spr.spec, 1.4, 1.5 spr-06.00.02-cflags.patch, 1.1, NONE

Michael Thomas (wart) fedora-extras-commits at redhat.com
Fri Feb 15 00:56:26 UTC 2008


Author: wart

Update of /cvs/extras/rpms/spr/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13209

Modified Files:
	.cvsignore sources spr.spec 
Added Files:
	spr-07.08.00-cflags.patch 
Removed Files:
	spr-06.00.02-cflags.patch 
Log Message:
Update to 07.12.01



spr-07.08.00-cflags.patch:

--- NEW FILE spr-07.08.00-cflags.patch ---
--- StatPatternRecognition/configure.orig	2008-02-10 15:07:48.000000000 -0800
+++ StatPatternRecognition/configure	2008-02-10 15:08:39.000000000 -0800
@@ -9637,7 +9637,11 @@
 
 ################################
 
-AM_CXXFLAGS="-fPIC -O2"
+if test "${ac_env_CXXFLAGS_set}" = set; then
+    AM_CXXFLAGS=${ac_env_CXXFLAGS_value}
+else
+    AM_CXXFLAGS="-fPIC -O2"
+fi
 
 
 
--- StatPatternRecognition/configure.ac.orig	2008-02-10 15:07:51.000000000 -0800
+++ StatPatternRecognition/configure.ac	2008-02-10 15:08:59.000000000 -0800
@@ -104,7 +104,11 @@
 
 ################################
 
-AM_CXXFLAGS="-ansi -pedantic -O4"
+if test "${ac_env_CXXFLAGS_set}" = set; then
+    AM_CXXFLAGS=${ac_env_CXXFLAGS_value}
+else
+    AM_CXXFLAGS="-ansi -pedantic -O4"
+fi
 
 AC_SUBST([AM_CPPFLAGS])
 AC_SUBST([AM_CXXFLAGS])


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/spr/F-8/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	21 Aug 2007 19:57:10 -0000	1.4
+++ .cvsignore	15 Feb 2008 00:55:52 -0000	1.5
@@ -1 +1 @@
-SPR-07-00-00.tar.gz
+SPR-07-12-01.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/spr/F-8/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	21 Aug 2007 19:57:10 -0000	1.4
+++ sources	15 Feb 2008 00:55:52 -0000	1.5
@@ -1 +1 @@
-bf8884609f2e04165c40f83442923a79  SPR-07-00-00.tar.gz
+6469254004c8f619cc281211c6544a04  SPR-07-12-01.tar.gz


Index: spr.spec
===================================================================
RCS file: /cvs/extras/rpms/spr/F-8/spr.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- spr.spec	21 Aug 2007 19:57:10 -0000	1.4
+++ spr.spec	15 Feb 2008 00:55:52 -0000	1.5
@@ -1,13 +1,13 @@
 Name:           spr
-Version:        07.00.00
+Version:        07.12.01
 Release:        1%{?dist}
 Summary:        Library for categorization of data
 
 Group:          Development/Libraries
 License:        GPL+
 URL:            http://www.hep.caltech.edu/~narsky/spr.html
-Patch0:         spr-06.00.02-cflags.patch
-Source0:        http://downloads.sourceforge.net/statpatrec/SPR-07-00-00.tar.gz
+Patch0:         spr-07.08.00-cflags.patch
+Source0:        http://downloads.sourceforge.net/statpatrec/SPR-07-12-01.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  libstdc++-devel
 
@@ -73,6 +73,9 @@
 
 
 %changelog
+* Thu Feb 14 2008 Wart <wart at kobold.org> 07.12.01-1
+- Upgrade to 07.12.01
+
 * Tue Aug 21 2007 Wart <wart at kobold.org> 07.00.00-1
 - Update to latest release
 - License tag clarification


--- spr-06.00.02-cflags.patch DELETED ---




More information about the fedora-extras-commits mailing list