[Panini] * Sat Jul 28 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> - Fix FTBFS - https://bugzilla.r

Ankur Sinha ankursinha at fedoraproject.org
Sat Jul 28 01:48:25 UTC 2012


commit 29de203a5f5072a302b0d6bae45dbce479c8f894
Author: Ankur Sinha (Ankur Sinha Gmail) <sanjay.ankur at gmail.com>
Date:   Sat Jul 28 11:47:12 2012 +1000

    * Sat Jul 28 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org>
    - Fix FTBFS
    - https://bugzilla.redhat.com/show_bug.cgi?id=843252
    - Thanks Patrick for the quick patch!

 Panini.spec                   |    5 ++++-
 panini-qmake-link-FTBFS-patch |    2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/Panini.spec b/Panini.spec
index 1a853c9..b92f2d3 100644
--- a/Panini.spec
+++ b/Panini.spec
@@ -1,6 +1,6 @@
 Name:		Panini	
 Version:	0.71.103
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	A tool for creating perspective views from panoramic and wide angle images
 
 Group:		Applications/Multimedia
@@ -63,6 +63,9 @@ update-desktop-database &> /dev/null ||:
 %{_datadir}/applications/*
 
 %changelog
+* Sat Jul 28 2012 Ankur Sinha <ankursinha AT fedoraproject DOT org> 0.71.103-8
+- Update FTBFS patch to include libGLU: rhbz#843252
+
 * Wed Jul 18 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.71.103-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/panini-qmake-link-FTBFS-patch b/panini-qmake-link-FTBFS-patch
index a6aecdf..69b4060 100644
--- a/panini-qmake-link-FTBFS-patch
+++ b/panini-qmake-link-FTBFS-patch
@@ -9,7 +9,7 @@ diff -u ../Panini-0.71.103-src.orig/panini.pro ./panini.pro
  TARGET = Panini
  CONFIG += debug_and_release
  QT = gui core opengl
-+LIBS += -lz
++LIBS += -lz -lGLU
  
  # # Directories ##
  OBJECTS_DIR = build


More information about the scm-commits mailing list