rpms/python-gdata/devel python-gdata.spec,1.16,1.17

Bastien Nocera hadess at fedoraproject.org
Wed Apr 29 11:12:19 UTC 2009


Author: hadess

Update of /cvs/pkgs/rpms/python-gdata/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29761

Modified Files:
	python-gdata.spec 
Log Message:
* Wed Apr 29 2009 Bastien Nocera <bnocera at redhat.com> 1.3.1-2
- Fix deprecation warning (#492641)


Index: python-gdata.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-gdata/devel/python-gdata.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -p -r1.16 -r1.17
--- python-gdata.spec	24 Apr 2009 09:37:32 -0000	1.16
+++ python-gdata.spec	29 Apr 2009 11:11:48 -0000	1.17
@@ -2,7 +2,7 @@
 
 Name:           python-gdata
 Version:        1.3.1
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A Python module for accessing online Google services
 
 Group:          Development/Languages
@@ -11,6 +11,9 @@ URL:            http://code.google.com/p
 Source0:        http://gdata-python-client.googlecode.com/files/gdata-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
+# http://code.google.com/p/gdata-python-client/issues/detail?id=236
+Patch0:         gdata-cryptomath_sha_deprecation.diff
+
 BuildArch:      noarch
 BuildRequires:  python-devel
 Requires:       python >= 2.5
@@ -27,6 +30,8 @@ This is a Python module for accessing on
 %prep
 %setup -q -n gdata-%{version}
 
+%patch0 -p1 -b .sha
+
 %build
 %{__python} setup.py build
 
@@ -48,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Apr 29 2009 Bastien Nocera <bnocera at redhat.com> 1.3.1-2
+- Fix deprecation warning (#492641)
+
 * Fri Apr 24 2009 Bastien Nocera <bnocera at redhat.com> 1.3.1-1
 - Update to 1.3.1
 




More information about the scm-commits mailing list