[python-ruledispatch] Update to latest upstream. It just merges our patch for py2.7

Toshio くらとみ toshio at fedoraproject.org
Fri Jul 15 23:50:31 UTC 2011


commit db2ad004a9d98c2f12ef6fa6f72c7e2ddd72c85d
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Fri Jul 15 16:50:07 2011 -0700

    Update to latest upstream.  It just merges our patch for py2.7

 .gitignore               |    1 +
 python-ruledispatch.spec |   19 ++++++-------------
 ruledispatch-py27.patch  |   29 -----------------------------
 sources                  |    2 +-
 4 files changed, 8 insertions(+), 43 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b640064..064da2d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 RuleDispatch-0.5a1.dev-r2506.tar.gz
+/RuleDispatch-0.5a1.dev-r2618.tar.gz
diff --git a/python-ruledispatch.spec b/python-ruledispatch.spec
index ca329fb..8a9d98e 100644
--- a/python-ruledispatch.spec
+++ b/python-ruledispatch.spec
@@ -1,9 +1,9 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
-%global svnrev r2506
+%global svnrev r2618
 
 Name:           python-ruledispatch
 Version:        0.5a1
-Release:        0.19.svn%{svnrev}%{?dist}
+Release:        0.20.svn%{svnrev}%{?dist}
 Summary:        A generic function package for Python
 
 Group:          Development/Languages
@@ -12,7 +12,6 @@ URL:            http://www.turbogears.org
 Source0:        http://files.turbogears.org/eggs/RuleDispatch-%{version}.dev-%{svnrev}.tar.gz
 Patch0:         python-ruledispatch-0.5a0-py26keyword.patch
 Patch1:         python-ruledispatch-ez_setup.patch
-Patch2: ruledispatch-py27.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel python-setuptools-devel
@@ -28,7 +27,6 @@ Rule-based Dispatching and Generic Functions.
 %setup -q -n RuleDispatch-%{version}.dev-%{svnrev}
 %patch0 -p 1 -b .keyword
 %patch1 -p0 -b .ez_setup
-%patch2 -p1 -b .ne
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -50,17 +48,12 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc combiners.txt TODO.txt 
 %{python_sitearch}/RuleDispatch-%{version}.dev_%{svnrev}-*.egg-info
-%dir %{python_sitearch}/dispatch
-%{python_sitearch}/dispatch/*.py
-%{python_sitearch}/dispatch/_d_speedups.so
-%{python_sitearch}/dispatch/*.pyc
-%dir %{python_sitearch}/dispatch/tests
-%{python_sitearch}/dispatch/tests/*.py
-%{python_sitearch}/dispatch/tests/*.pyc
-%{python_sitearch}/dispatch/*.pyo
-%{python_sitearch}/dispatch/tests/*.pyo
+%{python_sitearch}/dispatch
 
 %changelog
+* Thu Jul 15 2011 Toshio Kuratomi <toshoi at fedoraproject.org> - 0.5a1-0.20.svnr2618
+- Update to latest upstream.  It just merges our patch for py2.7
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5a1-0.19.svnr2506
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 3bef011..6d31d13 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-29baa90d71ff667255eaba42267477d1  RuleDispatch-0.5a1.dev-r2506.tar.gz
+611f52c049eae6d9e33000918c214701  RuleDispatch-0.5a1.dev-r2618.tar.gz


More information about the scm-commits mailing list