New version

- Package's epoch returned by RPM is an integer (#1199263) (vpodzime)
This commit is contained in:
Martin Kolman 2015-03-05 20:17:03 +01:00
parent 9c2e15614e
commit ad89a2e7c9
3 changed files with 6 additions and 8 deletions

1
.gitignore vendored
View File

@ -32,3 +32,4 @@ python-meh-0.13.tar.gz
/python-meh-0.32.tar.gz
/python-meh-0.34.tar.gz
/python-meh-0.35.tar.gz
/python-meh-0.36.tar.gz

View File

@ -6,7 +6,7 @@
Summary: A python library for handling exceptions
Name: python-meh
Url: http://git.fedorahosted.org/git/?p=python-meh.git
Version: 0.35
Version: 0.36
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -132,6 +132,9 @@ rm -rf %{buildroot}
%{_datadir}/python-meh
%changelog
* Thu Mar 05 2015 Martin Kolman <mkolman@redhat.com> - 0.36-1
- Package's epoch returned by RPM is an integer (#1199263) (vpodzime)
* Tue Feb 17 2015 Martin Kolman <mkolman@redhat.com> - 0.35-1
- Add option to remove the 'Debug' option/button for mainExceptionWindow (vtrefny)
@ -151,12 +154,6 @@ rm -rf %{buildroot}
- Use /usr/bin/python2 in scripts (mkolman)
- Add example code using python-meh (vpodzime)
* Mon Jun 30 2014 Toshio Kuratomi <toshio@fedoraproject.org> - 0.32-3
- Replace python-setuptools-devel BR with python-setuptools
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.32-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Mon Apr 28 2014 Martin Kolman <mkolman@redhat.com> - 0.32-1
- Translation update

View File

@ -1 +1 @@
bce7d8d940f091d3b7440d7b5caafcb8 python-meh-0.35.tar.gz
15cccd12eee08a92d14c17308f72a990 python-meh-0.36.tar.gz