[python3] 3.3.0

dmalcolm dmalcolm at fedoraproject.org
Sat Sep 29 21:55:27 UTC 2012


commit 513a269422409ff7f19e864cbd628ca2c4395d62
Author: David Malcolm <dmalcolm at redhat.com>
Date:   Sat Sep 29 17:54:42 2012 -0400

    3.3.0
    
    3.3.0rc3 -> 3.3.0; drop alphatag

 python3.spec |   10 ++++++----
 sources      |    2 +-
 2 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/python3.spec b/python3.spec
index ee780be..e02b762 100644
--- a/python3.spec
+++ b/python3.spec
@@ -3,7 +3,6 @@
 # ======================================================
 
 %global pybasever 3.3
-%global alphatag  rc3
 
 # pybasever without the dot:
 %global pyshortver 33
@@ -127,7 +126,7 @@
 Summary: Version 3 of the Python programming language aka Python 3000
 Name: python3
 Version: %{pybasever}.0
-Release: 0.6.%{alphatag}%{?dist}
+Release: 1%{?dist}
 License: Python
 Group: Development/Languages
 
@@ -187,7 +186,7 @@ BuildRequires: zlib-devel
 # Source code and patches
 # =======================
 
-Source: http://www.python.org/ftp/python/%{version}/Python-%{version}%{alphatag}.tar.xz
+Source: http://www.python.org/ftp/python/%{version}/Python-%{version}.tar.xz
 
 # Avoid having various bogus auto-generated Provides lines for the various
 # python c modules' SONAMEs:
@@ -635,7 +634,7 @@ can load its own extensions.
 # ======================================================
 
 %prep
-%setup -q -n Python-%{version}%{alphatag}
+%setup -q -n Python-%{version}
 chmod +x %{SOURCE1}
 
 %if 0%{?with_systemtap}
@@ -1588,6 +1587,9 @@ rm -fr %{buildroot}
 # ======================================================
 
 %changelog
+* Sat Sep 29 2012 David Malcolm <dmalcolm at redhat.com> - 3.3.0-1
+- 3.3.0rc3 -> 3.3.0; drop alphatag
+
 * Mon Sep 24 2012 David Malcolm <dmalcolm at redhat.com> - 3.3.0-0.6.rc3
 - 3.3.0rc2 -> 3.3.0rc3
 
diff --git a/sources b/sources
index b139ef1..3f2585f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-796124c4ab8008c21720dcecd5411a41  Python-3.3.0rc3.tar.xz
+2e7533b4009ac4adae62a7797a442e7a  Python-3.3.0.tar.xz


More information about the scm-commits mailing list