diff --git a/.gitignore b/.gitignore index 2780e12..338c69e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /logutils-0.3.2.tar.gz +/logutils-0.3.3.tar.gz diff --git a/python-logutils.spec b/python-logutils.spec index 3b1e4e8..0409a2c 100644 --- a/python-logutils.spec +++ b/python-logutils.spec @@ -1,12 +1,12 @@ -%if 0%{?fedora} > 12 || 0%{?rhel} > 6 +%if 0%{?fedora} %global with_python3 1 %endif %global modname logutils Name: python-%{modname} -Version: 0.3.2 -Release: 3%{?dist} +Version: 0.3.3 +Release: 1%{?dist} Summary: Logging utilities Group: Development/Libraries @@ -16,7 +16,6 @@ Source0: http://%{modname}.googlecode.com/files/%{modname}-%{version} BuildArch: noarch - BuildRequires: python2-devel %if 0%{?with_python3} @@ -94,6 +93,10 @@ popd %endif %changelog +* Wed Jan 29 2014 Ralph Bean - 0.3.3-1 +- Latest upstream. +- Modernized python3 conditional + * Sun Aug 04 2013 Fedora Release Engineering - 0.3.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild diff --git a/sources b/sources index 952b2f1..363d4da 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dac9994a70b173371fa48abce66ab6e8 logutils-0.3.2.tar.gz +07b2a31d3d48e4f748363d33c03639cd logutils-0.3.3.tar.gz