We are at version 2.6.0 now.
git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@813 7f0cb862-5218-0410-a997-914c9d46530a
This commit is contained in:
parent
a733f57992
commit
68b0bc11aa
@ -2,8 +2,8 @@
|
|||||||
/* 0 ICON DISCARDABLE "OpenGL.ico" */
|
/* 0 ICON DISCARDABLE "OpenGL.ico" */
|
||||||
|
|
||||||
1 VERSIONINFO
|
1 VERSIONINFO
|
||||||
FILEVERSION 2,4,0,0
|
FILEVERSION 2,6,0,0
|
||||||
PRODUCTVERSION 2,4,0,0
|
PRODUCTVERSION 2,6,0,0
|
||||||
FILEFLAGSMASK 0x3fL
|
FILEFLAGSMASK 0x3fL
|
||||||
#ifdef _DEBUG
|
#ifdef _DEBUG
|
||||||
FILEFLAGS 0x1L
|
FILEFLAGS 0x1L
|
||||||
@ -21,14 +21,14 @@ BEGIN
|
|||||||
/* VALUE "Comments", "\0" */
|
/* VALUE "Comments", "\0" */
|
||||||
/* VALUE "CompanyName", "\0" */
|
/* VALUE "CompanyName", "\0" */
|
||||||
VALUE "FileDescription", "Freeglut OpenGL Utility Toolkit\0"
|
VALUE "FileDescription", "Freeglut OpenGL Utility Toolkit\0"
|
||||||
VALUE "FileVersion", "2, 4, 0, 0\0"
|
VALUE "FileVersion", "2, 6, 0, 0\0"
|
||||||
VALUE "InternalName", "freeglutdll\0"
|
VALUE "InternalName", "freeglutdll\0"
|
||||||
VALUE "LegalCopyright", "Copyright © 1999-2000 Pawel W. Olszta\0"
|
VALUE "LegalCopyright", "Copyright © 1999-2000 Pawel W. Olszta\0"
|
||||||
/* VALUE "LegalTrademarks", "\0" */
|
/* VALUE "LegalTrademarks", "\0" */
|
||||||
VALUE "OriginalFilename", "freeglut.dll\0"
|
VALUE "OriginalFilename", "freeglut.dll\0"
|
||||||
/* VALUE "PrivateBuild", "\0" */
|
/* VALUE "PrivateBuild", "\0" */
|
||||||
VALUE "ProductName", "Freeglut OpenGL Utility Toolkit\0"
|
VALUE "ProductName", "Freeglut OpenGL Utility Toolkit\0"
|
||||||
VALUE "ProductVersion", "2, 4, 0, 0\0"
|
VALUE "ProductVersion", "2, 6, 0, 0\0"
|
||||||
/* VALUE "SpecialBuild", "\0" */
|
/* VALUE "SpecialBuild", "\0" */
|
||||||
END
|
END
|
||||||
END
|
END
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package freeglut (Version 2.4.0)
|
# spec file for package freeglut (Version 2.6.0)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2005 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
@ -15,7 +15,7 @@ BuildRequires: Mesa-devel gcc-c++ libdrm-devel
|
|||||||
|
|
||||||
Name: freeglut
|
Name: freeglut
|
||||||
Summary: Freely Licensed Alternative to the GLUT Library
|
Summary: Freely Licensed Alternative to the GLUT Library
|
||||||
Version: 2.4.0
|
Version: 2.6.0
|
||||||
Release: 1
|
Release: 1
|
||||||
URL: http://freeglut.sourceforge.net/
|
URL: http://freeglut.sourceforge.net/
|
||||||
Source0: http://switch.dl.sourceforge.net/sourceforge/freeglut/freeglut-%{version}.tar.gz
|
Source0: http://switch.dl.sourceforge.net/sourceforge/freeglut/freeglut-%{version}.tar.gz
|
||||||
@ -108,6 +108,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_libdir}/libglut.so
|
%{_libdir}/libglut.so
|
||||||
|
|
||||||
%changelog -n freeglut
|
%changelog -n freeglut
|
||||||
|
* Sun Apr 05 2009 - sven.panne@aedion.de
|
||||||
|
- updated to release 2.6.0
|
||||||
* Sat Aug 05 2006 - sven.panne@aedion.de
|
* Sat Aug 05 2006 - sven.panne@aedion.de
|
||||||
- Updated build requirements for SuSE 10.1
|
- Updated build requirements for SuSE 10.1
|
||||||
* Mon Jun 13 2005 - sven.panne@aedion.de
|
* Mon Jun 13 2005 - sven.panne@aedion.de
|
||||||
|
Reference in New Issue
Block a user