diff --git a/.gitignore b/.gitignore index bea1406..5d09dfe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /colorama-0.2.4.tar.gz /colorama-0.2.5.tar.gz /colorama-0.2.7.tar.gz +/colorama-0.3.2.tar.gz diff --git a/python-colorama.spec b/python-colorama.spec index 6c4c877..e1fb717 100644 --- a/python-colorama.spec +++ b/python-colorama.spec @@ -5,8 +5,8 @@ %global pypi_name colorama Name: python-%{pypi_name} -Version: 0.2.7 -Release: 5%{?dist} +Version: 0.3.2 +Release: 1%{?dist} Summary: Cross-platform colored terminal text License: BSD @@ -56,9 +56,8 @@ Termcolor. %prep %setup -q -n %{pypi_name}-%{version} -# fix wrong-file-end-of-line-encoding -sed -i 's/\r//' LICENSE.txt -sed -i 's/\r//' README.txt +# remove bundled egg-info +rm -rf %{pypi_name}.egg-info %if 0%{?with_python3} cp -a . %{py3dir} @@ -87,18 +86,23 @@ popd %files -%doc README.txt LICENSE.txt +%doc README.rst +%license LICENSE.txt %{python_sitelib}/%{pypi_name} %{python_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %if 0%{?with_python3} %files -n python3-%{pypi_name} -%doc README.txt LICENSE.txt +%doc README.rst +%license LICENSE.txt %{python3_sitelib}/%{pypi_name} %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %endif %changelog +* Fri Sep 05 2014 Matthias Runge - 0.3.2-1 +- update to 0.3.2 (rhbz#1090014) + * Fri Jul 25 2014 Lubomir Rintel - 0.2.7-5 - Skip the python3 %%files section if we don't build the python3 package diff --git a/sources b/sources index 850edb1..502f268 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2c30fa1472c7dfa7ff5cf931fd9e4988 colorama-0.2.7.tar.gz +2949d760dfe510a74f5bf4287d474f33 colorama-0.3.2.tar.gz