New version.
This commit is contained in:
parent
59181ebe7d
commit
c071e6729b
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@ python-meh-0.8.tar.gz
|
||||
python-meh-0.9.tar.gz
|
||||
python-meh-0.10.tar.gz
|
||||
/python-meh-0.11.tar.gz
|
||||
/python-meh-0.12.tar.gz
|
||||
|
@ -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.11
|
||||
Release: 2%{?dist}
|
||||
Version: 0.12
|
||||
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.
|
||||
@ -19,7 +19,7 @@ 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: openssh-clients, rpm, yum, newt-python, report-gtk report-newt
|
||||
Requires: openssh-clients, rpm, yum, newt-python, libreport-gtk >= 2.0.8-1, libreport-newt >= 2.0.8-1
|
||||
|
||||
%description
|
||||
The python-meh package is a python library for handling, saving, and reporting
|
||||
@ -46,6 +46,17 @@ rm -rf %{buildroot}
|
||||
%{_datadir}/python-meh
|
||||
|
||||
%changelog
|
||||
* Tue Dec 20 2011 Vratislav Podzimek <vpodzime@redhat.com> 0.12
|
||||
- Use new libreport API to get more information to bugzilla (vpodzime).
|
||||
- Adapt to the new API of libreport (vpodzime).
|
||||
- Move "import rpm" to where it's needed to avoid nameserver problems (clumens).
|
||||
Resolves: rhbz#749330
|
||||
- Change dependency to libreport-* (mtoman).
|
||||
Resolves: rhbz#730924
|
||||
- Add abrt-like information to bug reports (vpodzime).
|
||||
Resolves: rhbz#728871
|
||||
- Propagate the screen attr when using text mode (jmoskovc).
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.11-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user