From 58023b97c51e9af484ba8cd1d4e6c52ec5276d1ae88ce47a4574e4f6d4fe130f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Sat, 14 May 2016 00:17:08 +0000 Subject: [PATCH] Accepting request 395120 from home:dimstar:branches:GNOME:Factory - Fix libgtk-3-0 dependency on gtk-data: require the data package for the latest installed version of libgtk-3-. This is only needed for any eventual case where an ABI incompatible libgtk3 might ever appear in order to allow them to be parallel installable - something upstream knows to avoid doing. OBS-URL: https://build.opensuse.org/request/show/395120 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gtk3?expand=0&rev=234 --- gtk3.changes | 9 +++++++++ gtk3.spec | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/gtk3.changes b/gtk3.changes index 7b52b87..2842d56 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri May 13 08:29:24 UTC 2016 - dimstar@opensuse.org + +- Fix libgtk-3-0 dependency on gtk-data: require the data package + for the latest installed version of libgtk-3-. This is only + needed for any eventual case where an ABI incompatible libgtk3 + might ever appear in order to allow them to be parallel + installable - something upstream knows to avoid doing. + ------------------------------------------------------------------- Mon May 9 19:40:21 UTC 2016 - zaitor@opensuse.org diff --git a/gtk3.spec b/gtk3.spec index d3584e0..a8dfe9a 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -97,11 +97,11 @@ ranging from small one-off projects to complete application suites. Summary: The GTK+ toolkit library (version 3) Group: System/Libraries Requires(post): %{name}-tools +Requires: %{name}-data >= %{version} # While hicolor is not a Requires strictly speaking, we put it as # such instead of as a Recommends because many applications just # assume it's there and we need to have a low-level package to # bring it in. -Requires: %{name}-data = %{version} Requires: hicolor-icon-theme # Require Adwaita Icon Theme: It's GTKs icon set, that's guaranteed to be there Requires: adwaita-icon-theme