[sugar-ruler] v29

Peter Robinson pbrobinson at fedoraproject.org
Sun May 26 11:13:20 UTC 2013


commit 36b059ab411446b078c34288d8c0781233f10e1e
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun May 26 12:13:02 2013 +0100

    v29

 .gitignore       |    1 +
 sources          |    2 +-
 sugar-ruler.spec |   12 +++++++-----
 3 files changed, 9 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cdb6dc0..ea822f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /Ruler-24.tar.bz2
 /Ruler-25.tar.bz2
 /Ruler-27.tar.bz2
+/Ruler-29.tar.bz2
diff --git a/sources b/sources
index 6147ec2..053b8ca 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-28977577bac9cf546432c18b6fb20c60  Ruler-27.tar.bz2
+ba79c48e3a92a6252b04eb8badcdc399  Ruler-29.tar.bz2
diff --git a/sugar-ruler.spec b/sugar-ruler.spec
index d57fc62..172d29c 100644
--- a/sugar-ruler.spec
+++ b/sugar-ruler.spec
@@ -1,6 +1,6 @@
 Name:           sugar-ruler
-Version:        27
-Release:        2%{?dist}
+Version:        29
+Release:        1%{?dist}
 Summary:        Simple collection of measurement tools
 
 Group:          Sugar/Activities
@@ -25,21 +25,23 @@ subsequent uses of the Activity.
 
 
 %build
-%{__python} ./setup.py build
+python ./setup.py build
 
 %install
-%{__python} ./setup.py install --prefix=%{buildroot}/%{_prefix}
+python ./setup.py install --prefix=%{buildroot}/%{_prefix}
 
 %find_lang com.laptop.Ruler
 
 
 %files -f com.laptop.Ruler.lang
-%defattr(-,root,root,-)
 %doc COPYING NEWS
 %{sugaractivitydir}/Ruler.activity/
 
 
 %changelog
+* Sun May 26 2013 Peter Robinson <pbrobinson at fedoraproject.org> 29
+- Release 29
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 27-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list