Hello community,

here is the log from the commit of package cogl for openSUSE:Factory checked in 
at 2012-01-09 12:03:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2011-10-18 
14:10:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cogl.new/cogl.changes   2012-01-09 
12:03:04.000000000 +0100
@@ -1,0 +2,33 @@
+Thu Dec  8 13:50:20 UTC 2011 - [email protected]
+
+- Split typelib files into their own subpackages:
+  typelib-1_0-Cogl-1_0 and typelib-1_0-CoglPango-1_0.
+- Add typelib-1_0-Cogl-1_0 and typelib-1_0-CoglPango-1_0 Requires
+  to devel subpackage.
+
+-------------------------------------------------------------------
+Tue Nov 22 18:35:40 UTC 2011 - [email protected]
+
+- Update to version 1.9.2:
+  + Ported more conformance tests from Clutter to be standalone
+    Cogl tests.
+  + Adds experimental support for EXT_discard_framebuffer extension
+    which is important for good performance on PowerVR graphics HW.
+  + Adds experimental API to enable clipping to the silhouette of
+    an arbitrary 2D CoglPrimitive.
+  + Make the CoglTexture2DSliced API directly available as
+    experimental API.
+  + Various API Extensions and enhancements.
+  + Ship a standalone cogl-xlib.h that must be included manually
+    for any xlib specific api because the Xlib headers so many
+    numerous badly namespaced symbols that it's not desireable to
+    include them unless absolutely required.
+  + Updated the Wayland support to work with the latest upstream
+    interfaces.
+  + Bugs fixed: bgo#656755, bgo#658700, bgo#660184, bgo#660387,
+    bgo#660617, bgo#660986, bgo#661019, bgo#661174, bgo#662184,
+    bgo#662542, bgo#663578, bgo#663628.
+  + Updated translations.
+- Rename libcogl5 to libcogl6, following upstream soversion change.
+
+-------------------------------------------------------------------

Old:
----
  cogl-1.8.2.tar.bz2

New:
----
  cogl-1.9.2.tar.bz2

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

Other differences:
------------------
++++++ cogl.spec ++++++
--- /var/tmp/diff_new_pack.v4ceCU/_old  2012-01-09 12:03:05.000000000 +0100
+++ /var/tmp/diff_new_pack.v4ceCU/_new  2012-01-09 12:03:05.000000000 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:           cogl
-Version:        1.8.2
-Release:        1
-License:        LGPLv2.1+
+Version:        1.9.2
+Release:        0
 Summary:        An object oriented GL/GLES Abstraction/Utility Layer
-Url:            http://clutter-project.org/
+License:        LGPL-2.1+
 Group:          System/Libraries
-Source0:        
http://download.gnome.org/sources/cogl/1.8/%{name}-%{version}.tar.bz2
+Url:            http://clutter-project.org/
+Source0:        
http://download.gnome.org/sources/cogl/1.9/%{name}-%{version}.tar.bz2
 Source99:       baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc >= 1.13
@@ -48,8 +47,7 @@
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
-%package -n libcogl5
-License:        LGPLv2.1+
+%package -n libcogl6
 Summary:        An object oriented GL/GLES Abstraction/Utility Layer
 Group:          System/Libraries
 Requires:       Mesa
@@ -57,12 +55,21 @@
 # To make the lang package installable
 Provides:       %{name} = %{version}
 
-%description  -n libcogl5
+%description  -n libcogl6
+Cogl is a small open source library for using 3D graphics hardware to draw
+pretty pictures.
+
+%package -n typelib-1_0-Cogl-1_0
+Summary:        An object oriented GL/GLES Abstraction/Utility Layer -- 
Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-Cogl-1_0
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
+This package provides the GObject Introspection bindings for Cogl.
+
 %package -n libcogl-pango0
-License:        LGPLv2.1+
 Summary:        An object oriented GL/GLES Abstraction/Utility Layer -- Pango 
Integration
 Group:          System/Libraries
 
@@ -70,12 +77,24 @@
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
+%package -n typelib-1_0-CoglPango-1_0
+Summary:        An object oriented GL/GLES Abstraction/Utility Layer -- Pango 
Integration, Introspection bindings
+Group:          System/Libraries
+
+%description -n typelib-1_0-CoglPango-1_0
+Cogl is a small open source library for using 3D graphics hardware to draw
+pretty pictures.
+
+This package provides the GObject Introspection bindings for the Pango
+integration in Cogl.
+
 %package devel
-License:        LGPLv2.1+
 Summary:        An object oriented GL/GLES Abstraction/Utility Layer -- 
Development Files
 Group:          Development/Libraries/GNOME
-Requires:       libcogl5 = %{version}
+Requires:       libcogl6 = %{version}
 Requires:       libcogl-pango0 = %{version}
+Requires:       typelib-1_0-Cogl-1_0 = %{version}
+Requires:       typelib-1_0-CoglPango-1_0 = %{version}
 
 %description  devel
 Cogl is a small open source library for using 3D graphics hardware to draw
@@ -98,30 +117,38 @@
 %find_lang cogl
 %fdupes %{buildroot}%{_libdir}/pkgconfig/
 
-%post -n libcogl5 -p /sbin/ldconfig
+%post -n libcogl6 -p /sbin/ldconfig
 
-%postun -n libcogl5 -p /sbin/ldconfig
+%postun -n libcogl6 -p /sbin/ldconfig
 
 %post -n libcogl-pango0 -p /sbin/ldconfig
 
 %postun -n libcogl-pango0 -p /sbin/ldconfig
 
-%files -n libcogl5
+%files -n libcogl6
 %defattr(-,root,root)
 %doc COPYING NEWS README ChangeLog
 %{_libdir}/libcogl.so.*
+
+%files -n typelib-1_0-Cogl-1_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/Cogl-1.0.typelib
 
 %files -n libcogl-pango0
 %defattr(-,root,root)
 %doc COPYING NEWS README ChangeLog
 %{_libdir}/libcogl-pango.so.*
+
+%files -n typelib-1_0-CoglPango-1_0
+%defattr(-,root,root)
 %{_libdir}/girepository-1.0/CoglPango-1.0.typelib
 
 %files devel
 %defattr(-,root,root)
 %{_libdir}/*.so
 %{_includedir}/cogl/
+%dir %{_datadir}/cogl/
+%{_datadir}/cogl/examples-data/
 %{_libdir}/pkgconfig/cogl-1.0.pc
 %{_libdir}/pkgconfig/cogl-2.0-experimental.pc
 %{_libdir}/pkgconfig/cogl-gl-1.0.pc

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.v4ceCU/_old  2012-01-09 12:03:05.000000000 +0100
+++ /var/tmp/diff_new_pack.v4ceCU/_new  2012-01-09 12:03:05.000000000 +0100
@@ -1,3 +1,3 @@
-libcogl5
+libcogl6
   requires "Mesa-<targettype>"
 libcogl-pango0

++++++ cogl-1.8.2.tar.bz2 -> cogl-1.9.2.tar.bz2 ++++++
++++ 59226 lines of diff (skipped)

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

Reply via email to