diff --git a/.gitignore b/.gitignore index 7dac140..31fe5c0 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ python-meh-0.9.tar.gz python-meh-0.10.tar.gz /python-meh-0.11.tar.gz /python-meh-0.12.tar.gz +python-meh-0.13.tar.gz diff --git a/python-meh.spec b/python-meh.spec index f3bafba..90c7267 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -3,8 +3,8 @@ Summary: A python library for handling exceptions Name: python-meh Url: http://git.fedorahosted.org/git/?p=python-meh.git -Version: 0.12 -Release: 2%{?dist} +Version: 0.13 +Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from # within this srpm. @@ -18,7 +18,7 @@ Group: System Environment/Libraries BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: python-devel, gettext, python-setuptools-devel, intltool -Requires: python, dbus-python, pygtk2, pygtk2-libglade +Requires: python, dbus-python, pygobject3, gtk3 Requires: openssh-clients, rpm, yum, newt-python, libreport-gtk >= 2.0.8-1, libreport-newt >= 2.0.8-1 %description @@ -46,6 +46,15 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Wed 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) +- Port to Gtk3 and the new design (vpodzime) +- Remove the rc attribute and getrc methods (vpodzime) +- Fix 'all' and 'install' Makefile targets (vpodzime) +- Migrate l10n to Transifex (vpodzime) + * Sat Jul 21 2012 Fedora Release Engineering - 0.12-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild diff --git a/sources b/sources index e674b06..0ee703c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d633d798aa3b3f0aa9fdb0a7db54ca17 python-meh-0.12.tar.gz +ee175dfda1fa33ff20aa226657aac758 python-meh-0.13.tar.gz