rpms/python-zbase32/devel python-zbase32.spec,1.8,1.9

Orcan Ogetbil oget at fedoraproject.org
Wed Jul 28 02:52:40 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/python-zbase32/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv19886

Modified Files:
	python-zbase32.spec 
Log Message:
* Tue Jul 27 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.1.2-7
- pyutil is in. Re-enable tests. Re-add Requires: pyutil



Index: python-zbase32.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zbase32/devel/python-zbase32.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- python-zbase32.spec	28 Jul 2010 01:40:41 -0000	1.8
+++ python-zbase32.spec	28 Jul 2010 02:52:38 -0000	1.9
@@ -3,7 +3,7 @@
 
 Name:       python-%{libname}
 Version:    1.1.2
-Release:    6%{?dist}
+Release:    7%{?dist}
 Summary:    A base32 encoder/decoder
 
 Group:      Development/Tools
@@ -13,9 +13,8 @@ Source0:    http://pypi.python.org/packa
 Patch0:     zbase32-disable-darcs.patch
 BuildArch:  noarch
 
-#Requires:   pyutil
-BuildRequires:  python-devel, python-argparse, python-setuptools
-#, pyutil
+Requires:   pyutil
+BuildRequires:  python-devel, python-argparse, python-setuptools, pyutil
 
 %description
 An alternate base32 encoder (not RFC 3548 compliant).
@@ -38,7 +37,7 @@ chmod 0755 %{buildroot}%{python_sitelib}
 
  
 %check
-#python setup.py test
+python setup.py test
 
 %files
 %defattr(-,root,root,-)
@@ -48,6 +47,9 @@ chmod 0755 %{buildroot}%{python_sitelib}
 
 
 %changelog
+* Tue Jul 27 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.1.2-7
+- pyutil is in. Re-enable tests. Re-add Requires: pyutil
+
 * Tue Jul 27 2010 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 1.1.2-6
 - Also comment out Requires: pyutil
 



More information about the scm-commits mailing list