From 819853d209b3ba6c713830ff316fcf7170f87578072444b5a627df96dac48a98 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Fri, 7 Sep 2012 15:37:31 +0000 Subject: [PATCH 1/3] Accepting request 132688 from GNOME:Next Starting to push GNOME:Next... OBS-URL: https://build.opensuse.org/request/show/132688 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=108 --- gnome-bluetooth-3.4.2.tar.xz | 3 --- gnome-bluetooth-3.5.5.tar.xz | 3 +++ gnome-bluetooth.changes | 18 ++++++++++++++++++ gnome-bluetooth.spec | 27 +++++++++++++++------------ 4 files changed, 36 insertions(+), 15 deletions(-) delete mode 100644 gnome-bluetooth-3.4.2.tar.xz create mode 100644 gnome-bluetooth-3.5.5.tar.xz diff --git a/gnome-bluetooth-3.4.2.tar.xz b/gnome-bluetooth-3.4.2.tar.xz deleted file mode 100644 index 00e0e76..0000000 --- a/gnome-bluetooth-3.4.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c58480f1687aca048444d5e4dbd306594d0785c8e6e74f99fa0b13e57fdad4de -size 1139628 diff --git a/gnome-bluetooth-3.5.5.tar.xz b/gnome-bluetooth-3.5.5.tar.xz new file mode 100644 index 0000000..a5fa351 --- /dev/null +++ b/gnome-bluetooth-3.5.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47b6afbccb04e7fd0c09ab4431ce59b9175e8bac1462068816018da427b43cc2 +size 1330996 diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index a7b52d9..97344e8 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed Aug 8 17:56:41 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.5: + + Allow building with nautilus-sendto 3.6 + + Namespace killswitch API properly + + Loads of API documentation fixes + +------------------------------------------------------------------- +Wed Jul 18 11:05:55 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.4: + + Library: Fix stuck "Finishing" page for some devices. + + Applet: Fix warning and empty device name in some cases. + + Wizard: Use shorter label for the finishing pages. +- Rename libgnome-bluetooth10 subpackage to libgnome-bluetooth11, + following upstreams soname bump. + ------------------------------------------------------------------- Wed Jul 4 21:25:17 UTC 2012 - dimstar@opensuse.org diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 112d7fa..2c6085e 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -16,25 +16,27 @@ # +%define BUILD_FROM_VCS 1 + Name: gnome-bluetooth -Version: 3.4.2 +Version: 3.5.5 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.4/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-bluetooth/3.5/%{name}-%{version}.tar.xz Source1: 61-gnome-bluetooth-rfkill.rules -# PATCH-MISSING-TAG -- See http://en.opensuse.org/Packaging/Patches +# PATCH-FIX-UPSTREAM lxde-support.patch bgo#683054 andrea@opensuse.org -- Use gnome-bluetooth applet on LXDE Desktop. Patch0: lxde-support.patch BuildRequires: fdupes BuildRequires: gnome-doc-utils-devel BuildRequires: gobject-introspection-devel BuildRequires: intltool -BuildRequires: libnotify-devel BuildRequires: translation-update-upstream BuildRequires: update-desktop-files BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7 +BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(nautilus-sendto) %if 0%{?BUILD_FROM_VCS} BuildRequires: gnome-common @@ -68,12 +70,12 @@ Provides: libgnomebt-devel = 0.12 The gnome-bluetooth package contains graphical utilities to setup, monitor and use Bluetooth devices. -%package -n libgnome-bluetooth10 +%package -n libgnome-bluetooth11 Summary: GNOME Bluetooth graphical utilities Group: System/Libraries Obsoletes: libgnomebt1 <= 0.12 -%description -n libgnome-bluetooth10 +%description -n libgnome-bluetooth11 The gnome-bluetooth package contains graphical utilities to setup, monitor and use Bluetooth devices. @@ -115,7 +117,8 @@ translation-update-upstream %patch0 -p1 %if 0%{?BUILD_FROM_VCS} -[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh +[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh || NOCONFIGURE=1 gnome-autogen.sh + %endif %build @@ -128,10 +131,10 @@ translation-update-upstream %endif --enable-nautilus-sendto=yes\ --enable-introspection -%__make %{?_smp_mflags} V=1 +make %{?_smp_mflags} V=1 %install -%makeinstall +%make_install find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print %suse_update_desktop_file bluetooth-applet %suse_update_desktop_file bluetooth-sendto @@ -160,9 +163,9 @@ rm -rf %{buildroot} %postun -n nautilus-sendto-plugin-bluetooth %glib2_gsettings_schema_postun -%post -n libgnome-bluetooth10 -p /sbin/ldconfig +%post -n libgnome-bluetooth11 -p /sbin/ldconfig -%postun -n libgnome-bluetooth10 -p /sbin/ldconfig +%postun -n libgnome-bluetooth11 -p /sbin/ldconfig %files %defattr(-, root, root) @@ -192,7 +195,7 @@ rm -rf %{buildroot} %files lang -f %{name}2.lang -%files -n libgnome-bluetooth10 +%files -n libgnome-bluetooth11 %defattr(-,root,root,-) %{_libdir}/libgnome-bluetooth.so.* From 59c6e4c54046aed3d610255e2d9a98bd8bf1c7b0a12b8d1312753840cc3ac61e Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Fri, 21 Sep 2012 19:26:41 +0000 Subject: [PATCH 2/3] Accepting request 134841 from home:dimstar:branches:GNOME:Factory Update to 3.5.92 OBS-URL: https://build.opensuse.org/request/show/134841 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=109 --- gnome-bluetooth-3.5.5.tar.xz | 3 --- gnome-bluetooth-3.5.92.tar.xz | 3 +++ gnome-bluetooth.changes | 13 +++++++++++++ gnome-bluetooth.spec | 15 +++------------ lxde-support.patch | 12 ------------ 5 files changed, 19 insertions(+), 27 deletions(-) delete mode 100644 gnome-bluetooth-3.5.5.tar.xz create mode 100644 gnome-bluetooth-3.5.92.tar.xz delete mode 100644 lxde-support.patch diff --git a/gnome-bluetooth-3.5.5.tar.xz b/gnome-bluetooth-3.5.5.tar.xz deleted file mode 100644 index a5fa351..0000000 --- a/gnome-bluetooth-3.5.5.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:47b6afbccb04e7fd0c09ab4431ce59b9175e8bac1462068816018da427b43cc2 -size 1330996 diff --git a/gnome-bluetooth-3.5.92.tar.xz b/gnome-bluetooth-3.5.92.tar.xz new file mode 100644 index 0000000..9c1e23f --- /dev/null +++ b/gnome-bluetooth-3.5.92.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb832118364be36510d32e6e33e90788c0f651c82c146f9abd800403f0a235f8 +size 1331676 diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index 97344e8..9911bf7 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue Sep 18 11:30:06 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.5.92: + + Fix warning in BluetoothAgent + + Add pairing support for iCade variants (mobile, core and jr.) + + Use yelp-tools instead of gnome-doc-utils + + Support LXDE with the fallback applet too + + Updated translations. +- Replace gnome-doc-utils-devel BuildRequires with yelp-tools, + following upstream. +- Drop lxde-support.patch: fixed upstream. + ------------------------------------------------------------------- Wed Aug 8 17:56:41 UTC 2012 - dimstar@opensuse.org diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 2c6085e..32f168e 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -19,7 +19,7 @@ %define BUILD_FROM_VCS 1 Name: gnome-bluetooth -Version: 3.5.5 +Version: 3.5.92 Release: 0 Summary: GNOME Bluetooth graphical utilities License: GPL-2.0+ @@ -27,14 +27,12 @@ Group: System/GUI/GNOME Url: http://live.gnome.org/GnomeBluetooth Source: http://download.gnome.org/sources/gnome-bluetooth/3.5/%{name}-%{version}.tar.xz Source1: 61-gnome-bluetooth-rfkill.rules -# PATCH-FIX-UPSTREAM lxde-support.patch bgo#683054 andrea@opensuse.org -- Use gnome-bluetooth applet on LXDE Desktop. -Patch0: lxde-support.patch BuildRequires: fdupes -BuildRequires: gnome-doc-utils-devel BuildRequires: gobject-introspection-devel BuildRequires: intltool BuildRequires: translation-update-upstream BuildRequires: update-desktop-files +BuildRequires: yelp-tools BuildRequires: pkgconfig(gtk+-3.0) >= 2.90.7 BuildRequires: pkgconfig(libnotify) BuildRequires: pkgconfig(nautilus-sendto) @@ -114,7 +112,6 @@ send files over bluetooth. %prep %setup -q translation-update-upstream -%patch0 -p1 %if 0%{?BUILD_FROM_VCS} [ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh || NOCONFIGURE=1 gnome-autogen.sh @@ -170,13 +167,7 @@ rm -rf %{buildroot} %files %defattr(-, root, root) %doc AUTHORS COPYING NEWS README -%dir %{_datadir}/gnome/ -%dir %{_datadir}/gnome/help/ -%dir %{_datadir}/gnome/help/%{name}/ -%doc %{_datadir}/gnome/help/%{name}/C/ -%dir %{_datadir}/omf/ -%dir %{_datadir}/omf/%{name}/ -%doc %{_datadir}/omf/%{name}/%{name}-C.omf +%doc %{_datadir}/help/C/%{name}/ /lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules %{_bindir}/bluetooth-* %{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop diff --git a/lxde-support.patch b/lxde-support.patch deleted file mode 100644 index 240b995..0000000 --- a/lxde-support.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -uNr old-gnome-bluetooth-2.28.1/applet/bluetooth-applet.desktop.in.in gnome-bluetooth-2.28.1/applet/bluetooth-applet.desktop.in.in ---- old-gnome-bluetooth-2.28.1/applet/bluetooth-applet.desktop.in.in 2009-10-24 20:17:17.854254851 +0200 -+++ gnome-bluetooth-2.28.1/applet/bluetooth-applet.desktop.in.in 2009-10-24 20:17:32.070257115 +0200 -@@ -6,7 +6,7 @@ - Terminal=false - Type=Application - Categories= --OnlyShowIn=GNOME;XFCE; -+OnlyShowIn=GNOME;XFCE;LXDE; - X-GNOME-Bugzilla-Bugzilla=GNOME - X-GNOME-Bugzilla-Product=gnome-bluetooth - X-GNOME-Bugzilla-Component=applet From b053ac36d471cad3d61a06df8cb43125b3f37a3dc38aa0da3ae9619e26fb6acf Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 25 Sep 2012 20:35:35 +0000 Subject: [PATCH 3/3] Accepting request 135870 from home:dimstar:branches:GNOME:Factory Update to 3.6.0 OBS-URL: https://build.opensuse.org/request/show/135870 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-bluetooth?expand=0&rev=110 --- gnome-bluetooth-3.5.92.tar.xz | 3 --- gnome-bluetooth-3.6.0.tar.xz | 3 +++ gnome-bluetooth.changes | 6 ++++++ gnome-bluetooth.spec | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) delete mode 100644 gnome-bluetooth-3.5.92.tar.xz create mode 100644 gnome-bluetooth-3.6.0.tar.xz diff --git a/gnome-bluetooth-3.5.92.tar.xz b/gnome-bluetooth-3.5.92.tar.xz deleted file mode 100644 index 9c1e23f..0000000 --- a/gnome-bluetooth-3.5.92.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:bb832118364be36510d32e6e33e90788c0f651c82c146f9abd800403f0a235f8 -size 1331676 diff --git a/gnome-bluetooth-3.6.0.tar.xz b/gnome-bluetooth-3.6.0.tar.xz new file mode 100644 index 0000000..49ed560 --- /dev/null +++ b/gnome-bluetooth-3.6.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:021d9711d76e6d195812b1804ff39b5936ce978c25f900bc92e4bffd7045d306 +size 1332836 diff --git a/gnome-bluetooth.changes b/gnome-bluetooth.changes index 9911bf7..7157b96 100644 --- a/gnome-bluetooth.changes +++ b/gnome-bluetooth.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Sep 25 11:39:53 UTC 2012 - dimstar@opensuse.org + +- Update to version 3.6.0: + + Updated translations. + ------------------------------------------------------------------- Tue Sep 18 11:30:06 UTC 2012 - dimstar@opensuse.org diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 32f168e..b6ea12e 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -19,13 +19,13 @@ %define BUILD_FROM_VCS 1 Name: gnome-bluetooth -Version: 3.5.92 +Version: 3.6.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.5/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/gnome-bluetooth/3.6/%{name}-%{version}.tar.xz Source1: 61-gnome-bluetooth-rfkill.rules BuildRequires: fdupes BuildRequires: gobject-introspection-devel