Hello community,

here is the log from the commit of package cogl for openSUSE:Factory checked in 
at 2012-03-20 12:04:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cogl (Old)
 and      /work/SRC/openSUSE:Factory/.cogl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cogl", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/cogl/cogl.changes        2012-03-01 
09:50:27.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.cogl.new/cogl.changes   2012-03-20 
12:05:00.000000000 +0100
@@ -1,0 +2,36 @@
+Tue Mar  6 08:18:28 UTC 2012 - [email protected]
+
+- Update to version 1.9.8:
+  + Various Visual Studio build fixes
+  + Correctly check for GL_EXT_packed_depth_stencil and support
+    using GL_OES_packed_depth_stencil on GLES2
+  + Correctly handle pre-multiplied alpha conversions when reading
+    back texture data.
+  + Added cogl_renderer_{get,set}_driver functions so the
+    underlying driver can be chosen programmatically.
+  + Revamped the conformance testing framework so that it
+    automatically runs every test against GLES2 as well as GL and
+    also against all of the pipeline backends and with npot
+    textures disabled.
+  + Add a conformance test for reading back an RGBA texture as
+    alpha-only
+  + Added support for converting between all of Cogl's supported
+    pixel formats including pre-multiplied alpha conversions.
+  + Added conformance tests for converting to and from all of the
+    supported formats.
+  + Added a public cogl_framebuffer_read_pixels_into_bitmap()
+    function which will effective read into a CoglPixelBuffer.
+  + CoglPixelBuffer was changed to no longer have associated width,
+    height and format information and instead we will rely on
+    CoglBitmap to track that informations.
+  + Added public cogl_bitmap_get_{width,height,format,rowstride}
+    API
+  + Added a public accessor for the underlying pixel buffer of a
+    CoglBitmap.
+  + Added various missing cast macros for some buffer objects.
+  + Ported the Clutter based test-pixel-buffer test to be
+    standalone.
+  + Bugs fixed: bgo#666184, bgo#670793, bgo#671016.
+- Rename libcogl8 to libcogl9, following upstream soversion change.
+
+-------------------------------------------------------------------

Old:
----
  cogl-1.9.6.tar.xz

New:
----
  cogl-1.9.8.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cogl.spec ++++++
--- /var/tmp/diff_new_pack.6cINxe/_old  2012-03-20 12:05:02.000000000 +0100
+++ /var/tmp/diff_new_pack.6cINxe/_new  2012-03-20 12:05:02.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           cogl
-Version:        1.9.6
+Version:        1.9.8
 Release:        0
 Summary:        An object oriented GL/GLES Abstraction/Utility Layer
 License:        LGPL-2.1+
@@ -45,7 +45,7 @@
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
-%package -n libcogl8
+%package -n libcogl9
 Summary:        An object oriented GL/GLES Abstraction/Utility Layer
 Group:          System/Libraries
 Requires:       Mesa
@@ -53,7 +53,7 @@
 # To make the lang package installable
 Provides:       %{name} = %{version}
 
-%description  -n libcogl8
+%description  -n libcogl9
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
@@ -91,8 +91,8 @@
 Group:          Development/Libraries/GNOME
 # cogl-defines.h includes GL/gl.h
 Requires:       Mesa-devel
-Requires:       libcogl8 = %{version}
 Requires:       libcogl-pango0 = %{version}
+Requires:       libcogl9 = %{version}
 Requires:       typelib-1_0-Cogl-1_0 = %{version}
 Requires:       typelib-1_0-CoglPango-1_0 = %{version}
 
@@ -117,15 +117,15 @@
 %find_lang cogl
 %fdupes %{buildroot}%{_libdir}/pkgconfig/
 
-%post -n libcogl8 -p /sbin/ldconfig
+%post -n libcogl9 -p /sbin/ldconfig
 
-%postun -n libcogl8 -p /sbin/ldconfig
+%postun -n libcogl9 -p /sbin/ldconfig
 
 %post -n libcogl-pango0 -p /sbin/ldconfig
 
 %postun -n libcogl-pango0 -p /sbin/ldconfig
 
-%files -n libcogl8
+%files -n libcogl9
 %defattr(-,root,root)
 %doc COPYING NEWS README ChangeLog
 %{_libdir}/libcogl.so.*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.6cINxe/_old  2012-03-20 12:05:02.000000000 +0100
+++ /var/tmp/diff_new_pack.6cINxe/_new  2012-03-20 12:05:02.000000000 +0100
@@ -1,3 +1,3 @@
-libcogl8
+libcogl9
   requires "Mesa-<targettype>"
 libcogl-pango0

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to