[mx/f16] Upstream v3.2.1 Dropped longyear patch, present in new upstream Dropped support for python 2.3

Brian C. Lane bcl at fedoraproject.org
Fri Nov 18 20:58:28 UTC 2011


commit a5411c46396205fcf1028401c63b57bed4a80a23
Author: Brian C. Lane <bcl at redhat.com>
Date:   Fri Nov 18 12:58:24 2011 -0800

    Upstream v3.2.1
    Dropped longyear patch, present in new upstream
    Dropped support for python 2.3

 .gitignore              |    1 +
 mx-3.1.1-longyear.patch |   84 -----------------------------------------------
 mx.spec                 |   17 +++++----
 sources                 |    2 +-
 4 files changed, 12 insertions(+), 92 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 164da08..0ef044d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 egenix-mx-base-3.1.1.tar.gz
+/egenix-mx-base-3.2.1.tar.gz
diff --git a/mx.spec b/mx.spec
index bb53612..519d783 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.1
+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 Nov 18 2011 Brian C. Lane <bcl at brianlane.com> - 3.2.1-1
+- Upstream v3.2.1
+- Dropped longyear patch, present in new upstream
+- Dropped support for python 2.3
+
 * 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..203e8cf 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d0f3b1adca33a68867bf50f000060cd6  egenix-mx-base-3.1.1.tar.gz
+b5db4c9bf2680598539ecb47ded8aada  egenix-mx-base-3.2.1.tar.gz


More information about the scm-commits mailing list