From e1c25c1c2af63e5d2ef2414d0f7ad6bc8fa164f7 Mon Sep 17 00:00:00 2001 From: bpostle Date: Feb 23 2010 23:32:37 +0000 Subject: Fix for implicit DSO linking bug #564711 --- diff --git a/panoglview.spec b/panoglview.spec index c6c9026..e3872db 100644 --- a/panoglview.spec +++ b/panoglview.spec @@ -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 0.2.2-7 +- Fix for implicit DSO linking bug #564711 + * Sat Jul 25 2009 Fedora Release Engineering - 0.2.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild