rpms/python-zbase32/devel .cvsignore, 1.2, 1.3 python-zbase32.spec, 1.2, 1.3 sources, 1.2, 1.3 zbase32-disable-darcs.patch, 1.1, NONE

Ruben Kerkhof ruben at fedoraproject.org
Thu Jun 24 16:12:50 UTC 2010


Author: ruben

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

Modified Files:
	.cvsignore python-zbase32.spec sources 
Removed Files:
	zbase32-disable-darcs.patch 
Log Message:
* Thu Jun 24 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.1.2-1
- Upstream released new version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-zbase32/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	9 Feb 2010 23:12:12 -0000	1.2
+++ .cvsignore	24 Jun 2010 16:12:50 -0000	1.3
@@ -1 +1 @@
-zbase32-1.1.1.tar.gz
+zbase32-1.1.2.tar.gz


Index: python-zbase32.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zbase32/devel/python-zbase32.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- python-zbase32.spec	21 Feb 2010 10:57:33 -0000	1.2
+++ python-zbase32.spec	24 Jun 2010 16:12:50 -0000	1.3
@@ -2,16 +2,14 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:       python-%{libname}
-Version:    1.1.1
-Release:    4%{?dist}
+Version:    1.1.2
+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
-BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:  noarch
 
 Requires:   pyutil
@@ -22,8 +20,6 @@ An alternate base32 encoder (not RFC 354
 
 %prep
 %setup -q -n %{libname}-%{version}
-# stop setuptools from looking for setuptools_darcs
-%patch0 -p1
 
 
 %build
@@ -31,7 +27,6 @@ An alternate base32 encoder (not RFC 354
 
 
 %install
-rm -rf %{buildroot}
 python setup.py install -O1 --skip-build --root %{buildroot}
 
 chmod 0755 %{buildroot}%{python_sitelib}/%{libname}/test/test_%{libname}.py
@@ -41,17 +36,17 @@ chmod 0755 %{buildroot}%{python_sitelib}
 %check
 python setup.py test
 
-%clean
-rm -rf %{buildroot}
-
-
 %files
 %defattr(-,root,root,-)
 %doc README
-%{python_sitelib}/*
+%{python_sitelib}/%{libname}
+%{python_sitelib}/%{libname}-%{version}-*.egg-info
 
 
 %changelog
+* Thu Jun 24 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.1.2-1
+- Upstream released new version
+
 * Sun Feb 21 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.1.1-4
 - Require pyutil now it's in
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-zbase32/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	9 Feb 2010 23:12:12 -0000	1.2
+++ sources	24 Jun 2010 16:12:50 -0000	1.3
@@ -1 +1 @@
-b46a97a869f4aa2932182cc555e2f7e1  zbase32-1.1.1.tar.gz
+d01d5b727df81fc6a8dee5f5d2203062  zbase32-1.1.2.tar.gz


--- zbase32-disable-darcs.patch DELETED ---



More information about the scm-commits mailing list