diff --git a/.gitignore b/.gitignore index 58128c5..f8dca20 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ decorator-3.2.0.tar.gz /decorator-3.4.2.tar.gz /decorator-4.0.2.tar.gz /decorator-4.0.4.tar.gz +/decorator-4.0.6.tar.gz diff --git a/python-decorator.spec b/python-decorator.spec index 2a9f9b1..4210c6b 100644 --- a/python-decorator.spec +++ b/python-decorator.spec @@ -5,8 +5,8 @@ %endif Name: python-decorator -Version: 4.0.4 -Release: 2%{?dist} +Version: 4.0.6 +Release: 1%{?dist} Summary: Module to simplify usage of decorators Group: Development/Languages @@ -108,6 +108,9 @@ popd %changelog +* Fri Dec 11 2015 Ralph Bean - 4.0.6-1 +- new version + * Wed Nov 04 2015 Robert Kuska - 4.0.4-2 - Rebuilt for Python3.5 rebuild diff --git a/sources b/sources index d06d94f..0d5ea37 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dd3a0669e1e6f09699eefa2c7fbd9756 decorator-4.0.4.tar.gz +b17bfa17c294d33022a89de0f61d38fe decorator-4.0.6.tar.gz