rpms/python-zbase32/devel python-zbase32.spec,1.1,1.2

Ruben Kerkhof ruben at fedoraproject.org
Sun Feb 21 10:57:33 UTC 2010


Author: ruben

Update of /cvs/pkgs/rpms/python-zbase32/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29180

Modified Files:
	python-zbase32.spec 
Log Message:
* Sun Feb 21 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.1.1-4
- Require pyutil now it's in



Index: python-zbase32.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zbase32/devel/python-zbase32.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-zbase32.spec	9 Feb 2010 23:12:12 -0000	1.1
+++ python-zbase32.spec	21 Feb 2010 10:57:33 -0000	1.2
@@ -3,7 +3,7 @@
 
 Name:       python-%{libname}
 Version:    1.1.1
-Release:    3%{?dist}
+Release:    4%{?dist}
 Summary:    A base32 encoder/decoder
 
 Group:      Development/Tools
@@ -14,10 +14,8 @@ Patch0:     zbase32-disable-darcs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 
-# disabled until pyutil is approved
-# Requires:   pyutil
-# BuildRequires:   pyutil
-BuildRequires:  python-devel, python-argparse, python-setuptools
+Requires:   pyutil
+BuildRequires:  python-devel, python-argparse, python-setuptools, pyutil
 
 %description
 An alternate base32 encoder (not RFC 3548 compliant).
@@ -41,8 +39,7 @@ chmod 0755 %{buildroot}%{python_sitelib}
 
  
 %check
-# disabled until pyutil is approved (#560457)
-#python setup.py test
+python setup.py test
 
 %clean
 rm -rf %{buildroot}
@@ -55,6 +52,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sun Feb 21 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.1.1-4
+- Require pyutil now it's in
+
 * Tue Feb 09 2010 Ruben Kerkhof <ruben at rubenkerkhof.com 1.1.1-3
 - Stop setuptools from looking for setuptools_darcs
 



More information about the scm-commits mailing list