New upstream release

This commit is contained in:
Tomas Smetana 2012-01-03 10:52:19 +01:00
parent b4aa4037ea
commit 1a988fc3e1
3 changed files with 7 additions and 5 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
freeglut-2.6.0.tar.gz
openglut-0.6.3-doc.tar.gz
/freeglut-2.8.0.tar.gz

View File

@ -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 <tsmetana@redhat.com> - 2.8.0-1
- New upstream release
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.0-6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

View File

@ -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