[python-geoclue] - Fix build with python 2.7

Peter Robinson pbrobinson at fedoraproject.org
Fri Jul 30 09:46:47 UTC 2010


commit 09efcdcdcc114256a3120c041cd82e43a33ad788
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Fri Jul 30 10:46:34 2010 +0100

    - Fix build with python 2.7

 python-geoclue.spec |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/python-geoclue.spec b/python-geoclue.spec
index e804926..c6c5adb 100644
--- a/python-geoclue.spec
+++ b/python-geoclue.spec
@@ -5,7 +5,7 @@
 
 Name:          python-geoclue
 Version:       0.1.0
-Release:       2%{?dist}
+Release:       3%{?dist}
 Summary:       A Geoclue python module
 
 Group:         Development/Libraries
@@ -45,9 +45,11 @@ rm -rf %{buildroot}
 %defattr(-,root,root,-)
 %doc LICENSE AUTHORS docs
 %{python_sitelib}/Geoclue
-%{python_sitelib}/python_geoclue-%{version}-py2.6.egg-info
 
 %changelog
+* Fri Jul 30 2010 Peter Robinson <pbrobinson at gmail.com> 0.1.0-3
+- Fix build with python 2.7
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.1.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list