rpms/amanith/devel amanith-0.3-fix-DSO.patch, NONE, 1.1 amanith.spec, 1.10, 1.11

Tom Callaway spot at fedoraproject.org
Wed Feb 10 16:48:19 UTC 2010


Author: spot

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

Modified Files:
	amanith.spec 
Added Files:
	amanith-0.3-fix-DSO.patch 
Log Message:
fix implicit DSO linking

amanith-0.3-fix-DSO.patch:
 testshaders.pro |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

--- NEW FILE amanith-0.3-fix-DSO.patch ---
diff -up amanith/examples/opengl/testshaders/testshaders.pro.DSO amanith/examples/opengl/testshaders/testshaders.pro
--- amanith/examples/opengl/testshaders/testshaders.pro.DSO	2010-02-10 11:39:49.917762524 -0500
+++ amanith/examples/opengl/testshaders/testshaders.pro	2010-02-10 11:40:23.487766249 -0500
@@ -9,9 +9,11 @@ CONFIG        += qt warn_on opengl
 SOURCES        = main.cpp \
                  testshaders.cpp
 
+LIBS          += -lGLEW
+
 win32: RC_FILE = example.rc
 
 # Qt4 support
 contains(DEFINES, USE_QT4) {
     QT += opengl
-}
\ No newline at end of file
+}


Index: amanith.spec
===================================================================
RCS file: /cvs/pkgs/rpms/amanith/devel/amanith.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -p -r1.10 -r1.11
--- amanith.spec	19 Aug 2009 22:05:24 -0000	1.10
+++ amanith.spec	10 Feb 2010 16:48:19 -0000	1.11
@@ -1,6 +1,6 @@
 Name:          amanith
 Version:       0.3
-Release:       13%{?dist}
+Release:       14%{?dist}
 Summary:       Crossplatform framework for 2d/3d vector graphics
 Group:         Development/Libraries
 License:       QPL
@@ -21,6 +21,7 @@ Patch6:        amanith-0.3-freetype-fix.
 Patch7:        amanith-0.3-system-freetype.patch
 Patch8:        amanith-0.3-gcc43.patch
 Patch9:        amanith-0.3-gcc44.patch
+Patch10:       amanith-0.3-fix-DSO.patch
 
 %description
 Amanith is an OpenSource C++ CrossPlatform framework designed for 2d & 3d 
@@ -47,6 +48,7 @@ Development libraries and headers for de
 %patch7 -p1
 %patch8 -p1
 %patch9 -p1
+%patch10 -p1 -b .DSO
 # Boo. Hiss. SGI Free B and GLX files.
 rm -rf include/GL/
 # Don't need the 3rdpart stuff either.
@@ -103,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_includedir}/amanith/
 
 %changelog
+* Wed Feb 10 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 0.3-14
+- fix implicit DSO linking
+
 * Wed Aug 19 2009 Tom "spot" Callaway <tcallawa at redhat.com> - 0.3-13
 - note that upstream is gone, drop URL from Source0
 



More information about the scm-commits mailing list