Hello community,

here is the log from the commit of package cogl for openSUSE:Factory checked in 
at 2013-07-12 20:43:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cogl (Old)
 and      /work/SRC/openSUSE:Factory/.cogl.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cogl"

Changes:
--------
--- /work/SRC/openSUSE:Factory/cogl/cogl.changes        2013-04-03 
12:47:42.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cogl.new/cogl.changes   2013-07-12 
20:43:17.000000000 +0200
@@ -1,0 +2,34 @@
+Thu Jul 11 06:10:19 UTC 2013 - dims...@opensuse.org
+
+- Update to version 1.15.2:
+  + Lots of Wayland backend work, including updated compositor
+    support.
+  + Updated cogland, a simple example wayland compositor using
+    Cogl.
+  + Made the onscreen resize callback work the same as the frame
+    callback.
+  + New cogl_onscreen_swap_buffers_with_damage api.
+  + New fence API.
+  + New Emscripten support (only basic at the moment).
+  + Improved blend state tracking.
+  + New cogl_onscreen_add_dirty_callback() api for window systems
+    that need to notify application of dirty/damaged regions that
+    must be redrawn by the application.
+  + Started adding internal unit tests to complement the
+    conformance tests.
+  + New support for per-vertex point sizes.
+  + New cogl-gst sub-library added enabling gstreamer integration
+    into Cogl based applications.
+  + Adds HSL color conversion apis.
+  + The Conformance test suite can now be installed with a .test
+    file enabling them to be run by the
+    gnome-desktop-testing-runner for example.
+  + Bugs fixed: bgo#691752, bgo#696730, bgo#697330, bgo#699431,
+    bgo#700088, bgo#702570, bgo#702942, bgo#702999, bgo#703553.
+- Rename subpackages according to SLPP, following upstreams soname
+  change:
+  + libcogl12 to libcogl14.
+  + libcogl-pango12 to libcogl-pango14.
+  + libcogl-gles2-12 to libcogl-gles2-14 (if building with GLESv2).
+
+-------------------------------------------------------------------

Old:
----
  cogl-1.14.0.tar.xz

New:
----
  cogl-1.15.2.tar.xz

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

Other differences:
------------------
++++++ cogl.spec ++++++
--- /var/tmp/diff_new_pack.JVQyFT/_old  2013-07-12 20:43:18.000000000 +0200
+++ /var/tmp/diff_new_pack.JVQyFT/_new  2013-07-12 20:43:18.000000000 +0200
@@ -20,13 +20,13 @@
 %define with_GLES2 0
 
 Name:           cogl
-Version:        1.14.0
+Version:        1.15.2
 Release:        0
 Summary:        An object oriented GL/GLES Abstraction/Utility Layer
 License:        LGPL-2.1+
 Group:          System/Libraries
 Url:            http://clutter-project.org/
-Source0:        
http://download.gnome.org/sources/cogl/1.14/%{name}-%{version}.tar.xz
+Source0:        
http://download.gnome.org/sources/cogl/1.15/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc >= 1.13
@@ -56,7 +56,7 @@
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
-%package -n libcogl12
+%package -n libcogl14
 Summary:        An object oriented GL/GLES Abstraction/Utility Layer
 Group:          System/Libraries
 Requires:       Mesa
@@ -64,7 +64,7 @@
 # To make the lang package installable
 Provides:       %{name} = %{version}
 
-%description  -n libcogl12
+%description  -n libcogl14
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
@@ -88,11 +88,11 @@
 
 This package provides the GObject Introspection bindings for Cogl.
 
-%package -n libcogl-pango12
+%package -n libcogl-pango14
 Summary:        An object oriented GL/GLES Abstraction/Utility Layer -- Pango 
Integration
 Group:          System/Libraries
 
-%description  -n libcogl-pango12
+%description  -n libcogl-pango14
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures.
 
@@ -113,10 +113,10 @@
 # cogl-defines.h includes GL/gl.h
 Requires:       Mesa-devel
 %if %{with_GLES2}
-Requires:       libcogl-gles2-12 = %{version}
+Requires:       libcogl-gles2-14 = %{version}
 %endif
-Requires:       libcogl-pango12 = %{version}
-Requires:       libcogl12 = %{version}
+Requires:       libcogl-pango14 = %{version}
+Requires:       libcogl14 = %{version}
 Requires:       typelib-1_0-Cogl-1_0 = %{version}
 Requires:       typelib-1_0-CoglPango-1_0 = %{version}
 
@@ -148,21 +148,21 @@
 %find_lang cogl
 %fdupes %{buildroot}%{_libdir}/pkgconfig/
 
-%post -n libcogl12 -p /sbin/ldconfig
+%post -n libcogl14 -p /sbin/ldconfig
 
-%postun -n libcogl12 -p /sbin/ldconfig
+%postun -n libcogl14 -p /sbin/ldconfig
 
 %if %{with_GLES2}
-%post -n libcogl-gles2-12 -p /sbin/ldconfig
+%post -n libcogl-gles2-14 -p /sbin/ldconfig
 
-%postun -n libcogl-gles2-12 -p /sbin/ldconfig
+%postun -n libcogl-gles2-14 -p /sbin/ldconfig
 %endif
 
-%post -n libcogl-pango12 -p /sbin/ldconfig
+%post -n libcogl-pango14 -p /sbin/ldconfig
 
-%postun -n libcogl-pango12 -p /sbin/ldconfig
+%postun -n libcogl-pango14 -p /sbin/ldconfig
 
-%files -n libcogl12
+%files -n libcogl14
 %defattr(-,root,root)
 %doc COPYING NEWS README ChangeLog
 %{_libdir}/libcogl.so.*
@@ -177,7 +177,7 @@
 %defattr(-,root,root)
 %{_libdir}/girepository-1.0/Cogl-1.0.typelib
 
-%files -n libcogl-pango12
+%files -n libcogl-pango14
 %defattr(-,root,root)
 %doc COPYING NEWS README ChangeLog
 %{_libdir}/libcogl-pango.so.*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.JVQyFT/_old  2013-07-12 20:43:18.000000000 +0200
+++ /var/tmp/diff_new_pack.JVQyFT/_new  2013-07-12 20:43:18.000000000 +0200
@@ -1,4 +1,4 @@
-libcogl12
+libcogl14
   requires "Mesa-<targettype>"
-libcogl-gles2-12
-libcogl-pango12
+libcogl-gles2-14
+libcogl-pango14

++++++ cogl-1.14.0.tar.xz -> cogl-1.15.2.tar.xz ++++++
++++ 58074 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to