[python-ply/el6] 3.4

Tom Callaway spot at fedoraproject.org
Fri Apr 12 14:16:30 UTC 2013


commit e498ceb0f385b827e07c0046c56beefbe6a94bf5
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Fri Apr 12 10:19:56 2013 -0400

    3.4

 python-ply.spec |   39 ++++++++++++++++++++++++++++++++-------
 sources         |    2 +-
 2 files changed, 33 insertions(+), 8 deletions(-)
---
diff --git a/python-ply.spec b/python-ply.spec
index 1d92284..f07a59a 100644
--- a/python-ply.spec
+++ b/python-ply.spec
@@ -1,11 +1,13 @@
-%global with_python3 0
-
-%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%if 0%{?fedora} > 12 || 0%{?rhel} > 6
+%global with_python3 1
+%else
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print (get_python_lib())")}
+%endif
 
 Name:			python-ply
 Summary: 		Python Lex-Yacc
-Version:		3.3
-Release:		2%{?dist}.1
+Version:		3.4
+Release:		4%{?dist}
 License:		BSD
 Group:			System Environment/Libraries
 URL:			http://www.dabeaz.com/ply/
@@ -113,8 +115,31 @@ rm -rf $RPM_BUILD_ROOT
 %endif # with_python3
 
 %changelog
-* Mon Jul 12 2010 Tom "spot" Callaway <tcallawa at redhat.com> - 3.3-2.1
-- disable python3 package in EL-6 for now
+* Thu Feb 14 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4-4
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
+
+* Sat Aug 04 2012 David Malcolm <dmalcolm at redhat.com> - 3.4-3
+- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
+
+* Sat Jul 21 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+
+* Mon Mar 19 2012 Tom Callaway <spot at fedoraproject.org> - 3.4-1
+- update to 3.4
+
+* Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3-6
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
+
+* Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.3-5
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
+
+* Wed Aug 25 2010 Thomas Spura <tomspur at fedoraproject.org> - 3.3-4
+- update to most recent python packaging guidelines
+- rebuild with python3.2
+  http://lists.fedoraproject.org/pipermail/devel/2010-August/141368.html
+
+* Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 3.3-3
+- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
 * Sat Apr  3 2010 David Malcolm <dmalcolm at redhat.com> - 3.3-2
 - add python3-ply subpackage
diff --git a/sources b/sources
index ba52d9c..b865654 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4a7f837f71a7c1ea6b5b0c57272909c7  ply-3.3.tar.gz
+ffdc95858819347bf92d7c2acc074894  ply-3.4.tar.gz


More information about the scm-commits mailing list