rpms/python-peak-rules/devel .cvsignore, 1.4, 1.5 python-peak-rules.spec, 1.12, 1.13 sources, 1.4, 1.5

Luke Macken lmacken at fedoraproject.org
Sun Jan 10 20:45:48 UTC 2010


Author: lmacken

Update of /cvs/pkgs/rpms/python-peak-rules/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24615

Modified Files:
	.cvsignore python-peak-rules.spec sources 
Log Message:
* Sun Jan 10 2010 Luke Macken <lmacken at redhat.com> - 0.5a1.dev-10.2600
- Update to the latest development snapshot
- Remove the py26-deprecation.patch, which went upstream




Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-rules/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	2 Dec 2008 22:21:34 -0000	1.4
+++ .cvsignore	10 Jan 2010 20:45:48 -0000	1.5
@@ -1 +1 @@
-PEAK-Rules-0.5a1.dev-r2582.tar.gz
+PEAK-Rules-0.5a1.dev-r2600.tar.gz


Index: python-peak-rules.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-rules/devel/python-peak-rules.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- python-peak-rules.spec	26 Jul 2009 20:49:39 -0000	1.12
+++ python-peak-rules.spec	10 Jan 2010 20:45:48 -0000	1.13
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %define packagename PEAK-Rules
-%define devrev  2582
+%define devrev  2600
 
 %define docs README.txt AST-Builder.txt Code-Generation.txt Criteria.txt DESIGN.txt Indexing.txt Predicates.txt Syntax-Matching.txt
 
@@ -13,7 +13,7 @@ Version:        0.5a1.dev
 # Release:0.3.a1.dev%{devrev}%{?dist}
 # But we can't do that yet because it breaks the upgrade path.
 # When version hits 0.5.1 or 0.6 we can correct this.
-Release:        9.%{devrev}%{?dist}
+Release:        10.%{devrev}%{?dist}
 Summary:        Generic functions and business rules support systems
 
 Group:          Development/Languages
@@ -23,7 +23,6 @@ Source0:        http://peak.telecommunit
 Patch0:         %{name}-setup.patch
 Patch1:         %{name}-doctest.patch
 Patch2:         %{name}-x86_64-doctest.patch
-Patch3:         %{name}-py26-deprecation.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -52,7 +51,6 @@ dispatch engines and custom method combi
 %patch0 -b .setup
 %patch1 -p1 -b .test
 %patch2 -p0 -b .x86_64
-%patch3 -p1
 %{__chmod} -x %{docs}
 
 %build
@@ -77,6 +75,10 @@ rm -rf %{buildroot}
 %{python_sitelib}/*
 
 %changelog
+* Sun Jan 10 2010 Luke Macken <lmacken at redhat.com> - 0.5a1.dev-10.2600
+- Update to the latest development snapshot
+- Remove the py26-deprecation.patch, which went upstream
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5a1.dev-9.2582
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-peak-rules/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	2 Dec 2008 22:21:34 -0000	1.4
+++ sources	10 Jan 2010 20:45:48 -0000	1.5
@@ -1 +1 @@
-b6dcecef0a01b232653025d72fc67b01  PEAK-Rules-0.5a1.dev-r2582.tar.gz
+37138eb51e320a5384b8c40cd589f659  PEAK-Rules-0.5a1.dev-r2600.tar.gz



More information about the scm-commits mailing list