[obexd/f18] Downgrade to 0.46, 0.47 breaks the API

Bastien Nocera hadess at fedoraproject.org
Thu Oct 25 07:14:49 UTC 2012


commit e8ec939002171f9701b732f48e12186bcdc536a1
Author: Bastien Nocera <hadess at hadess.net>
Date:   Thu Oct 25 09:14:45 2012 +0200

    Downgrade to 0.46, 0.47 breaks the API
    
      https://bugzilla.gnome.org/show_bug.cgi?id=682106

 obexd.spec |   11 +++++++++--
 sources    |    2 +-
 2 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/obexd.spec b/obexd.spec
index 85b83f5..f40ade6 100644
--- a/obexd.spec
+++ b/obexd.spec
@@ -1,5 +1,6 @@
 Name:		obexd
-Version:	0.47
+Epoch:		1
+Version:	0.46
 Release:	1%{?dist}
 Summary:	D-Bus service for Obex Client access
 
@@ -29,6 +30,8 @@ other Bluetooth-equipped devices.
 
 make %{?_smp_mflags}
 
+chmod -x test/send-files
+
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT
@@ -38,11 +41,15 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc README COPYING AUTHORS doc/client-api.txt test/*
+%doc README COPYING AUTHORS doc/client-api.txt test/send-files
 %{_libexecdir}/obex-client
 %{_datadir}/dbus-1/services/obex-client.service
 
 %changelog
+* Thu Oct 25 2012 Bastien Nocera <bnocera at redhat.com> 0.46-1
+- Downgrade to 0.46, 0.47 breaks the API
+  https://bugzilla.gnome.org/show_bug.cgi?id=682106
+
 * Fri Aug 03 2012 Bastien Nocera <bnocera at redhat.com> 0.47-1
 - Update to 0.47
 
diff --git a/sources b/sources
index 6d171a7..a5c483d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-851f4d74e6824f3928168375dc3ad427  obexd-0.47.tar.gz
+54fa544e208830fecce8ef6f3c190cb3  obexd-0.46.tar.gz


More information about the scm-commits mailing list