From 25b91e32e55c65b4b670b1ee8c9233eb54c7ad38a97e44c9f080f33f2135cb59 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Wed, 28 Jan 2015 14:58:35 +0000 Subject: [PATCH] Accepting request 283139 from home:mimi_vx:branches:multimedia:libs - update of baselibs.conf - 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 OBS-URL: https://build.opensuse.org/request/show/283139 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/glew?expand=0&rev=43 --- baselibs.conf | 4 ++-- glew-1.11.0.tgz | 3 --- glew-1.12.0.tgz | 3 +++ glew.changes | 17 +++++++++++++++++ glew.spec | 6 +++--- 5 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 glew-1.11.0.tgz create mode 100644 glew-1.12.0.tgz diff --git a/baselibs.conf b/baselibs.conf index edc6222..a479526 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,5 +1,5 @@ glew glew-devel requires -glew- - requires "libGLEW1_11- = " -libGLEW1_11 + requires "libGLEW1_12- = " +libGLEW1_12 diff --git a/glew-1.11.0.tgz b/glew-1.11.0.tgz deleted file mode 100644 index 173eb96..0000000 --- a/glew-1.11.0.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:69bbce306ac281c4fa806a7a7d02c0596281a2d8f9d70690e98126f23ba513d6 -size 601430 diff --git a/glew-1.12.0.tgz b/glew-1.12.0.tgz new file mode 100644 index 0000000..883e2b1 --- /dev/null +++ b/glew-1.12.0.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af58103f4824b443e7fa4ed3af593b8edac6f3a7be3b30911edbc7344f48e4bf +size 610965 diff --git a/glew.changes b/glew.changes index 3d6d270..18dac8c 100644 --- a/glew.changes +++ b/glew.changes @@ -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 diff --git a/glew.spec b/glew.spec index 132c7ae..6b4bb6b 100644 --- a/glew.spec +++ b/glew.spec @@ -1,7 +1,7 @@ # # 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 # 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. -%define so_ver 1_11 +%define so_ver 1_12 Name: glew -Version: 1.11.0 +Version: 1.12.0 Release: 0 Summary: OpenGL Extension Wrangler Library License: BSD-3-Clause and GPL-2.0 and MIT