Fix for the New version

Actual content for the previous (accidentaly empty) commit.
This commit is contained in:
Vratislav Podzimek 2013-12-18 13:11:48 +01:00
parent e20cee0c6c
commit b24880d967
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -27,3 +27,4 @@ python-meh-0.13.tar.gz
/python-meh-0.27.tar.gz
/python-meh-0.28.tar.gz
/python-meh-0.29.tar.gz
/python-meh-0.30.tar.gz

View File

@ -5,7 +5,7 @@
Summary: A python library for handling exceptions
Name: python-meh
Url: http://git.fedorahosted.org/git/?p=python-meh.git
Version: 0.29
Version: 0.30
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -59,13 +59,17 @@ rm -rf %{buildroot}
%defattr(-,root,root,-)
%doc ChangeLog COPYING
%{python_sitelib}/*
%exclude %{python_sitelib}/meh/ui/gui.py
%exclude %{python_sitelib}/meh/ui/gui.py*
%files gui
%{python_sitelib}/meh/ui/gui.py
%{python_sitelib}/meh/ui/gui.py*
%{_datadir}/python-meh
%changelog
* Wed Dec 18 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.30-1
- Exclude compiled versions of gui.py from the non-gui package (dshea)
- Skip callbacks providing no information (vpodzime)
* Wed Nov 20 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.29-1
- Split GUI out into a separate package (vpodzime)
- Create archives in one Makefile target and reuse it (vpodzime)
@ -148,7 +152,7 @@ rm -rf %{buildroot}
- Set the type hint for the mainExceptionWindow to Dialog (vpodzime)
- Store and then write out the string representation of the traceback and object dump (vpodzime)
* Wed Jul 27 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.13-1
* Fri Jul 27 2012 Vratislav Podzimek <vpodzime@redhat.com> - 0.13-1
- Add files specified in the Config object as attachments to bugreports (vpodzime)
- Display hint how to quit the debugger (vpodzime)
- Do not kill the process when 'continue' is used in pdb (vpodzime)

View File

@ -1 +1 @@
7fb51fd3b6342aef75105dfb4f70ab60 python-meh-0.29.tar.gz
8f6ebff7da2251f5c9f1071e3ebe5b62 python-meh-0.30.tar.gz