[python-wikitools] Update to new upstream version 1.2

Honza Horak hhorak at fedoraproject.org
Wed Apr 30 07:53:29 UTC 2014


commit 4a92ef9345445569eb51529a9853b5cdf8643878
Author: Honza Horak <hhorak at redhat.com>
Date:   Wed Apr 30 09:53:41 2014 +0200

    Update to new upstream version 1.2

 .gitignore            |    1 +
 python-wikitools.spec |   13 ++++++++-----
 sources               |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7a82678..f71b8aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /wikitools-1.1.1.tar.gz
+/wikitools-1.2.tar.gz
diff --git a/python-wikitools.spec b/python-wikitools.spec
index d03502d..66b6366 100644
--- a/python-wikitools.spec
+++ b/python-wikitools.spec
@@ -1,10 +1,10 @@
 %global shortname wikitools
 Summary: Python package for interacting with a MediaWiki wiki
 Name: python-%{shortname}
-Version: 1.1.1
-Release: 4%{?dist}
-Url: http://code.google.com/p/python-wikitools/
-Source0: http://python-wikitools.googlecode.com/files/wikitools-1.1.1.tar.gz
+Version: 1.2
+Release: 1%{?dist}
+Url: https://github.com/alexz-enwp/%{shortname}
+Source0: https://github.com/alexz-enwp/%{shortname}/archive/%{version}/%{shortname}-%{version}.tar.gz
 License: GPLv3+
 Group: Development/Libraries
 BuildArch: noarch
@@ -28,11 +28,14 @@ Please report any bugs to <http://code.google.com/p/python-wikitools/issues>
 %{__python} setup.py install -O1 --root=$RPM_BUILD_ROOT
 
 %files
-%doc COPYING README CHANGELOG
+%doc %{shortname}/COPYING README CHANGELOG
 %{python2_sitelib}/%{shortname}
 %{python2_sitelib}/%{shortname}-%{version}-py2.*.egg-info
 
 %changelog
+* Wed Apr 30 2014 Honza Horak <hhorak at redhat.com> - 1.2-1
+- Update to new upstream version 1.2
+
 * Tue Apr 29 2014 Honza Horak <hhorak at redhat.com> - 1.1.1-4
 - Own wikitools directory as well
 
diff --git a/sources b/sources
index 53fe2c1..66e37a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-914ee078fc9e41158ed43960b6af0804  wikitools-1.1.1.tar.gz
+0215f2d9093fabf8ff4df00cf813abcd  wikitools-1.2.tar.gz


More information about the scm-commits mailing list