rpms/python-ruledispatch/devel .cvsignore, 1.3, 1.4 python-ruledispatch.spec, 1.16, 1.17 sources, 1.3, 1.4

Luke Macken lmacken at fedoraproject.org
Sun Jan 10 21:01:46 UTC 2010


Author: lmacken

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

Modified Files:
	.cvsignore python-ruledispatch.spec sources 
Log Message:
* Sun Jan 10 2010 Luke Macken <lmacken at redhat.com> - 0.5a1-0.16.svnr2506
- Update to RuleDispatch-0.5a1.dev-r2506
- Add python-ruledispatch-ez_setup.patch to use our own setuptools
- Require python-peak-util-extremes




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-ruledispatch/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	5 May 2007 07:48:53 -0000	1.3
+++ .cvsignore	10 Jan 2010 21:01:45 -0000	1.4
@@ -1 +1 @@
-RuleDispatch-0.5a0.dev-r2306.tar.gz
+RuleDispatch-0.5a1.dev-r2506.tar.gz


Index: python-ruledispatch.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-ruledispatch/devel/python-ruledispatch.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- python-ruledispatch.spec	26 Jul 2009 21:02:48 -0000	1.16
+++ python-ruledispatch.spec	10 Jan 2010 21:01:45 -0000	1.17
@@ -1,11 +1,11 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %{!?pyver: %define pyver %(%{__python} -c "import sys ; print sys.version[:3]")}
-%define svnrev r2306
+%define svnrev r2506
 
 Name:           python-ruledispatch
-Version:        0.5a0
-Release:        0.15.svn%{svnrev}%{?dist}
+Version:        0.5a1
+Release:        0.16.svn%{svnrev}%{?dist}
 Summary:        A generic function package for Python
 
 Group:          Development/Languages
@@ -13,11 +13,14 @@ License:        Python or ZPLv2.1
 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel python-setuptools-devel
 BuildRequires:  python-protocols >= 1.0
+BuildRequires:  python-peak-util-extremes >= 1.1
 Requires:       python-protocols >= 1.0
+Requires:       python-peak-util-extremes >= 1.1
 
 %description
 Rule-based Dispatching and Generic Functions.
@@ -25,6 +28,7 @@ Rule-based Dispatching and Generic Funct
 %prep
 %setup -q -n RuleDispatch-%{version}.dev-%{svnrev}
 %patch0 -p 1 -b .keyword
+%patch1 -p0 -b .ez_setup
 
 %build
 CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
@@ -57,6 +61,11 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/dispatch/tests/*.pyo
 
 %changelog
+* Sun Jan 10 2010 Luke Macken <lmacken at redhat.com> - 0.5a1-0.16.svnr2506
+- Update to RuleDispatch-0.5a1.dev-r2506
+- Add python-ruledispatch-ez_setup.patch to use our own setuptools
+- Require python-peak-util-extremes
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5a0-0.15.svnr2306
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-ruledispatch/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	5 May 2007 07:48:53 -0000	1.3
+++ sources	10 Jan 2010 21:01:45 -0000	1.4
@@ -1 +1 @@
-fc716f2e2d6247fb8e3b50f0e6476bcd  RuleDispatch-0.5a0.dev-r2306.tar.gz
+29baa90d71ff667255eaba42267477d1  RuleDispatch-0.5a1.dev-r2506.tar.gz



More information about the scm-commits mailing list