diff --git a/.gitignore b/.gitignore index b621b5a..a51a7e0 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,4 @@ python-meh-0.13.tar.gz /python-meh-0.41.tar.gz /python-meh-0.42.tar.gz /python-meh-0.43.tar.gz +/python-meh-0.44.tar.gz diff --git a/python-meh.spec b/python-meh.spec index 6c7605d..49b7323 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -6,8 +6,8 @@ Summary: A python library for handling exceptions Name: python-meh Url: https://github.com/rhinstaller/python-meh -Version: 0.43 -Release: 3%{?dist} +Version: 0.44 +Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -146,12 +146,9 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog -* Thu Feb 04 2016 Fedora Release Engineering - 0.43-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Thu Nov 05 2015 Robert Kuska - 0.43-2 -- Rebuilt for Python3.5 rebuild -- Remove requires for python3-pocketlint +* Fri Feb 19 2016 Martin Kolman - 0.44-1 +- Some rpmlint fixes (mkolman) +- Remove the removal of the eintr checker, which has been removed (dshea) * Mon Oct 05 2015 Martin Kolman - 0.43-1 - Set translations domain for glade files (vtrefny) @@ -285,7 +282,7 @@ rm -rf %{buildroot} * Wed Nov 14 2012 Vratislav Podzimek - 0.19-1 - Add test for handling unicode strings and files (vpodzime) - Read files as UTF-8 and ignore errors (#874250) (vpodzime) -- Add %check section to the spec file (vpodzime) +- Add check section to the spec file (vpodzime) - Fix tests (vpodzime) * Thu Oct 25 2012 Vratislav Podzimek - 0.18-1 diff --git a/sources b/sources index 1349fe4..72727a8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c288dec256688b34542f7eb1eff84e62 python-meh-0.43.tar.gz +4ac8d25d8bad13f31bd878548ffea0c4 python-meh-0.44.tar.gz