rpms/python-zfec/devel .cvsignore, 1.2, 1.3 python-zfec.spec, 1.1, 1.2 sources, 1.2, 1.3 zfec-fix-setup.patch, 1.1, 1.2

Ruben Kerkhof ruben at fedoraproject.org
Thu Jun 24 16:34:09 UTC 2010


Author: ruben

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

Modified Files:
	.cvsignore python-zfec.spec sources zfec-fix-setup.patch 
Log Message:
* Thu Jun 24 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.4.7-1
- Upstream released new version



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-zfec/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	21 Feb 2010 11:05:14 -0000	1.2
+++ .cvsignore	24 Jun 2010 16:34:09 -0000	1.3
@@ -1 +1 @@
-zfec-1.4.6.tar.gz
+zfec-1.4.7.tar.gz


Index: python-zfec.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-zfec/devel/python-zfec.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python-zfec.spec	21 Feb 2010 11:05:14 -0000	1.1
+++ python-zfec.spec	24 Jun 2010 16:34:09 -0000	1.2
@@ -2,7 +2,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-%{libname}
-Version:        1.4.6
+Version:        1.4.7
 Release:        1%{?dist}
 Summary:        A fast erasure codec with python bindings
 
@@ -11,7 +11,6 @@ License:        GPLv2+
 URL:            http://allmydata.org/trac/%{libname}
 Source0:        http://pypi.python.org/packages/source/z/%{libname}/%{libname}-%{version}.tar.gz
 Patch0:         zfec-fix-setup.patch
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel, python-setuptools, pyutil
 Requires:       pyutil, python-argparse
@@ -63,6 +62,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Thu Jun 24 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.4.7-1
+- Upstream released new version
+
 * Sun Jan 31 2010 Ruben Kerkhof <ruben at rubenkerkhof.com> 1.4.6-1
 - Upstream released new version
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-zfec/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	21 Feb 2010 11:05:14 -0000	1.2
+++ sources	24 Jun 2010 16:34:09 -0000	1.3
@@ -1 +1 @@
-542957786c0b5de3ff76094349d0cf0d  zfec-1.4.6.tar.gz
+bc8547fef02ef60b160ba6d68e0911e4  zfec-1.4.7.tar.gz

zfec-fix-setup.patch:
 setup.cfg |    9 ---------
 setup.py  |   20 --------------------
 2 files changed, 29 deletions(-)

Index: zfec-fix-setup.patch
===================================================================
RCS file: /cvs/pkgs/rpms/python-zfec/devel/zfec-fix-setup.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- zfec-fix-setup.patch	21 Feb 2010 11:05:14 -0000	1.1
+++ zfec-fix-setup.patch	24 Jun 2010 16:34:09 -0000	1.2
@@ -1,11 +1,10 @@
-diff -up zfec-1.4.6/setup.cfg.orig zfec-1.4.6/setup.cfg
---- zfec-1.4.6/setup.cfg.orig	2010-01-31 20:25:09.000000000 +0100
-+++ zfec-1.4.6/setup.cfg	2010-01-31 20:25:19.000000000 +0100
-@@ -5,13 +5,3 @@ zip_ok = False
- tag_build = 
+diff -up zfec-1.4.7/setup.cfg.orig zfec-1.4.7/setup.cfg
+--- zfec-1.4.7/setup.cfg.orig	2010-06-24 18:21:06.000000000 +0200
++++ zfec-1.4.7/setup.cfg	2010-06-24 18:21:24.000000000 +0200
+@@ -6,12 +6,3 @@ tag_build = 
  tag_date = 0
  tag_svn_revision = 0
--
+ 
 -[aliases]
 -sdist_dsc = darcsver --count-all-patches sdist_dsc
 -sdist = darcsver --count-all-patches sdist
@@ -15,11 +14,11 @@ diff -up zfec-1.4.6/setup.cfg.orig zfec-
 -test = darcsver --count-all-patches test
 -bdist_egg = darcsver --count-all-patches bdist_egg
 -
-diff -up zfec-1.4.6/setup.py.orig zfec-1.4.6/setup.py
---- zfec-1.4.6/setup.py.orig	2010-01-31 20:23:30.000000000 +0100
-+++ zfec-1.4.6/setup.py	2010-01-31 20:24:35.000000000 +0100
-@@ -113,26 +113,6 @@ else:
- dependency_links=[os.path.join(miscdeps, t) for t in os.listdir(miscdeps) if t.endswith(".tar")]
+diff -up zfec-1.4.7/setup.py.orig zfec-1.4.7/setup.py
+--- zfec-1.4.7/setup.py.orig	2010-06-24 18:21:33.000000000 +0200
++++ zfec-1.4.7/setup.py	2010-06-24 18:21:57.000000000 +0200
+@@ -97,26 +97,6 @@ else:
+ 
  setup_requires = []
  
 -# The darcsver command from the darcsver plugin is needed to initialize the



More information about the scm-commits mailing list