Hello community,

here is the log from the commit of package gnome-bluetooth for openSUSE:Factory 
checked in at 2013-04-03 12:52:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-bluetooth (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-bluetooth.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-bluetooth", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-bluetooth/gnome-bluetooth.changes  
2012-12-05 13:52:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gnome-bluetooth.new/gnome-bluetooth.changes     
2013-04-03 12:52:16.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Mar 26 10:30:23 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.8.0:
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Mar 19 19:55:13 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.92:
+  + Fix introspection generation for Vala.
+  + Updated translations.
+
+-------------------------------------------------------------------
+Tue Jan 15 18:06:44 UTC 2013 - dims...@opensuse.org
+
+- Update to version 3.7.4:
+  + Remove fallback applet as GNOME fallback is obsolete.
+  + Remove ObexFTP browsing support.
+  + Fix help links in GNOME 3.6+.
+  + Sendto: Remove nautilus-sendto plugin.
+- Drop and obsolete nautilus-sendto-plugin-bluetooth.
+- Drop pkgconfig(libnotify) BuildRequires: no longer needed.
+- Remove traces of BUILD_FROM_VCS.
+
+-------------------------------------------------------------------

Old:
----
  gnome-bluetooth-3.6.1.tar.xz

New:
----
  gnome-bluetooth-3.8.0.tar.xz

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

Other differences:
------------------
++++++ gnome-bluetooth.spec ++++++
--- /var/tmp/diff_new_pack.71B9Ll/_old  2013-04-03 12:52:18.000000000 +0200
+++ /var/tmp/diff_new_pack.71B9Ll/_new  2013-04-03 12:52:18.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gnome-bluetooth
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,16 +16,14 @@
 #
 
 
-%define BUILD_FROM_VCS 1
-
 Name:           gnome-bluetooth
-Version:        3.6.1
+Version:        3.8.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.6/%{name}-%{version}.tar.xz
+Source:         
http://download.gnome.org/sources/gnome-bluetooth/3.8/%{name}-%{version}.tar.xz
 Source1:        61-gnome-bluetooth-rfkill.rules
 BuildRequires:  fdupes
 BuildRequires:  gobject-introspection-devel
@@ -34,13 +32,7 @@
 BuildRequires:  update-desktop-files
 BuildRequires:  yelp-tools
 BuildRequires:  pkgconfig(gtk+-3.0) >= 2.90.7
-BuildRequires:  pkgconfig(libnotify)
-BuildRequires:  pkgconfig(nautilus-sendto)
 BuildRequires:  pkgconfig(udev)
-%if 0%{?BUILD_FROM_VCS}
-BuildRequires:  gnome-common
-BuildRequires:  gtk-doc
-%endif
 # Require bluez (mandatory, as per readme, bnc#622946)
 Requires:       bluez >= 4.36
 # Require obexd for bluetooth-sendto to work (bnc#622946)
@@ -50,6 +42,8 @@
 Recommends:     gnome-control-center
 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %glib2_gsettings_schema_requires
 %define _udevdir %(pkg-config --variable udevdir udev)
@@ -100,34 +94,16 @@
 The gnome-bluetooth package contains graphical utilities to setup,
 monitor and use Bluetooth devices.
 
-%package -n nautilus-sendto-plugin-bluetooth
-Summary:        Bluetooth plugin for nautilus-sendto
-Group:          Productivity/File utilities
-Requires:       %{name} = %{version}
-Supplements:    packageand{%{name}:nautilus-sendto}
-
-%description -n nautilus-sendto-plugin-bluetooth
-This package provides the functionality to the Nautilus file browser to
-send files over bluetooth.
-
 %lang_package
 %prep
 %setup -q
 translation-update-upstream
 
-%if 0%{?BUILD_FROM_VCS}
-[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh || NOCONFIGURE=1 
gnome-autogen.sh
-
-%endif
-
 %build
 %configure      \
         --disable-icon-update \
         --disable-scrollkeeper \
         --disable-desktop-update \
-%if 0%{?BUILD_FROM_VCS}
-        --enable-gtk-doc \
-%endif
         --enable-nautilus-sendto=yes\
         --enable-introspection
 make %{?_smp_mflags} V=1
@@ -135,7 +111,6 @@
 %install
 %make_install
 find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
-%suse_update_desktop_file bluetooth-applet
 %suse_update_desktop_file bluetooth-sendto
 %suse_update_desktop_file bluetooth-wizard
 %find_lang %{name}2 %{?no_lang_C}
@@ -156,12 +131,6 @@
 %desktop_database_postun
 %icon_theme_cache_postun
 
-%post -n nautilus-sendto-plugin-bluetooth
-%glib2_gsettings_schema_post
-
-%postun -n nautilus-sendto-plugin-bluetooth
-%glib2_gsettings_schema_postun
-
 %post -n libgnome-bluetooth11 -p /sbin/ldconfig
 
 %postun -n libgnome-bluetooth11 -p /sbin/ldconfig
@@ -172,7 +141,6 @@
 %doc %{_datadir}/help/C/%{name}/
 %{_udevdir}/rules.d/61-gnome-bluetooth-rfkill.rules
 %{_bindir}/bluetooth-*
-%{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop
 %{_datadir}/applications/bluetooth-sendto.desktop
 %{_datadir}/applications/bluetooth-wizard.desktop
 %{_datadir}/gnome-bluetooth/
@@ -208,10 +176,4 @@
 %defattr(-,root,root,-)
 %{_libdir}/gnome-bluetooth/plugins/libgbtgeoclue.so
 
-%files -n nautilus-sendto-plugin-bluetooth
-%defattr(-,root,root,-)
-%{_datadir}/GConf/gsettings/gnome-bluetooth-nst
-%{_datadir}/glib-2.0/schemas/org.gnome.Bluetooth.nst.gschema.xml
-%{_libdir}/nautilus-sendto/plugins/libnstbluetooth.so
-
 %changelog

++++++ gnome-bluetooth-3.6.1.tar.xz -> gnome-bluetooth-3.8.0.tar.xz ++++++
++++ 23307 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to