From f952d3447c33d2c2b97036992775e48db4d98155722232672bf37d11802b68cf Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 16 Oct 2012 08:42:59 +0000 Subject: [PATCH 1/2] Accepting request 138228 from home:jengelh:branches:X11:XOrg https://github.com/aritger/linux-opengl-abi-proposal/blob/master/linux-opengl-abi-proposal.txt gave me a hint that CM might mean Common Profile, and that GLESv2 is actually 2 and 3. Does that make sense? OBS-URL: https://build.opensuse.org/request/show/138228 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=254 --- Mesa.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Mesa.spec b/Mesa.spec index ed70860..8030fe2 100644 --- a/Mesa.spec +++ b/Mesa.spec @@ -212,7 +212,7 @@ This package includes headers and static libraries for compiling programs with Mesa. %package -n Mesa-libGLESv1_CM1 -Summary: Free implementation of the OpenGL|ES 1.x API +Summary: Free implementation of the OpenGL|ES 1.x Common Profile API Group: System/Libraries %description -n Mesa-libGLESv1_CM1 @@ -224,7 +224,7 @@ extensions for the special needs of embedded systems. OpenGL|ES 1.x provides an API for fixed-function hardware. %package -n Mesa-libGLESv1_CM-devel -Summary: Development files for the EGL API +Summary: Development files for the OpenGL ES 1.x API Group: Development/Libraries/C and C++ Requires: Mesa-libGLESv1_CM1 = %version Requires: pkgconfig(egl) @@ -241,7 +241,7 @@ This package provides a development environment for building programs using the OpenGL|ES 1.x APIs. %package -n Mesa-libGLESv2-2 -Summary: Free implementation of the OpenGL|ES 2.x API +Summary: Free implementation of the OpenGL|ES 2.x, 3.x API Group: System/Libraries %description -n Mesa-libGLESv2-2 @@ -254,7 +254,7 @@ OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. %package -n Mesa-libGLESv2-devel -Summary: Development files for the EGL API +Summary: Development files for the OpenGL ES 2.x, 3.x API Group: Development/Libraries/C and C++ Requires: Mesa-libGLESv2-2 = %version Requires: pkgconfig(egl) @@ -269,7 +269,7 @@ OpenGL|ES 2.x provides an API for programmable hardware including vertex and fragment shaders. This package provides a development environment for building -applications using the OpenGL|ES 2.x APIs. +applications using the OpenGL|ES 2.x and 3.x APIs. %package -n Mesa-libIndirectGL1 # This is the equivalent to Debian's libgl1-mesa-swx11 From 4193c7eac25b17cf4db65eff42d7c259e4db41c783a0e99f762bed4ebc289f67 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Tue, 16 Oct 2012 18:09:32 +0000 Subject: [PATCH 2/2] - improved packages descriptions OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=255 --- Mesa.changes | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Mesa.changes b/Mesa.changes index 552ec1e..75e5d80 100644 --- a/Mesa.changes +++ b/Mesa.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Oct 16 18:09:16 UTC 2012 - sndirsch@suse.com + +- improved packages descriptions + ------------------------------------------------------------------- Mon Oct 8 23:36:24 UTC 2012 - tobias.johannes.klausmann@mni.thm.de