New version
- Package's epoch returned by RPM is an integer (#1199263) (vpodzime)
This commit is contained in:
parent
9c2e15614e
commit
ad89a2e7c9
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user