rpms/cfdg/devel contextfree-2.2.1-dsolink.patch, NONE, 1.1 cfdg.spec, 1.7, 1.8

Jon Ciesla limb at fedoraproject.org
Mon Jun 28 17:12:26 UTC 2010


Author: limb

Update of /cvs/pkgs/rpms/cfdg/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv14112

Modified Files:
	cfdg.spec 
Added Files:
	contextfree-2.2.1-dsolink.patch 
Log Message:
FTBFS.


contextfree-2.2.1-dsolink.patch:
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE contextfree-2.2.1-dsolink.patch ---
--- Makefile~	2010-06-28 12:10:33.000000000 -0500
+++ Makefile	2010-06-28 12:10:58.138179750 -0500
@@ -54,7 +54,7 @@
 # Under Cygwin replace strip $@ with strip $@.exe
 
 cfdg: $(OBJS)
-	$(LINK.o) $^ -L/usr/local/lib -lstdc++ -lpng -lz -fexceptions -o $@
+	$(LINK.o) $^ -L/usr/local/lib -lstdc++ -lpng -lz -lm -fexceptions -o $@
 #	strip $@
 
 


Index: cfdg.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cfdg/devel/cfdg.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -p -r1.7 -r1.8
--- cfdg.spec	5 Oct 2009 15:39:49 -0000	1.7
+++ cfdg.spec	28 Jun 2010 17:12:25 -0000	1.8
@@ -1,6 +1,6 @@
 Name: cfdg
 Version:  2.2.1
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary: Context Free Design Grammar
 
 Group: Amusements/Games 
@@ -29,6 +29,7 @@ Source0: http://www.contextfreeart.org/d
 Patch5: contextfree-2.1-Makefile-nostrip.patch
 Patch6: contextfree-2.2-mktemp.patch
 Patch7: contextfree-2.2-optflags.patch
+Patch8: contextfree-2.2.1-dsolink.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root%(%{__id_u} -n)
 BuildRequires: libpng-devel, byacc, flex
 
@@ -48,6 +49,7 @@ create images that can contain millions 
 %patch5 -p0
 %patch6 -p0
 %patch7 -p0
+%patch8 -p0
 
 %build
 
@@ -67,6 +69,9 @@ rm -rf %{buildroot}
 %doc input/* LICENSE.txt README.txt
 
 %changelog
+* Mon Jun 28 2010 Jon Ciesla <limb at jcomserv.net> - 2.2.1-2
+- Fix for FTBFS, BZ 600013.
+
 * Mon Oct 05 2009 Jon Ciesla <limb at jcomserv.net> - 2.2.1-1
 - New upstream.
 



More information about the scm-commits mailing list