diff --git a/glew-1.5.6.tar.bz2 b/glew-1.5.6.tar.bz2 deleted file mode 100644 index 8b2f081..0000000 --- a/glew-1.5.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:beca0a57e8f96d27536a4b032bcae78b696981aae350e7231169316ecf224049 -size 341924 diff --git a/glew-1.5.8.tar.bz2 b/glew-1.5.8.tar.bz2 new file mode 100644 index 0000000..fb70d84 --- /dev/null +++ b/glew-1.5.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d5ad54707c40b6a53a1043aff5f5a15790fb3e93e76709392afb33a9a7c356b +size 342934 diff --git a/glew.changes b/glew.changes index 19caf1a..d679bc8 100644 --- a/glew.changes +++ b/glew.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Feb 5 01:32:40 UTC 2011 - davejplater@gmail.com + +- Update to version 1.5.8 +- Upstream changes: + *The latest release contains support for OpenGL 3.3, OpenGL 4.1 + and the following extensions: + OpenGL extensions, WGL extensions and GLX extensions. + *fixes minor bugs and adds two new extensions. + *Version 1.5.7 fixes minor bugs and adds one new extension. + ------------------------------------------------------------------- Thu Sep 9 17:54:40 CEST 2010 - dimstar@opensuse.org diff --git a/glew.spec b/glew.spec index 882b0cb..7fd6a38 100644 --- a/glew.spec +++ b/glew.spec @@ -1,7 +1,7 @@ # -# spec file for package glew (Version 1.5.6) +# spec file for package glew (Version 1.5.8) # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,13 +18,13 @@ Name: glew -Version: 1.5.6 +Version: 1.5.8 Release: 1 License: BSD3c(or similar) ; GPLv2 ; Other uncritical OpenSource License Summary: OpenGL Extension Wrangler Library Url: http://glew.sourceforge.net/ Group: System/Libraries -Source: %{name}-%{version}.tar.bz2 +Source0: %{name}-%{version}.tar.bz2 BuildRequires: Mesa-devel BuildRequires: pkg-config Requires: libGLEW1_5 >= %{version} @@ -52,7 +52,7 @@ functionality is exposed in a single header file. %package devel License: BSD3c(or similar) ; GPLv2 ; Other uncritical OpenSource License Summary: OpenGL Extension Wrangler Library -Group: System/Libraries +Group: Development/Libraries/C and C++ Requires: %{name} = %{version} Requires: Mesa-devel @@ -64,6 +64,7 @@ supported on the target platform. OpenGL core and extension functionality is exposed in a single header file. %prep +chmod 0644 %{S:0} %setup -q %build