[python-zbase32] Upstream released new version

Ruben Kerkhof ruben at fedoraproject.org
Wed Mar 9 17:55:25 UTC 2011


commit d9b996af129e3192b5598ec77083509776b3980f
Author: Ruben <ruben at rubenkerkhof.com>
Date:   Wed Mar 9 18:55:16 2011 +0100

    Upstream released new version

 .gitignore                  |    1 +
 python-zbase32.spec         |   17 ++++++++---------
 sources                     |    2 +-
 zbase32-disable-darcs.patch |   22 ----------------------
 4 files changed, 10 insertions(+), 32 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b22992e..514fa4f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 zbase32-1.1.2.tar.gz
+/zbase32-1.1.3.tar.gz
diff --git a/python-zbase32.spec b/python-zbase32.spec
index 946a032..1d3979f 100644
--- a/python-zbase32.spec
+++ b/python-zbase32.spec
@@ -1,28 +1,24 @@
 %global libname zbase32
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:       python-%{libname}
-Version:    1.1.2
-Release:    8%{?dist}
+Version:    1.1.3
+Release:    1%{?dist}
 Summary:    A base32 encoder/decoder
 
 Group:      Development/Tools
 License:    BSD and LGPLv2
 URL:        http://allmydata.org/trac/%{libname}
 Source0:    http://pypi.python.org/packages/source/z/%{libname}/%{libname}-%{version}.tar.gz
-Patch0:     zbase32-disable-darcs.patch
 BuildArch:  noarch
 
 Requires:   pyutil
-BuildRequires:  python-devel, python-argparse, python-setuptools, pyutil
+BuildRequires:  python-devel, python-setuptools, pyutil
 
 %description
 An alternate base32 encoder (not RFC 3548 compliant).
 
 %prep
 %setup -q -n %{libname}-%{version}
-# stop setuptools from looking for setuptools_darcs
-%patch0 -p1
 
 
 %build
@@ -30,14 +26,14 @@ An alternate base32 encoder (not RFC 3548 compliant).
 
 
 %install
-python setup.py install -O1 --skip-build --root %{buildroot}
+%{__python} setup.py install -O1 --skip-build --root %{buildroot}
 
 chmod 0755 %{buildroot}%{python_sitelib}/%{libname}/test/test_%{libname}.py
 chmod 0755 %{buildroot}%{python_sitelib}/%{libname}/%{libname}.py
 
  
 %check
-python setup.py test
+%{__python} setup.py test
 
 %files
 %defattr(-,root,root,-)
@@ -47,6 +43,9 @@ python setup.py test
 
 
 %changelog
+* Wed Feb 09 2011 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.1.3-1
+- Upstream released new version
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1.2-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 2cc48ce..43040d2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d01d5b727df81fc6a8dee5f5d2203062  zbase32-1.1.2.tar.gz
+0614df3116aa52797000ee8a06c47167  zbase32-1.1.3.tar.gz


More information about the scm-commits mailing list