diff --git a/.gitignore b/.gitignore index 7c6b8d3..445aeb3 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /Logbook-0.3.tar.gz +/Logbook-0.4.1.tar.gz diff --git a/python-logbook.spec b/python-logbook.spec index 3c6568b..c155a9c 100644 --- a/python-logbook.spec +++ b/python-logbook.spec @@ -16,8 +16,8 @@ } Name: python-logbook -Version: 0.3 -Release: 5%{?dist} +Version: 0.4.1 +Release: 1%{?dist} Summary: A logging replacement for Python Group: Development/Libraries @@ -108,7 +108,7 @@ rm -rf %{buildroot} %doc CHANGES README %{python_sitearch}/logbook* %exclude %{python_sitearch}/logbook/testsuite -%{python_sitearch}/Logbook-0.3-py2.7.egg-info/ +%{python_sitearch}/Logbook-%{version}-py2.7.egg-info/ %if 0%{?with_python3} %files -n python3-logbook @@ -116,10 +116,13 @@ rm -rf %{buildroot} %doc CHANGES README %{python3_sitearch}/logbook* %exclude %{python3_sitearch}/logbook/testsuite -%{python3_sitearch}/Logbook-0.3-py3.2.egg-info/ +%{python3_sitearch}/Logbook-%{version}-py3.2.egg-info/ %endif %changelog +* Mon Jan 28 2013 Jon Ciesla - 0.4.1-1 +- Latest upstream, BZ 904886. + * Sat Jul 21 2012 Fedora Release Engineering - 0.3-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index eddd7e3..0f15b24 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f6db00f52bd4629b154c205252461719 Logbook-0.3.tar.gz +143cb15af4c4a784ca785a1546ad1b93 Logbook-0.4.1.tar.gz