rpms/cfdg/devel contextfree-2.2-mktemp.patch, NONE, 1.1 contextfree-2.2-optflags.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 cfdg.spec, 1.2, 1.3 sources, 1.2, 1.3

Jon Ciesla limb at fedoraproject.org
Mon Apr 27 20:27:40 UTC 2009


Author: limb

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

Modified Files:
	.cvsignore cfdg.spec sources 
Added Files:
	contextfree-2.2-mktemp.patch contextfree-2.2-optflags.patch 
Log Message:
2.2


contextfree-2.2-mktemp.patch:

--- NEW FILE contextfree-2.2-mktemp.patch ---
--- src-unix/posixSystem.cpp~	2009-04-27 15:06:36.000000000 -0500
+++ src-unix/posixSystem.cpp	2009-04-27 15:06:36.000000000 -0500
@@ -107 +107 @@
-	if (mktemp(b)) {
+	if (mkstemp(b)) {

contextfree-2.2-optflags.patch:

--- NEW FILE contextfree-2.2-optflags.patch ---
--- Makefile~	2009-04-27 15:15:01.000000000 -0500
+++ Makefile	2009-04-27 15:15:01.000000000 -0500
@@ -106,0 +107 @@
+OPTFLAGS = -03 -Wall
@@ -108 +109 @@
-CPPFLAGS += -O3 -Wall
++CPPFLAGS += $(OPTFLAGS)


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/cfdg/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	27 Oct 2008 12:32:05 -0000	1.2
+++ .cvsignore	27 Apr 2009 20:27:09 -0000	1.3
@@ -1 +1 @@
-ContextFreeSource2.1.tar.gz
+ContextFreeSource2.2.tgz


Index: cfdg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cfdg/devel/cfdg.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cfdg.spec	24 Feb 2009 07:05:32 -0000	1.2
+++ cfdg.spec	27 Apr 2009 20:27:09 -0000	1.3
@@ -1,14 +1,14 @@
 Name: cfdg
-Version:  2.1
-Release:  6%{?dist}
+Version:  2.2
+Release:  1%{?dist}
 Summary: Context Free Design Grammar
 
 Group: Amusements/Games 
 License: GPLv2+
 URL: http://www.contextfreeart.org/
 
-Source0: ContextFreeSource%{version}.tar.gz
-#Source0: http://www.contextfreeart.org/download/ContextFreeSource%{version}.tgz
+#Source0: ContextFreeSource%{version}.tar.gz
+Source0: http://www.contextfreeart.org/download/ContextFreeSource%{version}.tgz
 #Modified tarball due to licensing issues, to be fixed in 2.2
 #To create from upstream:
 #gunzip ContextFreeSource2.1.tgz
@@ -20,15 +20,15 @@
 #gzip ContextFreeSource2.1.tar
 
 #GCC 4.3 compatibility patches.  Submitted upstream via email 2008-06-25.
-Patch0: contextfree-2.1-builder-includes.patch
-Patch1: contextfree-2.1-yglue-includes.patch
-Patch2: contextfree-2.1-SVGCanvas-includes.patch
-Patch3: contextfree-2.1-tiledCanvas-includes.patch
-Patch4: contextfree-2.1-posixSystem-includes.patch
+#Patch0: contextfree-2.1-builder-includes.patch
+#Patch1: contextfree-2.1-yglue-includes.patch
+#Patch2: contextfree-2.1-SVGCanvas-includes.patch
+#Patch3: contextfree-2.1-tiledCanvas-includes.patch
+#Patch4: contextfree-2.1-posixSystem-includes.patch
 #Strip patch.
 Patch5: contextfree-2.1-Makefile-nostrip.patch
-Patch6: contextfree-2.1-mktemp.patch
-Patch7: contextfree-2.1-optflags.patch
+Patch6: contextfree-2.2-mktemp.patch
+Patch7: contextfree-2.2-optflags.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
 BuildRequires: libpng-devel, byacc, flex
 
@@ -40,11 +40,11 @@
 %prep
 %setup -qn ContextFreeSource%{version}
 
-%patch0 -p0
-%patch1 -p0
-%patch2 -p0
-%patch3 -p0
-%patch4 -p0
+#%patch0 -p0
+#%patch1 -p0
+#%patch2 -p0
+#%patch3 -p0
+#%patch4 -p0
 %patch5 -p0
 %patch6 -p0
 %patch7 -p0
@@ -67,6 +67,10 @@
 %doc input/* LICENSE.txt README.txt
 
 %changelog
+* Mon Apr 27 2009 Jon Ciesla <limb at jcomserv.net> - 2.2-1
+- 2.2, fixed licencing and gcc issues.
+- Updated mktemp, optflag patches.
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.1-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/cfdg/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	27 Oct 2008 12:32:05 -0000	1.2
+++ sources	27 Apr 2009 20:27:09 -0000	1.3
@@ -1 +1 @@
-3b0b1eb495def73b8dfcbce3dfbe0985  ContextFreeSource2.1.tar.gz
+e48c1967e4ec0b7764ef698b4a887ae5  ContextFreeSource2.2.tgz




More information about the fedora-extras-commits mailing list