diff --git a/.gitignore b/.gitignore index 815e284..bef07fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /tzlocal-1.1.2.zip +/tzlocal-1.2.tar.gz diff --git a/python-tzlocal.spec b/python-tzlocal.spec index a88ec12..f19bfeb 100644 --- a/python-tzlocal.spec +++ b/python-tzlocal.spec @@ -15,14 +15,13 @@ %global srcname tzlocal Name: python-tzlocal -Version: 1.1.2 -Release: 5%{?dist} +Version: 1.2 +Release: 1%{?dist} Summary: A Python module that tries to figure out what your local timezone is -Group: Development/Libraries License: CC0 URL: https://github.com/regebro/tzlocal -Source0: https://pypi.python.org/packages/source/t/%{srcname}/%{srcname}-%{version}.zip +Source0: https://pypi.python.org/packages/source/t/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch @@ -109,19 +108,24 @@ rm %{buildroot}%{python2_sitelib}/%{srcname}/tests.py* %files -%doc PKG-INFO README.rst LICENSE.txt CHANGES.txt +%doc PKG-INFO README.rst CHANGES.txt +%license LICENSE.txt %{python2_sitelib}/%{srcname} %{python2_sitelib}/%{srcname}-%{version}-py2.?.egg-info %if %{with python3} %files -n python3-%{srcname} -%doc PKG-INFO README.rst LICENSE.txt CHANGES.txt +%doc PKG-INFO README.rst CHANGES.txt +%license LICENSE.txt %{python3_sitelib}/%{srcname} %{python3_sitelib}/%{srcname}-%{version}-py3.?.egg-info %endif %changelog +* Fri Jul 03 2015 Piotr Popieluch - 1.2-1 +- Update to 1.2 + * Thu Jun 18 2015 Fedora Release Engineering - 1.1.2-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild diff --git a/sources b/sources index 0a3bd7a..fd61daa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0ed82c55c4ab1463ffc74a792fda7e2b tzlocal-1.1.2.zip +2e36ceb1260bf1233ed2f018a1df536e tzlocal-1.2.tar.gz