New version.

This commit is contained in:
Vratislav Podzimek 2012-07-27 18:17:36 +02:00
parent f41a85204e
commit 2c9997f0d2
3 changed files with 14 additions and 4 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <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)
- 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 <rel-eng@lists.fedoraproject.org> - 0.12-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild

View File

@ -1 +1 @@
d633d798aa3b3f0aa9fdb0a7db54ca17 python-meh-0.12.tar.gz
ee175dfda1fa33ff20aa226657aac758 python-meh-0.13.tar.gz