diff --git a/gtk3.changes b/gtk3.changes index 2c64638..77ac589 100644 --- a/gtk3.changes +++ b/gtk3.changes @@ -7,6 +7,13 @@ Mon Apr 24 10:47:28 UTC 2017 - dimstar@opensuse.org bgo#780734, bgo#780735, bgo#780878, bgo#780994. + Updated translations. +------------------------------------------------------------------- +Fri Mar 24 15:51:44 UTC 2017 - sreeves@suse.com + +- Add Requires gdk-pixbuf-loader-rsvg. bsc#1007453 + We require adwaita-icon-theme so we need something to load + the svg icons it provides. + ------------------------------------------------------------------- Mon Mar 20 09:03:23 UTC 2017 - zaitor@opensuse.org diff --git a/gtk3.spec b/gtk3.spec index 30ad99f..47dafd4 100644 --- a/gtk3.spec +++ b/gtk3.spec @@ -105,6 +105,9 @@ Requires: %{name}-schema >= %{version} Requires: hicolor-icon-theme # Require Adwaita Icon Theme: It's GTKs icon set, that's guaranteed to be there Requires: adwaita-icon-theme +# Require gdk-pixbuf-loader-rsvg - bsc#1007453. We require adwaita-icon-theme +# so we need something to load the svg icons. +Requires: gdk-pixbuf-loader-rsvg # gtk+ can work without branding/translations. Built in defaults will be used then. Recommends: %{name}-branding # it's nice to have input modules for various locales installed by default