Hello community, here is the log from the commit of package cogl for openSUSE:Factory checked in at Fri Jul 8 12:51:13 CEST 2011. -------- --- cogl/cogl.changes 2011-06-15 11:27:16.000000000 +0200 +++ /mounts/work_src_done/STABLE/cogl/cogl.changes 2011-07-02 09:08:44.000000000 +0200 @@ -1,0 +2,19 @@ +Sat Jul 2 09:01:18 CEST 2011 - vuntz@opensuse.org + +- Update to version 1.7.2: + + Add an example program to draw a 3D crate + + Add experimental API to get and set the viewport on a + framebuffer without going through the implicit context. + + Add API to select the winsys backend without having to use an + environment variable. + + Various documentation fixes. + + Add winsys-specific typesafe APIs to replace the old + cogl_renderer_handle_native_event functions. + + Rename platform-specific APIs so that we consistently have + cogl_<platform>_symbol_name instead of + cogl_symbol_name_<platform>. + + Fixed building against GLES. + + Bugs fixed: bgo#652672, bgo#653615, bgo#653229, bgo#653231. +- Rename libcogl0 to libcogl1 after soversion bump. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- cogl-1.7.0.tar.bz2 New: ---- cogl-1.7.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cogl.spec ++++++ --- /var/tmp/diff_new_pack.6V0Zxo/_old 2011-07-08 12:50:54.000000000 +0200 +++ /var/tmp/diff_new_pack.6V0Zxo/_new 2011-07-08 12:50:54.000000000 +0200 @@ -18,7 +18,7 @@ Name: cogl -Version: 1.7.0 +Version: 1.7.2 Release: 1 License: LGPLv2.1+ Summary: An object oriented GL/GLES Abstraction/Utility Layer @@ -45,7 +45,7 @@ Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. -%package -n libcogl0 +%package -n libcogl1 License: LGPLv2.1+ Summary: An object oriented GL/GLES Abstraction/Utility Layer Group: System/Libraries @@ -53,7 +53,7 @@ # To make the lang package installable Provides: %{name} = %{version} -%description -n libcogl0 +%description -n libcogl1 Cogl is a small open source library for using 3D graphics hardware to draw pretty pictures. @@ -70,7 +70,7 @@ License: LGPLv2.1+ Summary: An object oriented GL/GLES Abstraction/Utility Layer -- Development Files Group: Development/Libraries/GNOME -Requires: libcogl0 = %{version} +Requires: libcogl1 = %{version} Requires: libcogl-pango0 = %{version} %description devel @@ -94,9 +94,9 @@ %find_lang cogl %fdupes %{buildroot}%{_libdir}/pkgconfig/ -%post -n libcogl0 -p /sbin/ldconfig +%post -n libcogl1 -p /sbin/ldconfig -%postun -n libcogl0 -p /sbin/ldconfig +%postun -n libcogl1 -p /sbin/ldconfig %post -n libcogl-pango0 -p /sbin/ldconfig @@ -105,7 +105,7 @@ %clean rm -rf %{buildroot} -%files -n libcogl0 +%files -n libcogl1 %defattr(-,root,root) %doc COPYING NEWS README ChangeLog %{_libdir}/libcogl.so.* ++++++ cogl-1.7.0.tar.bz2 -> cogl-1.7.2.tar.bz2 ++++++ ++++ 253909 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org