[python-mwclient] Upgrade to 0.6.5 (#714302)

Robert Scheck robert at fedoraproject.org
Thu Oct 27 21:25:58 UTC 2011


commit fba6c0004675fbaa0cdd19a5933fbec884b89f7a
Author: Robert Scheck <robert at fedoraproject.org>
Date:   Thu Oct 27 23:25:53 2011 +0200

    Upgrade to 0.6.5 (#714302)

 .gitignore           |    2 +-
 mwclient-wmf.patch   |   20 --------------------
 python-mwclient.spec |   14 ++++++--------
 sources              |    2 +-
 4 files changed, 8 insertions(+), 30 deletions(-)
---
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/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 <robert at fedoraproject.org> - 0.6.5-1
+- Upgrade to 0.6.5 (#714302)
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list