[mingw-freeglut] Update to 2.8.0 and dropped upstreamed patches

Erik van Pienbroek epienbro at fedoraproject.org
Sun Jun 3 13:40:46 UTC 2012


commit 649bae99717e50800dbc9e43137f22ce327b6e1d
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Sun Jun 3 15:40:36 2012 +0200

    Update to 2.8.0 and dropped upstreamed patches

 .gitignore                       |    1 +
 freeglut-2.6.0-disable-X.patch   |   12 ------------
 freeglut-2.6.0-header-case.patch |   28 ----------------------------
 mingw-freeglut.spec              |   21 ++++++++-------------
 sources                          |    2 +-
 5 files changed, 10 insertions(+), 54 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8aaabe2..7f6c497 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 freeglut-2.6.0-rc1.tar.gz
+/freeglut-2.8.0.tar.gz
diff --git a/mingw-freeglut.spec b/mingw-freeglut.spec
index 8a5c68e..4325665 100644
--- a/mingw-freeglut.spec
+++ b/mingw-freeglut.spec
@@ -2,15 +2,15 @@
 %global __objdump %{mingw32_objdump}
 
 Name:           mingw-freeglut
-Version:        2.6.0
-Release:        0.5.rc1%{?dist}
+Version:        2.8.0
+Release:        1%{?dist}
 Summary:        Fedora MinGW alternative to the OpenGL Utility Toolkit (GLUT)
 
 License:        MIT
 Group:          Development/Libraries
 
 URL:            http://freeglut.sourceforge.net
-Source0:        http://downloads.sourceforge.net/freeglut/freeglut-%{version}-rc1.tar.gz
+Source0:        http://downloads.sourceforge.net/freeglut/freeglut-%{version}.tar.gz
 
 # Patches from native Fedora package:
 # (none)
@@ -29,9 +29,6 @@ BuildRequires:  mingw32-binutils
 
 BuildRequires:  dos2unix
 
-# Because we patch configure.ac.
-BuildRequires:  autoconf, automake, libtool
-
 
 %description
 freeglut is a completely open source alternative to the OpenGL Utility
@@ -67,13 +64,7 @@ keyboard and joystick functions.
 
 
 %prep
-%setup -q -n freeglut-2.6.0
-
-%patch1000 -p1
-%patch1001 -p1
-
-autoreconf
-libtoolize
+%setup -q -n freeglut-%{version}
 
 dos2unix -k FrequentlyAskedQuestions
 
@@ -100,6 +91,10 @@ rm $RPM_BUILD_ROOT%{mingw32_libdir}/libglut.la
 
 
 %changelog
+* Sun Jun 03 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.8.0-1
+- Update to 2.8.0
+- Dropped upstreamed patches
+
 * Wed Mar 07 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 2.6.0-0.5.rc1
 - Renamed the source package to mingw-freeglut (RHBZ #800866)
 - Use mingw macros without leading underscore
diff --git a/sources b/sources
index 3463fd2..f00a22d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-b1a8107f99b5d953e8418a5409462294  freeglut-2.6.0-rc1.tar.gz
+5db8651af306bc403fbfd36934a20e1d  freeglut-2.8.0.tar.gz


More information about the scm-commits mailing list