Accepting request 60123 from home:plater

OBS-URL: https://build.opensuse.org/request/show/60123
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/glew?expand=0&rev=7
This commit is contained in:
Dave Plater 2011-02-05 01:58:05 +00:00 committed by Git OBS Bridge
parent 64e6f4495e
commit 51ccc8797f
4 changed files with 20 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:beca0a57e8f96d27536a4b032bcae78b696981aae350e7231169316ecf224049
size 341924

3
glew-1.5.8.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1d5ad54707c40b6a53a1043aff5f5a15790fb3e93e76709392afb33a9a7c356b
size 342934

View File

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

View File

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