From 38817ca4251aa06563603395d0980082c944986844b2970e137c8ad9df6fde64 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 31 Aug 2017 07:42:08 +0000 Subject: [PATCH 1/3] Accepting request 519364 from GNOME:Next Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/519364 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=159 --- gnome-bluetooth-3.20.1.tar.xz | 3 --- gnome-bluetooth-3.25.91.tar.xz | 3 +++ gnome-bluetooth.changes | 19 +++++++++++++++ gnome-bluetooth.spec | 44 +++++++++++----------------------- 4 files changed, 36 insertions(+), 33 deletions(-) delete mode 100644 gnome-bluetooth-3.20.1.tar.xz create mode 100644 gnome-bluetooth-3.25.91.tar.xz diff --git a/gnome-bluetooth-3.20.1.tar.xz b/gnome-bluetooth-3.20.1.tar.xz deleted file mode 100644 index 6ba9ab1..0000000 --- a/gnome-bluetooth-3.20.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea9050b5f3b94ef279febae4cb789c2500a25344c784f650fe7f932fcd6798fe -size 615880 diff --git a/gnome-bluetooth-3.25.91.tar.xz b/gnome-bluetooth-3.25.91.tar.xz new file mode 100644 index 0000000..a10f633 --- /dev/null +++ b/gnome-bluetooth-3.25.91.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c93ada60104d93d86be52826004f697a4706f2b01c1201ae9c04321faa02d75 +size 350248 diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index 8bcbfcc..92c1903 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Aug 29 11:07:32 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.25.91: + + Port to meson build system, and remove autotools build system. + + Use Unicode in translatable strings. + + Update Settings UI for updated gnome-control-center UI. + + Align the explanatory text with the listbox. + + Fix crash when exiting panel during pairing. +- Add meson BuildRequires and switch autotools macros configure, + make and makeinstall to meson, meson_build and meson_install + following upstream switch to Meson build system. +- Drop %glib2_gsettings_schema_*, desktop_database_* and + %icon_theme_cache_* post/postun macros: the functionality is now + covered by file triggers. +- Add gtk-doc BuildRequires: new dependency, as we no longer + receive the docs pre-built in the tarball. +- Drop intltool BuildRequires: no longer needed. + ------------------------------------------------------------------- Mon Feb 13 20:32:26 UTC 2017 - zaitor@opensuse.org diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index de2fbee..89fee46 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -16,20 +16,19 @@ # +%define _udevdir %(pkg-config --variable udevdir udev) Name: gnome-bluetooth -Version: 3.20.1 +Version: 3.25.91 Release: 0 Summary: GNOME Bluetooth graphical utilities License: GPL-2.0+ Group: System/GUI/GNOME Url: http://live.gnome.org/GnomeBluetooth -Source: http://download.gnome.org/sources/gnome-bluetooth/3.20/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-bluetooth/3.25/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gobject-introspection-devel -BuildRequires: intltool -%if !0%{?is_opensuse} -BuildRequires: translation-update-upstream -%endif +BuildRequires: gtk-doc +BuildRequires: meson BuildRequires: update-desktop-files BuildRequires: yelp-tools BuildRequires: pkgconfig(gtk+-3.0) >= 3.12.0 @@ -40,9 +39,9 @@ BuildRequires: pkgconfig(udev) # Require bluez (mandatory, as per readme, bnc#622946) Requires: bluez >= 5 Recommends: %{name}-lang -BuildRoot: %{_tmppath}/%{name}-%{version}-build -%glib2_gsettings_schema_requires -%define _udevdir %(pkg-config --variable udevdir udev) +%if !0%{?is_opensuse} +BuildRequires: translation-update-upstream +%endif %description The gnome-bluetooth package contains graphical utilities to setup, @@ -78,6 +77,7 @@ This package provides the GObject Introspection bindings for the gnome-bluetooth library. %lang_package + %prep %setup -q %if !0%{?is_opensuse} @@ -85,32 +85,16 @@ translation-update-upstream %endif %build -%configure \ - --disable-icon-update \ - --disable-desktop-update \ - --enable-introspection -make %{?_smp_mflags} +%meson \ + -D enable-gtk-doc=true +%meson_build %install -%make_install -find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print +%meson_install %suse_update_desktop_file bluetooth-sendto %find_lang %{name}2 %{?no_lang_C} %fdupes %{buildroot} -%clean -rm -rf %{buildroot} - -%post -%glib2_gsettings_schema_post -%desktop_database_post -%icon_theme_cache_post - -%postun -%glib2_gsettings_schema_postun -%desktop_database_postun -%icon_theme_cache_postun - %post -n libgnome-bluetooth13 -p /sbin/ldconfig %postun -n libgnome-bluetooth13 -p /sbin/ldconfig @@ -121,7 +105,7 @@ rm -rf %{buildroot} %{_bindir}/bluetooth-* %{_datadir}/applications/bluetooth-sendto.desktop %{_datadir}/gnome-bluetooth/ -%{_datadir}/icons/hicolor/*/*/bluetooth* +%{_datadir}/icons/hicolor/*/*/*bluetooth* %{_mandir}/man1/bluetooth-* %files lang -f %{name}2.lang From 9c4625a7a3ad72d87c68f1d6fa8903a76fbeb7271bd623e7d9f4f499e4567ac3 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sat, 9 Sep 2017 10:25:17 +0000 Subject: [PATCH 2/3] Accepting request 522689 from home:jengelh:branches:GNOME:Factory - Update package summaries. Avoid running fdupes across hardlink boundaries. OBS-URL: https://build.opensuse.org/request/show/522689 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=160 --- gnome-bluetooth.changes | 6 ++++++ gnome-bluetooth.spec | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index 92c1903..b858f87 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Sep 8 22:57:59 UTC 2017 - jengelh@inai.de + +- Update package summaries. Avoid running fdupes across hardlink + boundaries. + ------------------------------------------------------------------- Tue Aug 29 11:07:32 UTC 2017 - dimstar@opensuse.org diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 89fee46..9d6cd0c 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -48,7 +48,7 @@ The gnome-bluetooth package contains graphical utilities to setup, monitor and use Bluetooth devices. %package devel -Summary: GNOME Bluetooth graphical utilities -- Development Files +Summary: Development files for the GNOME Bluetooth graphical utilities Group: Development/Libraries/GNOME Requires: %{name} = %{version} Requires: typelib-1_0-GnomeBluetooth-1_0 = %{version} @@ -66,7 +66,7 @@ The gnome-bluetooth package contains graphical utilities to setup, monitor and use Bluetooth devices. %package -n typelib-1_0-GnomeBluetooth-1_0 -Summary: GNOME Bluetooth graphical utilities -- Introspection bindings +Summary: Introspection bindings for the gnome-bluetooth library Group: System/Libraries %description -n typelib-1_0-GnomeBluetooth-1_0 @@ -93,7 +93,7 @@ translation-update-upstream %meson_install %suse_update_desktop_file bluetooth-sendto %find_lang %{name}2 %{?no_lang_C} -%fdupes %{buildroot} +%fdupes %{buildroot}/%{_prefix} %post -n libgnome-bluetooth13 -p /sbin/ldconfig From 98235722f055ba42bd912ca824d7560c74ac841e2c8c9e12138cb39bf974927a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Mon, 11 Sep 2017 16:47:10 +0000 Subject: [PATCH 3/3] Accepting request 523242 from GNOME:Next Update to 3.26.0 OBS-URL: https://build.opensuse.org/request/show/523242 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=161 --- gnome-bluetooth-3.25.91.tar.xz | 3 --- gnome-bluetooth-3.26.0.tar.xz | 3 +++ gnome-bluetooth.changes | 7 +++++++ gnome-bluetooth.spec | 4 ++-- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 gnome-bluetooth-3.25.91.tar.xz create mode 100644 gnome-bluetooth-3.26.0.tar.xz diff --git a/gnome-bluetooth-3.25.91.tar.xz b/gnome-bluetooth-3.25.91.tar.xz deleted file mode 100644 index a10f633..0000000 --- a/gnome-bluetooth-3.25.91.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c93ada60104d93d86be52826004f697a4706f2b01c1201ae9c04321faa02d75 -size 350248 diff --git a/gnome-bluetooth-3.26.0.tar.xz b/gnome-bluetooth-3.26.0.tar.xz new file mode 100644 index 0000000..1ac1774 --- /dev/null +++ b/gnome-bluetooth-3.26.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8f9dfc049a6322fd8b4e4ac0b8fb968a3a157a11b9ea61552aa94a5625cc127 +size 350896 diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index b858f87..c256142 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Sep 11 14:45:59 UTC 2017 - dimstar@opensuse.org + +- Update to version 3.26.0: + + Fix "file received" notifications not being translated. + + Updated translations. + ------------------------------------------------------------------- Fri Sep 8 22:57:59 UTC 2017 - jengelh@inai.de diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 9d6cd0c..8850236 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -18,13 +18,13 @@ %define _udevdir %(pkg-config --variable udevdir udev) Name: gnome-bluetooth -Version: 3.25.91 +Version: 3.26.0 Release: 0 Summary: GNOME Bluetooth graphical utilities License: GPL-2.0+ Group: System/GUI/GNOME Url: http://live.gnome.org/GnomeBluetooth -Source: http://download.gnome.org/sources/gnome-bluetooth/3.25/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-bluetooth/3.26/%{name}-%{version}.tar.xz BuildRequires: fdupes BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc