Accepting request 590020 from GNOME:Factory

t-u-u / boo#1086036 (forwarded request 589333 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/590020
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-calculator?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2018-03-26 10:49:08 +00:00 committed by Git OBS Bridge
commit 51f8dbc5c6
2 changed files with 8 additions and 5 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 20 17:29:25 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).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 13 08:01:15 UTC 2018 - dimstar@opensuse.org Tue Mar 13 08:01:15 UTC 2018 - dimstar@opensuse.org

View File

@ -29,6 +29,7 @@ BuildRequires: meson
BuildRequires: mpc-devel BuildRequires: mpc-devel
BuildRequires: mpfr-devel BuildRequires: mpfr-devel
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files BuildRequires: update-desktop-files
BuildRequires: vala BuildRequires: vala
BuildRequires: yelp-tools BuildRequires: yelp-tools
@ -41,9 +42,6 @@ BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.15.1
BuildRequires: pkgconfig(libsoup-2.4) >= 2.42 BuildRequires: pkgconfig(libsoup-2.4) >= 2.42
BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxml-2.0)
Recommends: %{name}-lang Recommends: %{name}-lang
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
%description %description
A GNOME calculator package based on calctool and MP library. A GNOME calculator package based on calctool and MP library.
@ -62,9 +60,7 @@ search results from GNOME Calculator.
%prep %prep
%setup -q %setup -q
%if !0%{?is_opensuse}
translation-update-upstream translation-update-upstream
%endif
%build %build
%meson %meson