[zhu3d] Zhu3d update 4.2.4-1

siddharths siddharths at fedoraproject.org
Fri Mar 2 12:00:51 UTC 2012


commit 5923421ac7e0dd56804c2972c2fcbb9b0af6b823
Author: Siddharth Sharma <siddharth.kde at gmail.com>
Date:   Fri Mar 2 17:31:11 2012 +0530

    Zhu3d update 4.2.4-1

 .gitignore |    1 +
 sources    |    2 +-
 zhu3d.spec |   16 ++++++++++------
 3 files changed, 12 insertions(+), 7 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index efe8036..29793d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /zhu3d-4.2.2.tar.gz
+/zhu3d-4.2.4.tar.gz
diff --git a/sources b/sources
index 0eb3fe4..3b20632 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d80f60ef45a1bdf6bb4aef1103d931fe  zhu3d-4.2.2.tar.gz
+c298c95936acce297a3d5616b2ea9d26  zhu3d-4.2.4.tar.gz
diff --git a/zhu3d.spec b/zhu3d.spec
index 3f97e6b..ca56e4a 100644
--- a/zhu3d.spec
+++ b/zhu3d.spec
@@ -1,13 +1,14 @@
 Name:      zhu3d
-Version:   4.2.2
-Release:   4%{dist}
+Version:   4.2.4
+Release:   1%{dist}
 Summary:   Interactive OpenGL-based mathematical function viewer
 Group:     Applications/System
 License:   GPLv3
 URL:       http://www.sourceforge.net/projects/zhu3d
 Source0:   http://sourceforge.net/projects/zhu3d/files/zhu3d/%{name}-%{version}.tar.gz
 Source1:   zhu3d.desktop 
-Patch1:    pri.patch
+Patch00:    pri.patch
+Patch01:    libglu.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: cmake make qt4-devel desktop-file-utils dos2unix
@@ -20,7 +21,8 @@ transparency, textures, fog and motion blur
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch1 -p1 -b .pri
+%patch00 -p1 -b .pri
+%patch01 -p1 -b .libglu
 find . -type f -print0|xargs -0 chmod -x  
 dos2unix readme.txt license.gpl  
 
@@ -30,7 +32,7 @@ PATH="%{_qt4_bindir}:$PATH" ; export PATH ; \
 CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \
 CXXFLAGS="${CXXFLAGS:-%optflags}" ; export CXXFLAGS ; \
 FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \
-qmake-qt4 -r IDE_LIBRARY_BASENAME=%{_lib}
+%{_qt4_qmake} -r IDE_LIBRARY_BASENAME=%{_lib}
 make %{?_smp_mflags}
 
 %install
@@ -72,13 +74,15 @@ rm -rf %{buildroot}
 %{_datadir}/applications/zhu3d.desktop
  
 %changelog
+* Fri Mar 2 2012 siddvicious <siddharth.kde at gmail.com> - 4.2.4-1
+- Package Update
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.2-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 4.2.2-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
-
 * Sun Jan 30 2011 siddharth Sharma <siddharths at fedoraproject.org> - 4.2.2-2
   - Fixes
   - Changelog fix 4.2.4 to 4.2.2


More information about the scm-commits mailing list