Hello community, here is the log from the commit of package cogl for openSUSE:Factory checked in at 2013-08-16 09:11:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-07-12 20:43:17.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.cogl.new/cogl.changes 2013-08-16 09:11:59.000000000 +0200 @@ -1,0 +2,25 @@ +Tue Jul 30 16:24:22 UTC 2013 - [email protected] + +- Update to version 1.15.4: + + Added experimental API to directly expose atlas textures. + + Added new_from_file/data/bitmap APIs for sliced textures. + + Added new_from_file APIs for 2D textures. + + Added cogl_primitive_draw as a new name for the + cogl_framebuffer_draw_primitive function. + + Removed the attribute drawing APIs. + + Fixed bug where Cogl would busy-wait with 100% CPU if the + Wayland compositor is closed. + + The COGL_FRAME_EVENT_SYNC events are now sent based on the + frame callback with the Wayland backend. + + New cogl_gst_video_sink_is_ready() function to determine + whether a Cogl-GST video sink is ready to have the pipeline + queried. + + Fixed a potential bug with the blending enabled state when + copying a pipeline. + + Fixed detecting the Mesa vendor when GL 3 is used. + + Fixed a reference leak on the CoglRenderer. + + Fixes to the Visual Studio build files. +- Rename library package from *14 to *15, followin upstreams + soname changes (also in baselibs.conf). + +------------------------------------------------------------------- Old: ---- cogl-1.15.2.tar.xz New: ---- cogl-1.15.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cogl.spec ++++++ --- /var/tmp/diff_new_pack.JgcXD1/_old 2013-08-16 09:12:00.000000000 +0200 +++ /var/tmp/diff_new_pack.JgcXD1/_new 2013-08-16 09:12:00.000000000 +0200 @@ -20,7 +20,7 @@ %define with_GLES2 0 Name: cogl -Version: 1.15.2 +Version: 1.15.4 Release: 0 Summary: An object oriented GL/GLES Abstraction/Utility Layer License: LGPL-2.1+ @@ -56,7 +56,7 @@ Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. -%package -n libcogl14 +%package -n libcogl15 Summary: An object oriented GL/GLES Abstraction/Utility Layer Group: System/Libraries Requires: Mesa @@ -64,16 +64,16 @@ # To make the lang package installable Provides: %{name} = %{version} -%description -n libcogl14 +%description -n libcogl15 Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. %if %{with_GLES2} -%package -n libcogl-gles2-12 +%package -n libcogl-gles2-15 Summary: An object oriented GL/GLES Abstraction/Utility Layer -- OpenGL ES 2.0 Frontend API Group: System/Libraries -%description -n libcogl-gles2-12 +%description -n libcogl-gles2-15 Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures %endif @@ -88,11 +88,11 @@ This package provides the GObject Introspection bindings for Cogl. -%package -n libcogl-pango14 +%package -n libcogl-pango15 Summary: An object oriented GL/GLES Abstraction/Utility Layer -- Pango Integration Group: System/Libraries -%description -n libcogl-pango14 +%description -n libcogl-pango15 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-14 = %{version} +Requires: libcogl-gles2-15 = %{version} %endif -Requires: libcogl-pango14 = %{version} -Requires: libcogl14 = %{version} +Requires: libcogl-pango15 = %{version} +Requires: libcogl15 = %{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 libcogl14 -p /sbin/ldconfig +%post -n libcogl15 -p /sbin/ldconfig -%postun -n libcogl14 -p /sbin/ldconfig +%postun -n libcogl15 -p /sbin/ldconfig %if %{with_GLES2} -%post -n libcogl-gles2-14 -p /sbin/ldconfig +%post -n libcogl-gles2-15 -p /sbin/ldconfig -%postun -n libcogl-gles2-14 -p /sbin/ldconfig +%postun -n libcogl-gles2-15 -p /sbin/ldconfig %endif -%post -n libcogl-pango14 -p /sbin/ldconfig +%post -n libcogl-pango15 -p /sbin/ldconfig -%postun -n libcogl-pango14 -p /sbin/ldconfig +%postun -n libcogl-pango15 -p /sbin/ldconfig -%files -n libcogl14 +%files -n libcogl15 %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-pango14 +%files -n libcogl-pango15 %defattr(-,root,root) %doc COPYING NEWS README ChangeLog %{_libdir}/libcogl-pango.so.* ++++++ baselibs.conf ++++++ --- /var/tmp/diff_new_pack.JgcXD1/_old 2013-08-16 09:12:00.000000000 +0200 +++ /var/tmp/diff_new_pack.JgcXD1/_new 2013-08-16 09:12:00.000000000 +0200 @@ -1,4 +1,4 @@ -libcogl14 +libcogl15 requires "Mesa-<targettype>" -libcogl-gles2-14 -libcogl-pango14 +libcogl-gles2-15 +libcogl-pango15 ++++++ cogl-1.15.2.tar.xz -> cogl-1.15.4.tar.xz ++++++ ++++ 20995 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
