[python-gearbox] latest upstream. enable python3 subpackage.

Ralph Bean ralph at fedoraproject.org
Thu Jan 23 02:17:45 UTC 2014


commit bd3e22d64c6cd279210cff36c18713183e7029f8
Author: Ralph Bean <rbean at redhat.com>
Date:   Wed Jan 22 21:17:56 2014 -0500

    latest upstream.  enable python3 subpackage.

 .gitignore          |    1 +
 python-gearbox.spec |   22 +++++++++++-----------
 sources             |    2 +-
 3 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bb98927..0a9cb43 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /gearbox-0.0.1a.tar.gz
+/gearbox-0.0.4.tar.gz
diff --git a/python-gearbox.spec b/python-gearbox.spec
index 8cb952a..fb9dfda 100644
--- a/python-gearbox.spec
+++ b/python-gearbox.spec
@@ -1,22 +1,18 @@
 %if 0%{?fedora}
-# Temporarily disable python3 package while python3-cliff is
-# out of commission in rawhide.  This can be reenabled once that
-# is back, no problem.
-%global with_python3 0
+%global with_python3 1
 %endif
 
 %global modname gearbox
-%global prerelease a
 
 Name:               python-gearbox
-Version:            0.0.1
-Release:            0.3.%{prerelease}%{?dist}
+Version:            0.0.4
+Release:            1%{?dist}
 Summary:            Command line toolkit born as a PasteScript replacement for TurboGears2
 
 Group:              Development/Libraries
 License:            MIT
 URL:                http://pypi.python.org/pypi/gearbox
-Source0:            http://pypi.python.org/packages/source/g/%{modname}/%{modname}-%{version}%{prerelease}.tar.gz
+Source0:            http://pypi.python.org/packages/source/g/%{modname}/%{modname}-%{version}.tar.gz
 
 BuildArch:          noarch
 
@@ -59,7 +55,7 @@ TurboGears projects.
 
 
 %prep
-%setup -q -n %{modname}-%{version}%{prerelease}
+%setup -q -n %{modname}-%{version}
 
 # Remove bundled egg-info in case it exists
 rm -rf %{modname}.egg-info
@@ -91,16 +87,20 @@ popd
 %doc README.rst
 %{_bindir}/gearbox
 %{python_sitelib}/%{modname}/
-%{python_sitelib}/%{modname}-%{version}%{prerelease}-*
+%{python_sitelib}/%{modname}-%{version}-*
 
 %if 0%{?with_python3}
 %files -n python3-gearbox
 %doc README.rst
 %{python3_sitelib}/%{modname}/
-%{python3_sitelib}/%{modname}-%{version}%{prerelease}-*
+%{python3_sitelib}/%{modname}-%{version}-*
 %endif
 
 %changelog
+* Wed Jan 22 2014 Ralph Bean <rbean at redhat.com> - 0.0.4-1
+- Latest upstream.
+- Reenabled python3 subpackage.
+
 * Sun Aug 04 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.0.1-0.3.a
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index ad90174..4454048 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-fdbf80af37507c2af72fd6e170fef263  gearbox-0.0.1a.tar.gz
+dca9ccc151fa1219dfa675a4d063c09c  gearbox-0.0.4.tar.gz


More information about the scm-commits mailing list