Hello community, here is the log from the commit of package gnome-bluetooth for openSUSE:Factory checked in at 2017-09-13 21:50:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnome-bluetooth (Old) and /work/SRC/openSUSE:Factory/.gnome-bluetooth.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnome-bluetooth" Wed Sep 13 21:50:00 2017 rev:86 rq:523319 version:3.26.0 Changes: -------- --- /work/SRC/openSUSE:Factory/gnome-bluetooth/gnome-bluetooth.changes 2017-02-19 00:38:19.051331863 +0100 +++ /work/SRC/openSUSE:Factory/.gnome-bluetooth.new/gnome-bluetooth.changes 2017-09-13 21:50:04.483556622 +0200 @@ -1,0 +2,32 @@ +Mon Sep 11 14:45:59 UTC 2017 - [email protected] + +- Update to version 3.26.0: + + Fix "file received" notifications not being translated. + + Updated translations. + +------------------------------------------------------------------- +Fri Sep 8 22:57:59 UTC 2017 - [email protected] + +- Update package summaries. Avoid running fdupes across hardlink + boundaries. + +------------------------------------------------------------------- +Tue Aug 29 11:07:32 UTC 2017 - [email protected] + +- 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. + +------------------------------------------------------------------- Old: ---- gnome-bluetooth-3.20.1.tar.xz New: ---- gnome-bluetooth-3.26.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnome-bluetooth.spec ++++++ --- /var/tmp/diff_new_pack.qYqRMG/_old 2017-09-13 21:50:05.111468278 +0200 +++ /var/tmp/diff_new_pack.qYqRMG/_new 2017-09-13 21:50:05.115467716 +0200 @@ -16,20 +16,19 @@ # +%define _udevdir %(pkg-config --variable udevdir udev) Name: gnome-bluetooth -Version: 3.20.1 +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.20/%{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: 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,16 +39,16 @@ # 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, 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} @@ -67,7 +66,7 @@ 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 @@ -78,6 +77,7 @@ gnome-bluetooth library. %lang_package + %prep %setup -q %if !0%{?is_opensuse} @@ -85,31 +85,15 @@ %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 +%fdupes %{buildroot}/%{_prefix} %post -n libgnome-bluetooth13 -p /sbin/ldconfig @@ -121,7 +105,7 @@ %{_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 ++++++ gnome-bluetooth-3.20.1.tar.xz -> gnome-bluetooth-3.26.0.tar.xz ++++++ ++++ 91417 lines of diff (skipped)
