rpms/panoglview/F-13 panoglview.spec,1.2,1.3

bpostle bpostle at fedoraproject.org
Tue Feb 23 23:32:39 UTC 2010


Author: bpostle

Update of /cvs/pkgs/rpms/panoglview/F-13
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17056

Modified Files:
	panoglview.spec 
Log Message:
Fix for implicit DSO linking bug #564711



Index: panoglview.spec
===================================================================
RCS file: /cvs/pkgs/rpms/panoglview/F-13/panoglview.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- panoglview.spec	25 Jul 2009 23:13:17 -0000	1.2
+++ panoglview.spec	23 Feb 2010 23:32:37 -0000	1.3
@@ -1,7 +1,7 @@
 Summary:       Immersive viewer for spherical panoramas
 Name:          panoglview
 Version:       0.2.2
-Release:       6%{?dist}
+Release:       7%{?dist}
 License:       GPLv2+
 URL:           http://hugin.sourceforge.net/
 Group:         Applications/Multimedia
@@ -22,7 +22,7 @@ chmod -x src/*.h src/*.cpp
 
 %build
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} LDFLAGS="-lGL -lGLU"
 
 %install
 rm -rf %{buildroot}
@@ -48,6 +48,9 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/pixmaps/%{name}.png
 
 %changelog
+* Tue Feb 23 2010 Bruno Postle <bruno at postle.net> 0.2.2-7
+- Fix for implicit DSO linking bug #564711
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.2-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 



More information about the scm-commits mailing list