commit gtk2-engines for openSUSE:Factory
Hello community, here is the log from the commit of package gtk2-engines for openSUSE:Factory checked in at Mon May 4 18:12:13 CEST 2009. -------- --- GNOME/gtk2-engines/gtk2-engines.changes 2009-04-14 15:20:33.000000000 +0200 +++ /mounts/work_src_done/STABLE/gtk2-engines/gtk2-engines.changes 2009-04-28 18:43:21.000000000 +0200 @@ -1,0 +2,8 @@ +Tue Apr 28 18:41:28 CEST 2009 - vuntz@novell.com + +- Require specific version of gtk2 we were built against, instead + of >= 2.10.0. This helps when using various projects with more + than one gtk2 version and the versioned directories for engines + has changed. Fix bnc#484104. + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gtk2-engines.spec ++++++ --- /var/tmp/diff_new_pack.i19880/_old 2009-05-04 18:11:46.000000000 +0200 +++ /var/tmp/diff_new_pack.i19880/_new 2009-05-04 18:11:46.000000000 +0200 @@ -25,14 +25,16 @@ BuildRequires: intltool Summary: Engines for GTK2 Themes Version: 2.18.1 -Release: 1 +Release: 2 License: LGPL v2.1 or later Group: System/GUI/GNOME Source: %{_name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build # gnome-themes had Industrial before this version (<= SuSE Linux 9.2, <= NLD9). Conflicts: gnome-themes < 2.11.90 -Requires: gtk2 >= 2.10.0 +# We require the exact version of gtk2 we were compiled with since the engines are located in a versioned directory +%define gtk2_ver %(rpm -q --qf '%%{version}' gtk2) +Requires: gtk2 == %{gtk2_ver} Url: http://www.gnome.org Provides: %{name}-devel = %{version}-%{release} Enhances: gtk2 @@ -82,6 +84,11 @@ %{_libdir}/pkgconfig/*.pc %changelog +* Tue Apr 28 2009 vuntz@novell.com +- Require specific version of gtk2 we were built against, instead + of >= 2.10.0. This helps when using various projects with more + than one gtk2 version and the versioned directories for engines + has changed. Fix bnc#484104. * Tue Apr 14 2009 vuntz@novell.com - Update to version 2.18.1: + Clearlooks draws the focus line of entries now correct. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de