rpms/fltk/devel fltk-1.1.7-config.patch, 1.1, 1.2 fltk.spec, 1.24, 1.25

Thomas Fitzsimmons (fitzsim) fedora-extras-commits at redhat.com
Wed Apr 4 19:55:02 UTC 2007


Author: fitzsim

Update of /cvs/extras/rpms/fltk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30822

Modified Files:
	fltk-1.1.7-config.patch fltk.spec 
Log Message:
* Wed Apr  4 2007 Thomas Fitzsimmons <fitzsim at redhat.com> - 1.1.7-9.r5555
- Always apply fltk-config patch (#199656)
- Update fltk-1.1.7-config.patch



fltk-1.1.7-config.patch:

Index: fltk-1.1.7-config.patch
===================================================================
RCS file: /cvs/extras/rpms/fltk/devel/fltk-1.1.7-config.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fltk-1.1.7-config.patch	12 Dec 2006 06:05:54 -0000	1.1
+++ fltk-1.1.7-config.patch	4 Apr 2007 19:54:28 -0000	1.2
@@ -1,12 +1,13 @@
---- fltk-1.1.7/fltk-config.in.config	2005-12-07 14:13:12.000000000 -0600
-+++ fltk-1.1.7/fltk-config.in	2006-12-11 23:33:40.000000000 -0600
-@@ -52,12 +52,6 @@
+--- fltk-config.in.config	2007-04-04 15:31:31.000000000 -0400
++++ fltk-config.in	2007-04-04 15:31:45.000000000 -0400
+@@ -52,13 +52,6 @@
  # post-process command (only needed for MacOS)
  POSTBUILD="@POSTBUILD@"
  
 -# flags for C++ compiler:
--CFLAGS="@CFLAGS@"
--CXXFLAGS="@CXXFLAGS@"
+-ARCHFLAGS="@ARCHFLAGS@"
+-CFLAGS="@CFLAGS@ @LARGEFILE@"
+-CXXFLAGS="@CXXFLAGS@ @LARGEFILE@"
 -LDFLAGS="@LDFLAGS@"
 -LDLIBS="@LIBS@"
 -


Index: fltk.spec
===================================================================
RCS file: /cvs/extras/rpms/fltk/devel/fltk.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- fltk.spec	13 Dec 2006 18:37:34 -0000	1.24
+++ fltk.spec	4 Apr 2007 19:54:28 -0000	1.25
@@ -5,7 +5,7 @@
 Summary:	C++ user interface toolkit
 Name:		fltk
 Version:	1.1.7
-Release:	8.%{snap}%{?dist}
+Release:	9.%{snap}%{?dist}
 
 License:	LGPL with exceptions
 Group:		System Environment/Libraries
@@ -72,9 +72,7 @@
 %setup -q 
 %endif
 
-%if "%{?snap:1}" != "1"
 %patch1 -p1 -b .199656
-%endif
 %patch2 -p1 -b .test
 
 
@@ -194,6 +192,10 @@
 
 
 %changelog
+* Wed Apr  4 2007 Thomas Fitzsimmons <fitzsim at redhat.com> - 1.1.7-9.r5555
+- Always apply fltk-config patch (#199656)
+- Update fltk-1.1.7-config.patch
+
 * Wed Dec 13 2006 Rex Dieter <rexdieter[AT]users.sf.net> 1.1.7-8.r5555
 - more 64bit hackage to workaround broken Makefile logic (#219348)
 




More information about the scm-commits mailing list