Mailinglist Archive: opensuse-commit (1929 mails)

< Previous Next >
commit cogl for openSUSE:Factory

Hello community,

here is the log from the commit of package cogl for openSUSE:Factory
checked in at Sun Oct 2 09:52:44 CEST 2011.



--------
--- openSUSE:Factory/cogl/cogl.changes 2011-09-23 01:53:47.000000000 +0200
+++ /mounts/work_src_done/STABLE/cogl/cogl.changes 2011-09-21
19:47:10.000000000 +0200
@@ -1,0 +2,26 @@
+Wed Sep 21 17:27:20 UTC 2011 - vuntz@xxxxxxxxxxxx
+
+- Update to version 1.8.0:
+ + Started porting Cogl conformance tests from Clutter to be
+ standalone Cogl tests including tests for depth-state and
+ backface culling.
+ + Added a new color mask conformance test
+ + We no longer implicitly define COGL_ENABLE_EXPERIMENTAL_2_0_API
+ in the cogl-2.0-experimental.pc file cflags because the way
+ pkgconfig works makes it hard to then consume libraries
+ depending on cogl-2.0-experimental.pc with Clutter.
+ + Made progress re-factoring cogl-pipeline.c to be more
+ maintainable by starting to split the code up into more
+ manageable pieces.
+ + We now bind the locale dir for the Cogl domain during init.
+ + We now track backface culling state as part of CoglPipeline.
+ + Bugs fixed: bgo#656442, bgo#658092, bgo#658333, bgo#658700,
+ bgo#659029, bgo#659360.
+- Rename libcogl2 to libcogl5, following upstream soversion change.
+
+-------------------------------------------------------------------
+Sat Sep 17 23:27:24 UTC 2011 - jengelh@xxxxxxxxxx
+
+- Remove redundant tags/sections from specfile
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
cogl-1.7.8.tar.bz2

New:
----
cogl-1.8.0.tar.bz2

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

Other differences:
------------------
++++++ cogl.spec ++++++
--- /var/tmp/diff_new_pack.hU2H4k/_old 2011-10-02 09:52:40.000000000 +0200
+++ /var/tmp/diff_new_pack.hU2H4k/_new 2011-10-02 09:52:40.000000000 +0200
@@ -18,13 +18,13 @@


Name: cogl
-Version: 1.7.8
+Version: 1.8.0
Release: 1
License: LGPLv2.1+
Summary: An object oriented GL/GLES Abstraction/Utility Layer
Url: http://clutter-project.org/
Group: System/Libraries
-Source0:
http://download.gnome.org/sources/cogl/1.7/%{name}-%{version}.tar.bz2
+Source0:
http://download.gnome.org/sources/cogl/1.8/%{name}-%{version}.tar.bz2
Source99: baselibs.conf
BuildRequires: fdupes
BuildRequires: gtk-doc >= 1.13
@@ -48,7 +48,7 @@
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures.

-%package -n libcogl2
+%package -n libcogl5
License: LGPLv2.1+
Summary: An object oriented GL/GLES Abstraction/Utility Layer
Group: System/Libraries
@@ -57,7 +57,7 @@
# To make the lang package installable
Provides: %{name} = %{version}

-%description -n libcogl2
+%description -n libcogl5
Cogl is a small open source library for using 3D graphics hardware to draw
pretty pictures.

@@ -74,7 +74,7 @@
License: LGPLv2.1+
Summary: An object oriented GL/GLES Abstraction/Utility Layer --
Development Files
Group: Development/Libraries/GNOME
-Requires: libcogl2 = %{version}
+Requires: libcogl5 = %{version}
Requires: libcogl-pango0 = %{version}

%description devel
@@ -98,18 +98,15 @@
%find_lang cogl
%fdupes %{buildroot}%{_libdir}/pkgconfig/

-%post -n libcogl2 -p /sbin/ldconfig
+%post -n libcogl5 -p /sbin/ldconfig

-%postun -n libcogl2 -p /sbin/ldconfig
+%postun -n libcogl5 -p /sbin/ldconfig

%post -n libcogl-pango0 -p /sbin/ldconfig

%postun -n libcogl-pango0 -p /sbin/ldconfig

-%clean
-rm -rf %{buildroot}
-
-%files -n libcogl2
+%files -n libcogl5
%defattr(-,root,root)
%doc COPYING NEWS README ChangeLog
%{_libdir}/libcogl.so.*

++++++ baselibs.conf ++++++
--- /var/tmp/diff_new_pack.hU2H4k/_old 2011-10-02 09:52:40.000000000 +0200
+++ /var/tmp/diff_new_pack.hU2H4k/_new 2011-10-02 09:52:40.000000000 +0200
@@ -1,3 +1,3 @@
-libcogl2
+libcogl5
requires "Mesa-<targettype>"
libcogl-pango0

++++++ cogl-1.7.8.tar.bz2 -> cogl-1.8.0.tar.bz2 ++++++
++++ 18000 lines of diff (skipped)

continue with "q"...



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread