diff --git a/freeglut-2.6.0-fixld.patch b/freeglut-2.6.0-fixld.patch index 0a2f565..00e44f4 100644 --- a/freeglut-2.6.0-fixld.patch +++ b/freeglut-2.6.0-fixld.patch @@ -90,7 +90,7 @@ diff -up freeglut-2.6.0/progs/demos/spaceball/Makefile.in.fixld freeglut-2.6.0/p LIBOBJS = @LIBOBJS@ LIBRARY = @LIBRARY@ -LIBS = @LIBS@ -+LIBS = @LIBS@ -lGL ++LIBS = @LIBS@ -lm -lGL LIBTOOL = @LIBTOOL@ LIBTOOL_DEPS = @LIBTOOL_DEPS@ LIBXI = @LIBXI@ diff --git a/freeglut.spec b/freeglut.spec index 5e6a206..cbc3623 100644 --- a/freeglut.spec +++ b/freeglut.spec @@ -1,7 +1,7 @@ Summary: A freely licensed alternative to the GLUT library Name: freeglut Version: 2.6.0 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://freeglut.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz # For the manpages @@ -91,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Mon Feb 15 2010 Tomas Smetana 2.6.0-3 +- the patch for #565178 was incomplete + * Mon Feb 15 2010 Tomas Smetana 2.6.0-2 - fix #565178: fix building of the examples