From 83c8e3788cc53faa3743d376ef50312ec7a23c3a Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Apr 29 2009 11:11:48 +0000 Subject: - Fix deprecation warning (#492641) --- diff --git a/python-gdata.spec b/python-gdata.spec index 3a6dc00..4ea016b 100644 --- a/python-gdata.spec +++ b/python-gdata.spec @@ -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/gdata-python-client/ 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 online Google services, such as: %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 1.3.1-2 +- Fix deprecation warning (#492641) + * Fri Apr 24 2009 Bastien Nocera 1.3.1-1 - Update to 1.3.1