From b24880d967379e14d773bdbe662adf6e76ebc687 Mon Sep 17 00:00:00 2001 From: Vratislav Podzimek Date: Wed, 18 Dec 2013 13:11:48 +0100 Subject: [PATCH] Fix for the New version Actual content for the previous (accidentaly empty) commit. --- .gitignore | 1 + python-meh.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index e1ccf1e..05549de 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-meh.spec b/python-meh.spec index dc9eb67..fd4d898 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -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 - 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 - 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 - 0.13-1 +* Fri Jul 27 2012 Vratislav Podzimek - 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) diff --git a/sources b/sources index 59430bb..2e91644 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7fb51fd3b6342aef75105dfb4f70ab60 python-meh-0.29.tar.gz +8f6ebff7da2251f5c9f1071e3ebe5b62 python-meh-0.30.tar.gz