[pycmd] Update to 1.1.

Thomas Moschny thm at fedoraproject.org
Fri Jul 18 16:23:40 UTC 2014


commit 5a31aae950c23529576da58aac64bb18cd8a4a9e
Author: Thomas Moschny <thm at fedoraproject.org>
Date:   Fri Jul 18 18:23:14 2014 +0200

    Update to 1.1.

 .gitignore                              |    1 +
 pycmd-1.0-update-distribute_setup.patch |  306 -------------------------------
 pycmd.spec                              |   14 +-
 sources                                 |    2 +-
 4 files changed, 9 insertions(+), 314 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9230714..2195cdf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /pycmd-1.0.zip
+/pycmd-1.1.tar.gz
diff --git a/pycmd.spec b/pycmd.spec
index efa7a09..8aa7015 100644
--- a/pycmd.spec
+++ b/pycmd.spec
@@ -1,4 +1,4 @@
-%if (! 0%{?rhel}) || 0%{?rhel} > 6
+%if 0%{?fedora}
 %global with_python3 1
 %global python3_version %(%{__python3} -c "import sys; sys.stdout.write(sys.version[:3])")
 %endif
@@ -8,15 +8,13 @@
 
 
 Name:           pycmd
-Version:        1.0
-Release:        12%{?dist}
+Version:        1.1
+Release:        1%{?dist}
 Summary:        Tools for managing/searching Python related files
 Group:          Development/Languages
 License:        MIT
 URL:            http://pypi.python.org/pypi/pycmd
-Source0:        http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.zip
-# fix F20 FTBFS bug 992844
-Patch0:         pycmd-1.0-update-distribute_setup.patch
+Source0:        http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
 BuildArch:      noarch
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -52,7 +50,6 @@ development.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %if 0%{?with_python3}
 cp -a . %{py3dir}
@@ -138,6 +135,9 @@ done
 
 
 %changelog
+* Fri Jul 18 2014 Thomas Moschny <thomas.moschny at gmx.de> - 1.1-1
+- Update to 1.1.
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-12
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 875be59..6332d50 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f63ca65f5fbc27321346114fa429c811  pycmd-1.0.zip
+4a92a742eb10a0666bb25e4788eaeadf  pycmd-1.1.tar.gz


More information about the scm-commits mailing list