rpms/cfdg/devel cfdg.spec, 1.3, 1.4 contextfree-2.2-optflags.patch, 1.1, 1.2

Jon Ciesla limb at fedoraproject.org
Mon Jun 15 17:52:12 UTC 2009


Author: limb

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

Modified Files:
	cfdg.spec contextfree-2.2-optflags.patch 
Log Message:
Build with %%{optflags}, 505599.



Index: cfdg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cfdg/devel/cfdg.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- cfdg.spec	27 Apr 2009 20:27:09 -0000	1.3
+++ cfdg.spec	15 Jun 2009 17:51:41 -0000	1.4
@@ -1,6 +1,6 @@
 Name: cfdg
 Version:  2.2
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary: Context Free Design Grammar
 
 Group: Amusements/Games 
@@ -67,6 +67,9 @@ rm -rf %{buildroot}
 %doc input/* LICENSE.txt README.txt
 
 %changelog
+* Fri Jun 12 2009 Ville Skyttä <ville.skytta at iki.fi> - 2.2-2
+- Build with %%{optflags}.
+
 * Mon Apr 27 2009 Jon Ciesla <limb at jcomserv.net> - 2.2-1
 - 2.2, fixed licencing and gcc issues.
 - Updated mktemp, optflag patches.

contextfree-2.2-optflags.patch:

Index: contextfree-2.2-optflags.patch
===================================================================
RCS file: /cvs/pkgs/rpms/cfdg/devel/contextfree-2.2-optflags.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- contextfree-2.2-optflags.patch	27 Apr 2009 20:27:09 -0000	1.1
+++ contextfree-2.2-optflags.patch	15 Jun 2009 17:51:41 -0000	1.2
@@ -4,4 +4,4 @@
 +OPTFLAGS = -03 -Wall
 @@ -108 +109 @@
 -CPPFLAGS += -O3 -Wall
-++CPPFLAGS += $(OPTFLAGS)
++CPPFLAGS += $(OPTFLAGS)




More information about the fedora-extras-commits mailing list