diff --git a/glib-networking.changes b/glib-networking.changes index 17deb64..68072eb 100644 --- a/glib-networking.changes +++ b/glib-networking.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Mar 20 17:31:22 UTC 2018 - dimstar@opensuse.org + +- Unconditionally enable translation-update-upstream: on + Tumbleweed, this results in a NOP and for Leap in SLE paid + translations being used (boo#1086036). + ------------------------------------------------------------------- Sun Mar 11 10:04:19 UTC 2018 - dimstar@opensuse.org diff --git a/glib-networking.spec b/glib-networking.spec index dd11409..a830e5f 100644 --- a/glib-networking.spec +++ b/glib-networking.spec @@ -32,6 +32,7 @@ BuildRequires: dbus-1 BuildRequires: libgcrypt-devel BuildRequires: meson >= 0.43.0 BuildRequires: pkgconfig +BuildRequires: translation-update-upstream # If this BuildRequires changes because of a gio library version change, change gio_real_package accordingly BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(glib-2.0) >= 2.55.1 @@ -45,9 +46,6 @@ Requires: gsettings-desktop-schemas Recommends: %{name}-lang = %{version} Supplements: %{gio_real_package} %{glib2_gio_module_requires} -%if !0%{?is_opensuse} -BuildRequires: translation-update-upstream -%endif %description This package contains network-related GIO modules for glib. @@ -58,10 +56,7 @@ Currently, there is only a proxy module based on libproxy. %prep %setup -q - -%if !0%{?is_opensuse} translation-update-upstream -%endif %build %meson