From 6390331c0e5576510495bf92638ff036df01fad9 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 8 Mar 2011 08:43:52 +0000 Subject: [PATCH 1/5] Update to 2.91.91 --- .gitignore | 1 + gnome-bluetooth.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index b0cf380..b71f5d5 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ gnome-bluetooth-2.90.0.tar.bz2 /gnome-bluetooth-2.91.2.tar.bz2 /gnome-bluetooth-2.91.5.tar.bz2 +/gnome-bluetooth-2.91.91.tar.bz2 diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index a26e0e1..aeb0ea9 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,7 +1,7 @@ Name: gnome-bluetooth Epoch: 1 -Version: 2.91.5 -Release: 6%{?dist} +Version: 2.91.91 +Release: 1%{?dist} Summary: Bluetooth graphical utilities Group: Applications/Communications @@ -212,6 +212,9 @@ fi %endif %changelog +* Tue Mar 08 2011 Bastien Nocera 2.91.91-1 +- Update to 2.91.91 + * Thu Feb 10 2011 Matthias Clasen 2.91.5-6 - Rebuild against newer gtk diff --git a/sources b/sources index cc41d1c..264fc3a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35a9ea6ced348571fb072dd1d4b65fc0 gnome-bluetooth-2.91.5.tar.bz2 +43b00d0ad7136641779d9e9a201340d6 gnome-bluetooth-2.91.91.tar.bz2 From f41b3c62c8a813fd7596732dee7b57c0a989d263 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Tue, 8 Mar 2011 08:53:23 +0000 Subject: [PATCH 2/5] Remove unneeded use of desktop-file-install --- gnome-bluetooth.spec | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index aeb0ea9..ec659f1 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -95,16 +95,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libgnome-bluetooth.la \ $RPM_BUILD_ROOT/%{_libdir}/nautilus-sendto/plugins/*.la \ $RPM_BUILD_ROOT/%{_libdir}/control-center-1/panels/libbluetooth.la -desktop-file-install --vendor="" \ - --delete-original \ - --dir=$RPM_BUILD_ROOT%{_datadir}/applications \ - $RPM_BUILD_ROOT%{_datadir}/applications/bluetooth-properties.desktop - -desktop-file-install --vendor="" \ - --delete-original \ - --dir=$RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/ \ - $RPM_BUILD_ROOT%{_sysconfdir}/xdg/autostart/bluetooth-applet.desktop - install -m0644 -D %{SOURCE1} $RPM_BUILD_ROOT/lib/udev/rules.d/61-gnome-bluetooth-rfkill.rules # gnome-bluetooth2 is the name for the gettext domain, From 52806c9d9720e47d26f5c53eca6b368a0874bacc Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 21 Mar 2011 15:36:58 +0000 Subject: [PATCH 3/5] Update to 2.91.92 --- .gitignore | 1 + gnome-bluetooth.spec | 5 ++++- sources | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b71f5d5..43afe21 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ gnome-bluetooth-2.90.0.tar.bz2 /gnome-bluetooth-2.91.2.tar.bz2 /gnome-bluetooth-2.91.5.tar.bz2 /gnome-bluetooth-2.91.91.tar.bz2 +/gnome-bluetooth-2.91.92.tar.bz2 diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index ec659f1..df74619 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,6 +1,6 @@ Name: gnome-bluetooth Epoch: 1 -Version: 2.91.91 +Version: 2.91.92 Release: 1%{?dist} Summary: Bluetooth graphical utilities @@ -202,6 +202,9 @@ fi %endif %changelog +* Mon Mar 21 2011 Bastien Nocera 2.91.92-1 +- Update to 2.91.92 + * Tue Mar 08 2011 Bastien Nocera 2.91.91-1 - Update to 2.91.91 diff --git a/sources b/sources index 264fc3a..20ef341 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -43b00d0ad7136641779d9e9a201340d6 gnome-bluetooth-2.91.91.tar.bz2 +d8ac42857f088f85377b866350973f57 gnome-bluetooth-2.91.92.tar.bz2 From 92e932c42add118824a729c07208b92670947b91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Tue, 29 Mar 2011 12:44:26 +0200 Subject: [PATCH 4/5] update BRs when the moblin subpackage is disabled --- gnome-bluetooth.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index df74619..90f1fd3 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,7 +1,7 @@ Name: gnome-bluetooth Epoch: 1 Version: 2.91.92 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Bluetooth graphical utilities Group: Applications/Communications @@ -15,8 +15,11 @@ BuildRequires: GConf2-devel BuildRequires: control-center-devel BuildRequires: dbus-glib-devel BuildRequires: libnotify-devel +%if 0 +# not needed with the moblin subpackage disabled BuildRequires: mutter-meego-devel BuildRequires: libmx-devel +%endif BuildRequires: gnome-doc-utils rarian-compat BuildRequires: nautilus-sendto-devel >= 2.90.0 @@ -202,6 +205,9 @@ fi %endif %changelog +* Sat Mar 26 2011 Dan Horák 2.91.92-2 +- update BRs when the moblin subpackage is disabled + * Mon Mar 21 2011 Bastien Nocera 2.91.92-1 - Update to 2.91.92 From 41d250052658d907ac2fa6c112aeb5bcb9c3c8c4 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 4 Apr 2011 15:21:15 +0100 Subject: [PATCH 5/5] Update to 3.0.0 --- .gitignore | 1 + gnome-bluetooth.spec | 7 +++++-- sources | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 43afe21..48d4786 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ gnome-bluetooth-2.90.0.tar.bz2 /gnome-bluetooth-2.91.5.tar.bz2 /gnome-bluetooth-2.91.91.tar.bz2 /gnome-bluetooth-2.91.92.tar.bz2 +/gnome-bluetooth-3.0.0.tar.bz2 diff --git a/gnome-bluetooth.spec b/gnome-bluetooth.spec index 90f1fd3..5569eef 100644 --- a/gnome-bluetooth.spec +++ b/gnome-bluetooth.spec @@ -1,7 +1,7 @@ Name: gnome-bluetooth Epoch: 1 -Version: 2.91.92 -Release: 2%{?dist} +Version: 3.0.0 +Release: 1%{?dist} Summary: Bluetooth graphical utilities Group: Applications/Communications @@ -205,6 +205,9 @@ fi %endif %changelog +* Mon Apr 04 2011 Bastien Nocera 3.0.0-1 +- Update to 3.0.0 + * Sat Mar 26 2011 Dan Horák 2.91.92-2 - update BRs when the moblin subpackage is disabled diff --git a/sources b/sources index 20ef341..ed2c3c5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d8ac42857f088f85377b866350973f57 gnome-bluetooth-2.91.92.tar.bz2 +390f878091a0f21cf2578f3cbc36dbff gnome-bluetooth-3.0.0.tar.bz2