Fix for the New version
Actual content for the previous (accidentaly empty) commit.
This commit is contained in:
parent
e20cee0c6c
commit
b24880d967
1
.gitignore
vendored
1
.gitignore
vendored
@ -27,3 +27,4 @@ python-meh-0.13.tar.gz
|
|||||||
/python-meh-0.27.tar.gz
|
/python-meh-0.27.tar.gz
|
||||||
/python-meh-0.28.tar.gz
|
/python-meh-0.28.tar.gz
|
||||||
/python-meh-0.29.tar.gz
|
/python-meh-0.29.tar.gz
|
||||||
|
/python-meh-0.30.tar.gz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
Summary: A python library for handling exceptions
|
Summary: A python library for handling exceptions
|
||||||
Name: python-meh
|
Name: python-meh
|
||||||
Url: http://git.fedorahosted.org/git/?p=python-meh.git
|
Url: http://git.fedorahosted.org/git/?p=python-meh.git
|
||||||
Version: 0.29
|
Version: 0.30
|
||||||
Release: 1%{?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
|
||||||
@ -59,13 +59,17 @@ rm -rf %{buildroot}
|
|||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc ChangeLog COPYING
|
%doc ChangeLog COPYING
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
%exclude %{python_sitelib}/meh/ui/gui.py
|
%exclude %{python_sitelib}/meh/ui/gui.py*
|
||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%{python_sitelib}/meh/ui/gui.py
|
%{python_sitelib}/meh/ui/gui.py*
|
||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Nov 20 2013 Vratislav Podzimek <vpodzime@redhat.com> - 0.29-1
|
||||||
- Split GUI out into a separate package (vpodzime)
|
- Split GUI out into a separate package (vpodzime)
|
||||||
- Create archives in one Makefile target and reuse it (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)
|
- 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)
|
- 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)
|
- Add files specified in the Config object as attachments to bugreports (vpodzime)
|
||||||
- Display hint how to quit the debugger (vpodzime)
|
- Display hint how to quit the debugger (vpodzime)
|
||||||
- Do not kill the process when 'continue' is used in pdb (vpodzime)
|
- Do not kill the process when 'continue' is used in pdb (vpodzime)
|
||||||
|
Loading…
Reference in New Issue
Block a user