Accepting request 589335 from home:dimstar:t-u-u

t-u-u / boo#1086036

OBS-URL: https://build.opensuse.org/request/show/589335
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=169
This commit is contained in:
Dominique Leuenberger 2018-03-22 09:43:31 +00:00 committed by Git OBS Bridge
parent 5480db8e6e
commit 2a4d9e7569
2 changed files with 9 additions and 6 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 20 17:30: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).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Mar 13 09:18:19 UTC 2018 - jengelh@inai.de Tue Mar 13 09:18:19 UTC 2018 - jengelh@inai.de

View File

@ -23,13 +23,14 @@ Release: 0
Summary: GNOME Bluetooth graphical utilities Summary: GNOME Bluetooth graphical utilities
License: GPL-2.0-or-later AND LGPL-2.1-or-later License: GPL-2.0-or-later AND LGPL-2.1-or-later
Group: System/GUI/GNOME Group: System/GUI/GNOME
Url: https://wiki.gnome.org/Projects/GnomeBluetooth URL: https://wiki.gnome.org/Projects/GnomeBluetooth
Source: http://download.gnome.org/sources/gnome-bluetooth/3.28/%{name}-%{version}.tar.xz Source: http://download.gnome.org/sources/gnome-bluetooth/3.28/%{name}-%{version}.tar.xz
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: gobject-introspection-devel BuildRequires: gobject-introspection-devel
BuildRequires: gtk-doc BuildRequires: gtk-doc
BuildRequires: meson BuildRequires: meson
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: translation-update-upstream
BuildRequires: yelp-tools BuildRequires: yelp-tools
BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0
BuildRequires: pkgconfig(libcanberra-gtk3) BuildRequires: pkgconfig(libcanberra-gtk3)
@ -39,9 +40,6 @@ BuildRequires: pkgconfig(udev)
# Require bluez (mandatory, as per readme, bnc#622946) # Require bluez (mandatory, as per readme, bnc#622946)
Requires: bluez >= 5 Requires: bluez >= 5
Recommends: %{name}-lang Recommends: %{name}-lang
%if !0%{?is_opensuse}
BuildRequires: translation-update-upstream
%endif
%description %description
A set of graphical utilities to setup, monitor and use Bluetooth devices. A set of graphical utilities to setup, monitor and use Bluetooth devices.
@ -85,9 +83,7 @@ This package provides the necessary files for development with GNOME Bluetooth.
%prep %prep
%setup -q %setup -q
%if !0%{?is_opensuse}
translation-update-upstream translation-update-upstream
%endif
%build %build
%meson \ %meson \