New version
- Some rpmlint fixes (mkolman) - Remove the removal of the eintr checker, which has been removed (dshea)
This commit is contained in:
parent
c0bc8e89b2
commit
9fb22749d2
1
.gitignore
vendored
1
.gitignore
vendored
@ -40,3 +40,4 @@ python-meh-0.13.tar.gz
|
|||||||
/python-meh-0.41.tar.gz
|
/python-meh-0.41.tar.gz
|
||||||
/python-meh-0.42.tar.gz
|
/python-meh-0.42.tar.gz
|
||||||
/python-meh-0.43.tar.gz
|
/python-meh-0.43.tar.gz
|
||||||
|
/python-meh-0.44.tar.gz
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
Summary: A python library for handling exceptions
|
Summary: A python library for handling exceptions
|
||||||
Name: python-meh
|
Name: python-meh
|
||||||
Url: https://github.com/rhinstaller/python-meh
|
Url: https://github.com/rhinstaller/python-meh
|
||||||
Version: 0.43
|
Version: 0.44
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
# This is a Red Hat maintained package which is specific to
|
# This is a Red Hat maintained package which is specific to
|
||||||
# our distribution. Thus the source is only available from
|
# our distribution. Thus the source is only available from
|
||||||
# within this srpm.
|
# within this srpm.
|
||||||
@ -146,12 +146,9 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.43-3
|
* Fri Feb 19 2016 Martin Kolman <mkolman@redhat.com> - 0.44-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
- Some rpmlint fixes (mkolman)
|
||||||
|
- Remove the removal of the eintr checker, which has been removed (dshea)
|
||||||
* Thu Nov 05 2015 Robert Kuska <rkuska@redhat.com> - 0.43-2
|
|
||||||
- Rebuilt for Python3.5 rebuild
|
|
||||||
- Remove requires for python3-pocketlint
|
|
||||||
|
|
||||||
* Mon Oct 05 2015 Martin Kolman <mkolman@redhat.com> - 0.43-1
|
* Mon Oct 05 2015 Martin Kolman <mkolman@redhat.com> - 0.43-1
|
||||||
- Set translations domain for glade files (vtrefny)
|
- Set translations domain for glade files (vtrefny)
|
||||||
@ -285,7 +282,7 @@ rm -rf %{buildroot}
|
|||||||
* Wed Nov 14 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.19-1
|
* Wed Nov 14 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.19-1
|
||||||
- Add test for handling unicode strings and files (vpodzime)
|
- Add test for handling unicode strings and files (vpodzime)
|
||||||
- Read files as UTF-8 and ignore errors (#874250) (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)
|
- Fix tests (vpodzime)
|
||||||
|
|
||||||
* Thu Oct 25 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.18-1
|
* Thu Oct 25 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.18-1
|
||||||
|
Loading…
Reference in New Issue
Block a user