Fix zoneinfo patch.
This commit is contained in:
parent
790efc91af
commit
6906376545
1075
pytz-2012d_zoneinfo.patch
Normal file
1075
pytz-2012d_zoneinfo.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -13,6 +13,7 @@ Group: Development/Languages
|
|||||||
License: MIT
|
License: MIT
|
||||||
URL: http://pytz.sourceforge.net/
|
URL: http://pytz.sourceforge.net/
|
||||||
Source0: http://pypi.python.org/packages/source/p/%{name}/%{name}-%{version}.tar.gz
|
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)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
@ -52,6 +53,7 @@ Amost all (over 540) of the Olson timezones are supported.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
%patch0 -p0
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
cp -a . %{py3dir}
|
cp -a . %{py3dir}
|
||||||
@ -98,6 +100,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 23 2012 Jon Ciesla <limburgher@gmail.com> - 2012d-1
|
||||||
- Latest upstream, python3 support, BZ 851226.
|
- Latest upstream, python3 support, BZ 851226.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user