From c7fd64dce562bec2c5e9d3978579f1b5d86e9746 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 4 Apr 2016 13:44:02 -0400 Subject: [PATCH] 4.0.9 --- .gitignore | 1 + python-decorator.spec | 11 +++++++---- sources | 2 +- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index f8dca20..11b4198 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ decorator-3.2.0.tar.gz /decorator-4.0.2.tar.gz /decorator-4.0.4.tar.gz /decorator-4.0.6.tar.gz +/decorator-4.0.9.tar.gz diff --git a/python-decorator.spec b/python-decorator.spec index 262f774..c39d07f 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -3,8 +3,8 @@ %endif Name: python-decorator -Version: 4.0.6 -Release: 2%{?dist} +Version: 4.0.9 +Release: 1%{?dist} Summary: Module to simplify usage of decorators License: BSD @@ -81,13 +81,13 @@ nosetests-%{python3_version} --with-doctest %endif # with_python3 %files -n python2-decorator -%doc docs/README.rst CHANGES.txt documentation.pdf +%doc docs/README.rst CHANGES.md documentation.pdf %license LICENSE.txt %{python2_sitelib}/* %if 0%{?with_python3} %files -n python3-decorator -%doc docs/README.rst CHANGES.txt documentation.pdf +%doc docs/README.rst CHANGES.md documentation.pdf %license LICENSE.txt %{python3_sitelib}/decorator.py %{python3_sitelib}/decorator-*.egg-info/ @@ -96,6 +96,9 @@ nosetests-%{python3_version} --with-doctest %changelog +* Mon Apr 04 2016 Ralph Bean - 4.0.9-1 +- new version + * Tue Feb 2 2016 Orion Poplawski - 4.0.6-2 - Modernize spec - Fix python3 package file ownership diff --git a/sources b/sources index 0d5ea37..ad3555b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b17bfa17c294d33022a89de0f61d38fe decorator-4.0.6.tar.gz +f12c5651ccd707e12a0abaa4f76cd69a decorator-4.0.9.tar.gz