rpms/splat/F-10 splat-1.2.3-optflags.patch, NONE, 1.1 splat.spec, 1.4, 1.5

Randy Berry dp67 at fedoraproject.org
Fri May 8 20:23:12 UTC 2009


Author: dp67

Update of /cvs/pkgs/rpms/splat/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23367

Modified Files:
	splat.spec 
Added Files:
	splat-1.2.3-optflags.patch 
Log Message:

Package not built with $RPM_OPT_FLAGS Rebuild with proper flags.



splat-1.2.3-optflags.patch:

--- NEW FILE splat-1.2.3-optflags.patch ---
diff -up ./build.orig ./build
--- ./build.orig	2007-10-17 15:31:26.000000000 -0400
+++ ./build	2009-05-08 15:23:36.000000000 -0400
@@ -14,7 +14,7 @@ build_splat()
 {
 	echo -n "Compiling SPLAT!... "
 	## g++ -Wall -O3 -s -lm -lbz2 -fomit-frame-pointer -march=$cpu itm.cpp splat.cpp -o splat
-	g++ -Wall -O3 -fomit-frame-pointer -ffast-math -march=$cpu itm.cpp splat.cpp -lm -lbz2 -o splat
+	g++ -ffast-math $RPM_OPT_FLAGS itm.cpp splat.cpp -lm -lbz2 -o splat
 	echo "Done!"
 }
 


Index: splat.spec
===================================================================
RCS file: /cvs/pkgs/rpms/splat/F-10/splat.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- splat.spec	26 Dec 2008 13:37:36 -0000	1.4
+++ splat.spec	8 May 2009 20:22:42 -0000	1.5
@@ -1,6 +1,6 @@
 Name:           splat
 Version:        1.2.3
-Release:        3%{?dist}
+Release:        6%{?dist}
 
 Provides:       splat-utils = %{version}-%{release}
 Obsoletes:      splat-utils < 1.2.3-2
@@ -17,11 +17,12 @@ Source2:        srtm2sdf.man
 Source3:        usgs2sdf.man
 Source4:        bearing.man
 Source5:        postdownload.man
-Patch0:		splat-1.2-build.patch
+Patch0:		splat-1.2.3-optflags.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  bzip2-devel
-BuildRequires:  groff, desktop-file-utils
+BuildRequires:  groff
+BuildRequires:	desktop-file-utils
 #Requires:       
 
 %description
@@ -83,6 +84,17 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* Fri May  8 2009 Randall J. Berry <dp67 at fedoraproject.org> - 1.2.3-6
+- Update CVS
+- Build with $RPM_OPT_FLAGS.
+- Submit update fix bug #736499
+
+* Thu May  7 2009 Ville Skyttä <ville.skytta at iki.fi> - 1.2.3-5
+- Build with $RPM_OPT_FLAGS.
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.3-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Fri Dec 26 2008 Sindre Pedersen Bjørdal <sindrepb at fedoraproject.org> - 1.2.3-3
 - fix broken obsoletes
 




More information about the scm-commits mailing list