diff --git a/fltk-1.1.7-config.patch b/fltk-1.1.7-config.patch index cc1132e..d25ec1d 100644 --- a/fltk-1.1.7-config.patch +++ b/fltk-1.1.7-config.patch @@ -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@" - diff --git a/fltk.spec b/fltk.spec index 45a229c..c1824a7 100644 --- a/fltk.spec +++ b/fltk.spec @@ -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 @@ Requires: %{name}-devel = %{version}-%{release} %setup -q %endif -%if "%{?snap:1}" != "1" %patch1 -p1 -b .199656 -%endif %patch2 -p1 -b .test @@ -194,6 +192,10 @@ update-desktop-database >& /dev/null ||: %changelog +* Wed Apr 4 2007 Thomas Fitzsimmons - 1.1.7-9.r5555 +- Always apply fltk-config patch (#199656) +- Update fltk-1.1.7-config.patch + * Wed Dec 13 2006 Rex Dieter 1.1.7-8.r5555 - more 64bit hackage to workaround broken Makefile logic (#219348)