rpms/python-libgmail/F-8 python-libgmail-ccfix.patch, NONE, 1.1 .cvsignore, 1.1, 1.2 python-libgmail.spec, 1.1, 1.2 sources, 1.2, 1.3

Nikolay Vladimirov (turki) fedora-extras-commits at redhat.com
Fri Jul 18 09:49:18 UTC 2008


Author: turki

Update of /cvs/pkgs/rpms/python-libgmail/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv21348

Modified Files:
	.cvsignore python-libgmail.spec sources 
Added Files:
	python-libgmail-ccfix.patch 
Log Message:
Update to 0.1.9

python-libgmail-ccfix.patch:

--- NEW FILE python-libgmail-ccfix.patch ---
--- libgmail-0.1.9/libgmail.py	2008-04-28 00:53:43.000000000 +0300
+++ libgmail-0.1.9/libgmail.py.ccfix	2008-07-18 12:12:06.000000000 +0300
@@ -33,7 +33,7 @@ import urllib
 import urllib2
 import mimetypes
 import types
-import ClientCookie
+import mechanize as ClientCookie
 from cPickle import load, dump
 
 from email.MIMEBase import MIMEBase


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/python-libgmail/F-8/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	20 Jan 2008 18:21:16 -0000	1.1
+++ .cvsignore	18 Jul 2008 09:48:27 -0000	1.2
@@ -0,0 +1 @@
+libgmail-0.1.9.tar.gz


Index: python-libgmail.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-libgmail/F-8/python-libgmail.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- python-libgmail.spec	28 Jan 2008 04:44:16 -0000	1.1
+++ python-libgmail.spec	18 Jul 2008 09:48:27 -0000	1.2
@@ -2,25 +2,28 @@
 
 %define realname libgmail
 Name:           python-%{realname}
-Version:        0.1.8 
-Release:        2%{?dist}
+Version:        0.1.9
+Release:        1%{?dist}
 Summary:        Library to provide access to Gmail via Python 
 
 Group:          Development/Languages
 License:        GPLv2
 URL:            http://%{realname}.sourceforge.net 
-Source0:        http://dl.sf.net/sourceforge/%{realname}/%{realname}-%{version}.tar.gz 
+Source0:        http://dl.sf.net/sourceforge/%{realname}/%{realname}-%{version}.tar.gz
+#Fix ClientCookie old include
+Patch0:         %{name}-ccfix.patch 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch 
 BuildRequires:  python-devel
+BuildRequires:  python-mechanize
 
 %description
 Library to provide access to Gmail via Python.
 
 %prep
 %setup -q -n %{realname}-%{version}
-
+%patch0 -p1 -b .ccfix
 
 %build
 %{__python} setup.py build
@@ -45,6 +48,9 @@
 
 
 %changelog
+* Fri Jul 18 2008 Nikolay Vladimirov <nikolay at vladimiroff.com> -0.1.9-1
+- new upstream 0.1.9
+
 * Tue Dec 11 2007 Michael Stahnke <mastahnke at gmail.com> - 0.1.8-2
 - Updated to proper license tag
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/python-libgmail/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	28 Jan 2008 04:44:16 -0000	1.2
+++ sources	18 Jul 2008 09:48:27 -0000	1.3
@@ -1 +1 @@
-58f694ae19733e68b97e7a54d96d2637  libgmail-0.1.8.tar.gz
+4a19c030920a030eb5217cfe8bb85a60  libgmail-0.1.9.tar.gz




More information about the scm-commits mailing list