[mx] Upstream v3.2.0 Removed long year patch, now in upstream Support for Python 2.3 dropped

Brian C. Lane bcl at fedoraproject.org
Fri Jul 29 17:48:27 UTC 2011


commit f9bc34f37089d501d5299c53d7e75120df169971
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Jul 29 10:45:24 2011 -0700

    Upstream v3.2.0
    Removed long year patch, now in upstream
    Support for Python 2.3 dropped

 .gitignore |    1 +
 mx.spec    |   17 ++++++++++-------
 sources    |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 164da08..df5ba93 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 egenix-mx-base-3.1.1.tar.gz
+/egenix-mx-base-3.2.0.tar.gz
diff --git a/mx.spec b/mx.spec
index bb53612..99b424c 100644
--- a/mx.spec
+++ b/mx.spec
@@ -4,16 +4,15 @@
 
 Summary:  A collection of Python software tools
 Name: mx%{pybasever}
-Version: 3.1.1
-Release: 7%{?dist}
+Version: 3.2.0
+Release: 1%{?dist}
 URL: http://www.lemburg.com/files/python/eGenix-mx-Extensions.html
 Source0: http://www.lemburg.com/python/egenix-mx-base-%{version}.tar.gz
-Patch1: mx-3.1.1-longyear.patch
-Patch2: mx-3.1.1-lib64.patch
+Patch1: mx-3.1.1-lib64.patch
 License: Python
 Group: Development/Libraries
 BuildRequires: Distutils
-BuildRequires: python-devel >= 2.3
+BuildRequires: python-devel > 2.3
 %if %{?without_pybasever}
 Provides: mx2 = %{version}-%{release}
 Obsoletes: mx2 <= %{version}-%{release}
@@ -34,8 +33,7 @@ Development files for %{name}
 
 %prep
 %setup -q -n egenix-mx-base-%{version}
-%patch1 -p1 -b .longyear
-%patch2 -p1 -b .lib64
+%patch1 -p1 -b .lib64
 
 %build
 # alter /usr/local/bin/python
@@ -108,6 +106,11 @@ rm -rf %{buildroot}
 %{_includedir}/mx/
 
 %changelog
+* Fri Jul 29 2011 Brian C. Lane <bcl at redhat.com> - 3.2.0-1
+- Upstream v3.2.0
+- Removed long year patch, now in upstream
+- Support for Python 2.3 dropped
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.1-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index e564469..f13f03b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0f3b1adca33a68867bf50f000060cd6  egenix-mx-base-3.1.1.tar.gz
+5db1fa864e9c239e9438bd64beed5f9b  egenix-mx-base-3.2.0.tar.gz


More information about the scm-commits mailing list