Hello community,

here is the log from the commit of package gnome-bluetooth for openSUSE:Factory 
checked in at 2016-10-18 10:27:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-bluetooth (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-bluetooth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-bluetooth"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-bluetooth/gnome-bluetooth.changes  
2016-07-12 23:49:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-bluetooth.new/gnome-bluetooth.changes     
2016-10-18 10:27:08.000000000 +0200
@@ -1,0 +2,11 @@
+Sat Oct  1 18:50:28 UTC 2016 - [email protected]
+
+- Drop obexd-client Requires: obex was merged into bluez a long
+  time ago, and we already pull it.
+- Drop no longer needed Provides/Obsoletes: bluez-gnome and
+  nautilus-sendto-plugin-bluetooth.
+- Conditionally apply translations-update-upstream BuildRequires
+  and macro for non-openSUSE only.
+- Stop passing V=1 to make, we do debugging locally.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gnome-bluetooth.spec ++++++
--- /var/tmp/diff_new_pack.BRxYsj/_old  2016-10-18 10:27:09.000000000 +0200
+++ /var/tmp/diff_new_pack.BRxYsj/_new  2016-10-18 10:27:09.000000000 +0200
@@ -27,7 +27,9 @@
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
 BuildRequires:  intltool
+%if !0%{?is_opensuse}
 BuildRequires:  translation-update-upstream
+%endif
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gtk+-3.0) >= 3.12.0
@@ -37,13 +39,7 @@
 BuildRequires:  pkgconfig(udev)
 # Require bluez (mandatory, as per readme, bnc#622946)
 Requires:       bluez >= 5
-# Require obexd for bluetooth-sendto to work (bnc#622946)
-Requires:       obexd-client
 Recommends:     %{name}-lang
-Provides:       bluez-gnome = 1.8
-Obsoletes:      bluez-gnome < 1.8
-# nautilus-sendto-plugin-bluetooth has been removed in version 3.7.4
-Obsoletes:      nautilus-sendto-plugin-bluetooth < 3.7.4
 # gnome-bluetooth-plugins-geoclue (and entire plugin support) was removed in 
version 3.11.3
 Obsoletes:      gnome-bluetooth-plugins-geoclue < 3.11.3
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -89,14 +85,16 @@
 %lang_package
 %prep
 %setup -q
+%if !0%{?is_opensuse}
 translation-update-upstream
+%endif
 
 %build
 %configure      \
         --disable-icon-update \
         --disable-desktop-update \
         --enable-introspection
-make %{?_smp_mflags} V=1
+make %{?_smp_mflags}
 
 %install
 %make_install


Reply via email to