Fix zoneinfo patch.

This commit is contained in:
Jon Ciesla 2012-09-14 08:32:28 -05:00
parent 790efc91af
commit 6906376545
2 changed files with 1080 additions and 0 deletions

1075
pytz-2012d_zoneinfo.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,7 @@ Group: Development/Languages
License: MIT
URL: http://pytz.sourceforge.net/
Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
Patch0: pytz-2012d_zoneinfo.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@ -52,6 +53,7 @@ Amost all (over 540) of the Olson timezones are supported.
%prep
%setup -q
%patch0 -p0
%if 0%{?with_python3}
cp -a . %{py3dir}
@ -98,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Sep 14 2012 Jon Ciesla <limburgher@gmail.com> - 2012d-2
- Use system zoneinfo, BZ 857266.
* Thu Aug 23 2012 Jon Ciesla <limburgher@gmail.com> - 2012d-1
- Latest upstream, python3 support, BZ 851226.