Accepting request 60124 from multimedia:libs
Accepted submit request 60124 from user plater OBS-URL: https://build.opensuse.org/request/show/60124 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glew?expand=0&rev=12
This commit is contained in:
commit
3633a981e2
@ -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
3
glew-1.5.8.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1d5ad54707c40b6a53a1043aff5f5a15790fb3e93e76709392afb33a9a7c356b
|
||||||
|
size 342934
|
11
glew.changes
11
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
|
Thu Sep 9 17:54:40 CEST 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
11
glew.spec
11
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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: glew
|
Name: glew
|
||||||
Version: 1.5.6
|
Version: 1.5.8
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD3c(or similar) ; GPLv2 ; Other uncritical OpenSource License
|
License: BSD3c(or similar) ; GPLv2 ; Other uncritical OpenSource License
|
||||||
Summary: OpenGL Extension Wrangler Library
|
Summary: OpenGL Extension Wrangler Library
|
||||||
Url: http://glew.sourceforge.net/
|
Url: http://glew.sourceforge.net/
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
BuildRequires: Mesa-devel
|
BuildRequires: Mesa-devel
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
Requires: libGLEW1_5 >= %{version}
|
Requires: libGLEW1_5 >= %{version}
|
||||||
@ -52,7 +52,7 @@ functionality is exposed in a single header file.
|
|||||||
%package devel
|
%package devel
|
||||||
License: BSD3c(or similar) ; GPLv2 ; Other uncritical OpenSource License
|
License: BSD3c(or similar) ; GPLv2 ; Other uncritical OpenSource License
|
||||||
Summary: OpenGL Extension Wrangler Library
|
Summary: OpenGL Extension Wrangler Library
|
||||||
Group: System/Libraries
|
Group: Development/Libraries/C and C++
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
Requires: Mesa-devel
|
Requires: Mesa-devel
|
||||||
|
|
||||||
@ -64,6 +64,7 @@ supported on the target platform. OpenGL core and extension
|
|||||||
functionality is exposed in a single header file.
|
functionality is exposed in a single header file.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
|
chmod 0644 %{S:0}
|
||||||
%setup -q
|
%setup -q
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
Loading…
Reference in New Issue
Block a user