rpms/freeglut/devel freeglut-2.6.0-fixld.patch, 1.1, 1.2 freeglut.spec, 1.13, 1.14

Tomas Smetana tsmetana at fedoraproject.org
Mon Feb 15 16:24:05 UTC 2010


Author: tsmetana

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

Modified Files:
	freeglut-2.6.0-fixld.patch freeglut.spec 
Log Message:
* Mon Feb 15 2010 Tomas Smetana <tsmetana at redhat.com> 2.6.0-3
- the patch for #565178 was incomplete


freeglut-2.6.0-fixld.patch:
 CallbackMaker/Makefile.in   |    2 +-
 Fractals/Makefile.in        |    2 +-
 Fractals_random/Makefile.in |    2 +-
 Lorenz/Makefile.in          |    2 +-
 One/Makefile.in             |    2 +-
 shapes/Makefile.in          |    2 +-
 smooth_opengl3/Makefile.in  |    2 +-
 spaceball/Makefile.in       |    2 +-
 8 files changed, 8 insertions(+), 8 deletions(-)

Index: freeglut-2.6.0-fixld.patch
===================================================================
RCS file: /cvs/pkgs/rpms/freeglut/devel/freeglut-2.6.0-fixld.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- freeglut-2.6.0-fixld.patch	15 Feb 2010 16:05:05 -0000	1.1
+++ freeglut-2.6.0-fixld.patch	15 Feb 2010 16:24:05 -0000	1.2
@@ -90,7 +90,7 @@ diff -up freeglut-2.6.0/progs/demos/spac
  LIBOBJS = @LIBOBJS@
  LIBRARY = @LIBRARY@
 -LIBS = @LIBS@
-+LIBS = @LIBS@ -lGL
++LIBS = @LIBS@ -lm -lGL
  LIBTOOL = @LIBTOOL@
  LIBTOOL_DEPS = @LIBTOOL_DEPS@
  LIBXI = @LIBXI@


Index: freeglut.spec
===================================================================
RCS file: /cvs/pkgs/rpms/freeglut/devel/freeglut.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- freeglut.spec	15 Feb 2010 16:05:06 -0000	1.13
+++ freeglut.spec	15 Feb 2010 16:24:05 -0000	1.14
@@ -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 <tsmetana at redhat.com> 2.6.0-3
+- the patch for #565178 was incomplete
+
 * Mon Feb 15 2010 Tomas Smetana <tsmetana at redhat.com> 2.6.0-2
 - fix #565178: fix building of the examples
 



More information about the scm-commits mailing list