diff --git a/.gitignore b/.gitignore index 586ceed..cea54e0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ freeglut-2.6.0.tar.gz openglut-0.6.3-doc.tar.gz +/freeglut-2.8.0.tar.gz diff --git a/freeglut.spec b/freeglut.spec index 1d45390..a02d71d 100644 --- a/freeglut.spec +++ b/freeglut.spec @@ -1,7 +1,7 @@ Summary: A freely licensed alternative to the GLUT library Name: freeglut -Version: 2.6.0 -Release: 6%{?dist} +Version: 2.8.0 +Release: 1%{?dist} URL: http://freeglut.sourceforge.net Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz # For the manpages @@ -22,7 +22,6 @@ Obsoletes: glut < 3.7 # Fix linking of the examples -- we don't package them, they just need to # compile and link Patch0: freeglut-2.6.0-fixld.patch -Patch1: freeglut-2.6.0-noxwarn.patch %description freeglut is a completely open source alternative to the OpenGL Utility Toolkit @@ -54,7 +53,6 @@ license. %prep %setup -q -a 1 %patch0 -p1 -b .fixld -%patch1 -p1 -b .noxwarn %build # --disable-warnings -> don't add -Werror to CFLAGS @@ -93,6 +91,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jan 03 2012 Tomas Smetana - 2.8.0-1 +- New upstream release + * Tue Feb 08 2011 Fedora Release Engineering - 2.6.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 02beb11..954a6e1 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -39f0f2de89f399529d2b981188082218 freeglut-2.6.0.tar.gz +5db8651af306bc403fbfd36934a20e1d freeglut-2.8.0.tar.gz cf6c3e8cd7711e2b75ff8d7950ac2f97 openglut-0.6.3-doc.tar.gz