[freeglut] fix #948696: new upstream bugfix release, drop patches

Tomas Smetana tsmetana at fedoraproject.org
Mon Apr 8 11:57:57 UTC 2013


commit ec1f5632281dd630cc1567f5c1d2991d9c683d18
Author: Tomas Smetana <tsmetana at fedoraproject.org>
Date:   Mon Apr 8 13:57:51 2013 +0200

    fix #948696: new upstream bugfix release, drop patches
    
    - fix #925363: aarch64 support

 .gitignore                     |    1 +
 freeglut-2.4.0-cursor.patch    |   19 -----
 freeglut-2.6.0-noxwarn.patch   |   14 ---
 freeglut-2.8.0-btnmask.patch   |   40 ---------
 freeglut-2.8.0-fixXInput.patch |  176 ----------------------------------------
 freeglut-2.8.0-fixld.patch     |   96 ----------------------
 freeglut-glextconflict.patch   |   10 ---
 freeglut.spec                  |   20 ++---
 sources                        |    2 +-
 9 files changed, 8 insertions(+), 370 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cea54e0..78c5933 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 freeglut-2.6.0.tar.gz
 openglut-0.6.3-doc.tar.gz
 /freeglut-2.8.0.tar.gz
+/freeglut-2.8.1.tar.gz
diff --git a/freeglut.spec b/freeglut.spec
index 959c694..c6b6c2c 100644
--- a/freeglut.spec
+++ b/freeglut.spec
@@ -1,7 +1,7 @@
 Summary:        A freely licensed alternative to the GLUT library
 Name:           freeglut
-Version:        2.8.0
-Release:        8%{?dist}
+Version:        2.8.1
+Release:        1%{?dist}
 URL:            http://freeglut.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 # For the manpages
@@ -19,14 +19,6 @@ BuildRequires:  libXi-devel libICE-devel
 Provides:       glut = 3.7
 Obsoletes:      glut < 3.7
 
-# Fix linking of the examples -- we don't package them, they just need to
-# compile and link
-Patch0: freeglut-2.8.0-fixld.patch
-# Fix for conflicting types found in GLext
-Patch1: freeglut-glextconflict.patch
-Patch2: freeglut-2.8.0-fixXInput.patch
-Patch3: freeglut-2.8.0-btnmask.patch
-
 %description
 freeglut is a completely open source alternative to the OpenGL Utility Toolkit
 (GLUT) library with an OSI approved free software license. GLUT was originally
@@ -56,10 +48,6 @@ license.
 
 %prep
 %setup -q -a 1
-%patch0 -p1 -b .fixld
-%patch1 -p1 -b .fix-glext
-%patch2 -p1 -b .fixXInput
-%patch3 -p1 -b .btnmask
 
 %build
 # --disable-warnings -> don't add -Werror to CFLAGS
@@ -93,6 +81,10 @@ install -p -m 644 doc/man/*.3 $RPM_BUILD_ROOT/%{_mandir}/man3
 
 
 %changelog
+* Mon Apr 08 2013 Tomas Smetana <tsmetana at redhat.com> - 2.8.1-1
+- fix #948696: new upstream bugfix release, drop patches
+- fix #925363: aarch64 support
+
 * Wed Feb 13 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.8.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 
diff --git a/sources b/sources
index 954a6e1..40705c1 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
-5db8651af306bc403fbfd36934a20e1d  freeglut-2.8.0.tar.gz
+918ffbddcffbac83c218bc52355b6d5a  freeglut-2.8.1.tar.gz
 cf6c3e8cd7711e2b75ff8d7950ac2f97  openglut-0.6.3-doc.tar.gz


More information about the scm-commits mailing list