Hello community, here is the log from the commit of package gtk3 for openSUSE:Factory checked in at 2012-02-16 16:15:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gtk3 (Old) and /work/SRC/openSUSE:Factory/.gtk3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk3", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/gtk3/gtk3.changes 2012-01-26 15:59:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.gtk3.new/gtk3.changes 2012-02-16 16:15:24.000000000 +0100 @@ -1,0 +2,28 @@ +Tue Feb 7 07:36:24 UTC 2012 - [email protected] + +- Update to version 3.3.14: + + Theming: + - Fixes for border handling in GtkEntry, GtkCellRendererText, + GtkComboBox + - Parse values more carefully, supporting percentages, angles + - Implement CSS linear-gradient syntax + - Support background-size + - Support a gtk.gresource file in themes + + Bugs fixed: bgo#543520, bgo#649121, bgo#669176. + + Updated translations. +- Remove xz BuildRequires now that it comes for free in the build + system. + +------------------------------------------------------------------- +Tue Jan 31 08:42:56 UTC 2012 - [email protected] + +- Update to version 3.3.12: + + GtkApplication: + - Add API to create menus from models + - New format for <menu> in GtkBuilder files + + Add a RELAX NG schema for the GtkBuilder XML. + + Several cleanups and bug fixes. +- Use %glib2_gsettings_schema_* macros in devel subpackage for new + GSettings schema. + +------------------------------------------------------------------- Old: ---- gtk+-3.3.10.tar.xz New: ---- gtk+-3.3.14.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk3.spec ++++++ --- /var/tmp/diff_new_pack.tzArvX/_old 2012-02-16 16:15:26.000000000 +0100 +++ /var/tmp/diff_new_pack.tzArvX/_new 2012-02-16 16:15:26.000000000 +0100 @@ -16,7 +16,6 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - %define build_broadway_backend 1 # When updating the binary version, do not forget to also update baselibs.conf @@ -24,7 +23,7 @@ Name: gtk3 %define _name gtk+ -Version: 3.3.10 +Version: 3.3.14 Release: 0 Summary: The GTK+ toolkit library (version 3) License: LGPL-2.1+ @@ -43,14 +42,12 @@ Patch3: gtk3-bnc130159-bgo319483-async-font-selection.patch BuildRequires: cups-devel BuildRequires: fdupes -# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467 -BuildRequires: xz BuildRequires: pkgconfig(atk) >= 2.1.5 BuildRequires: pkgconfig(cairo) BuildRequires: pkgconfig(colord) BuildRequires: pkgconfig(fontconfig) -BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.23.5 -BuildRequires: pkgconfig(glib-2.0) >= 2.31.11 +BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.25.2 +BuildRequires: pkgconfig(glib-2.0) >= 2.31.14 BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(pango) @@ -271,6 +268,7 @@ Group: Development/Libraries/X11 Requires: libgtk-3-0 = %{version} Requires: typelib-1_0-Gtk-3_0 = %{version} +%glib2_gsettings_schema_requires %description devel GTK+ is a multi-platform toolkit for creating graphical user interfaces. @@ -403,6 +401,9 @@ %post data %glib2_gsettings_schema_post +%post devel +%glib2_gsettings_schema_post + %if 0 # No need to call gtk-query-immodules-3.0 in postun: # - if it's an upgrade, it will have been called in post @@ -443,6 +444,9 @@ update-alternatives --remove gtk-update-icon-cache %{_bindir}/gtk-update-icon-cache-3.0 fi +%postun devel +%glib2_gsettings_schema_postun + %files -n libgtk-3-0 %defattr(-, root, root) %doc AUTHORS COPYING README NEWS @@ -536,8 +540,10 @@ %{_bindir}/gtk3-demo-application %{_datadir}/aclocal/gtk-3.0.m4 %{_datadir}/gir-1.0/*.gir +%{_datadir}/glib-2.0/schemas/org.gtk.Demo.gschema.xml %dir %{_datadir}/gtk-3.0 %{_datadir}/gtk-3.0/demo/ +%{_datadir}/gtk-3.0/gtkbuilder.rng %{_includedir}/gail-3.0/ %{_includedir}/gtk-3.0/ %{_libdir}/pkgconfig/gail-3.0.pc -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
