Accepting request 283165 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/283165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glew?expand=0&rev=38
This commit is contained in:
Dominique Leuenberger 2015-01-30 09:59:57 +00:00 committed by Git OBS Bridge
commit 39f3a4a8a0
5 changed files with 25 additions and 8 deletions

View File

@ -1,5 +1,5 @@
glew glew
glew-devel glew-devel
requires -glew-<targettype> requires -glew-<targettype>
requires "libGLEW1_11-<targettype> = <version>" requires "libGLEW1_12-<targettype> = <version>"
libGLEW1_11 libGLEW1_12

View File

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

3
glew-1.12.0.tgz Normal file
View File

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

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Wed Jan 28 13:32:21 UTC 2015 - mimi.vx@gmail.com
- update of baselibs.conf
-------------------------------------------------------------------
Wed Jan 28 10:59:03 UTC 2015 - mimi.vx@gmail.com
- Version bump to 0.12.0
* support for new extensions
*bugixes:
.pc -I flags inconsistent with *.h includes
Missing defines: GL_COPY_{READ|WRITE}_BUFFER_BINDING
multiple const GLchar *const* errors
PFNGLSHADERSOURCEPROC incorrect in 1.11.x
GL_GEOMETRY_SHADER & GL_FRAGMENT_SHADER
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 5 08:33:45 UTC 2014 - tchvatal@suse.com Fri Dec 5 08:33:45 UTC 2014 - tchvatal@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package glew # spec file for package glew
# #
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2015 SUSE LINUX 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
@ -17,9 +17,9 @@
# If you change so_ver, then you have to update baselibs.conf as well. # If you change so_ver, then you have to update baselibs.conf as well.
%define so_ver 1_11 %define so_ver 1_12
Name: glew Name: glew
Version: 1.11.0 Version: 1.12.0
Release: 0 Release: 0
Summary: OpenGL Extension Wrangler Library Summary: OpenGL Extension Wrangler Library
License: BSD-3-Clause and GPL-2.0 and MIT License: BSD-3-Clause and GPL-2.0 and MIT