Accepting request 328688 from multimedia:libs

1

OBS-URL: https://build.opensuse.org/request/show/328688
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/glew?expand=0&rev=40
This commit is contained in:
Dominique Leuenberger 2015-09-13 07:42:27 +00:00 committed by Git OBS Bridge
commit 2cb3a0a305
5 changed files with 36 additions and 6 deletions

View File

@ -1,2 +1,2 @@
glew
libGLEW1_12
libGLEW1_13

View File

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

3
glew-1.13.0.tgz Normal file
View File

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

View File

@ -1,3 +1,33 @@
-------------------------------------------------------------------
Wed Sep 2 12:09:50 UTC 2015 - mpluskal@suse.com
- Update to 0.13.0
* Enhancements:
+ glxewInit, wglewInit
+ glewinfo adds support for -version, -profile
core|compatibility and -flag debug|forward parameters
+ Improved cmake build support
* New extensions:
+ GL_ARB_ES3_2_compatibility
+ GL_ARB_fragment_shader_interlock
+ GL_ARB_gpu_shader_int64
+ GL_ARB_parallel_shader_compile
+ GL_ARB_post_depth_coverage
+ GL_ARB_sample_locations
+ GL_ARB_shader_atomic_counter_ops
+ GL_ARB_shader_ballot
+ GL_ARB_shader_clock
+ GL_ARB_shader_viewport_layer_array
+ GL_ARB_sparse_texture2
+ GL_ARB_sparse_texture_clamp
+ GL_ARB_texture_filter_minmax
+ GL_INTEL_framebuffer_CMAA
+ GL_KHR_no_error
+ GL_NV_conservative_raster_dilate
+ GL_OVR_multiview
+ GL_OVR_multiview2
* Bug fixes
-------------------------------------------------------------------
Sun Apr 12 18:58:12 UTC 2015 - mpluskal@suse.com

View File

@ -17,9 +17,9 @@
# If you change so_ver, then you have to update baselibs.conf as well.
%define so_ver 1_12
%define so_ver 1_13
Name: glew
Version: 1.12.0
Version: 1.13.0
Release: 0
Summary: OpenGL Extension Wrangler Library
License: BSD-3-Clause and GPL-2.0 and MIT