From fba6c0004675fbaa0cdd19a5933fbec884b89f7a Mon Sep 17 00:00:00 2001 From: Robert Scheck Date: Oct 27 2011 21:25:53 +0000 Subject: Upgrade to 0.6.5 (#714302) --- diff --git a/.gitignore b/.gitignore index 5a8f48f..cc45697 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -mwclient-0.6.3.zip +mwclient-0.6.5.zip diff --git a/mwclient-wmf.patch b/mwclient-wmf.patch deleted file mode 100644 index ff94b5c..0000000 --- a/mwclient-wmf.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff -crB mwclient/client.py mwclient-fedora/client.py -*** mwclient/client.py 2009-07-16 21:22:54.000000000 -0400 ---- mwclient-fedora/client.py 2009-09-22 10:36:31.000000000 -0400 -*************** -*** 100,106 **** - if len(version) == 2 and version[1].endswith('alpha'): - self.version = (int(version[0]), int(version[1][:-5]), 'alpha') - elif len(version) == 2 and version[1].endswith('alpha-wmf'): -! self.version = (int(version[0]), int(version[1][:-5]), 'alpha-wmf') - elif len(version) == 3 and 'rc' in version[2]: - self.version = (int(version[0]), int(version[1]), version[2]) - elif len(version) == 3: ---- 100,106 ---- - if len(version) == 2 and version[1].endswith('alpha'): - self.version = (int(version[0]), int(version[1][:-5]), 'alpha') - elif len(version) == 2 and version[1].endswith('alpha-wmf'): -! self.version = (int(version[0]), int(version[1][:-9]), 'alpha-wmf') - elif len(version) == 3 and 'rc' in version[2]: - self.version = (int(version[0]), int(version[1]), version[2]) - elif len(version) == 3: diff --git a/python-mwclient.spec b/python-mwclient.spec index 15540cf..5490e81 100644 --- a/python-mwclient.spec +++ b/python-mwclient.spec @@ -4,8 +4,8 @@ Name: python-mwclient -Version: 0.6.3 -Release: 5%{?dist} +Version: 0.6.5 +Release: 1%{?dist} Summary: Mwclient is a client to the MediaWiki API Group: System Environment/Libraries @@ -15,9 +15,6 @@ Source0: http://downloads.sourceforge.net/mwclient/mwclient-%{version}.zi BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -## upstream patches -Patch100: mwclient-wmf.patch - BuildRequires: python-devel Requires: python-simplejson @@ -28,8 +25,6 @@ and allows access to almost all implemented API functions %prep %setup -q -n mwclient -%patch100 -p1 -b .wmf - %build # intentionally left blank @@ -47,11 +42,14 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc README.txt +%doc README.txt REFERENCE.txt RELEASE-NOTES.txt %{python_sitelib}/mwclient/ %changelog +* Thu Oct 27 2011 Robert Scheck - 0.6.5-1 +- Upgrade to 0.6.5 (#714302) + * Tue Feb 08 2011 Fedora Release Engineering - 0.6.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 7042764..75ca3cc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f050ea125dc31971130449da6e3c0c2 mwclient-0.6.3.zip +88319b6962372e4b271dd2ca6a3d4273 mwclient-0.6.5.zip