New version.
This commit is contained in:
parent
6b23dead63
commit
56b3c0940a
@ -6,3 +6,4 @@ python-meh-0.5.tar.gz
|
|||||||
python-meh-0.6.tar.gz
|
python-meh-0.6.tar.gz
|
||||||
python-meh-0.7.tar.gz
|
python-meh-0.7.tar.gz
|
||||||
python-meh-0.8.tar.gz
|
python-meh-0.8.tar.gz
|
||||||
|
python-meh-0.9.tar.gz
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
Summary: A python library for handling exceptions
|
Summary: A python library for handling exceptions
|
||||||
Name: python-meh
|
Name: python-meh
|
||||||
Url: http://git.fedoraproject.org/git/?p=python-meh.git
|
Url: http://git.fedoraproject.org/git/?p=python-meh.git
|
||||||
Version: 0.8
|
Version: 0.9
|
||||||
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
|
||||||
@ -18,7 +18,7 @@ Group: System Environment/Libraries
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
BuildRequires: python-devel, gettext, python-setuptools-devel, intltool
|
BuildRequires: python-devel, gettext, python-setuptools-devel, intltool
|
||||||
Requires: python, python-bugzilla, dbus-python, pygtk2, pygtk2-libglade
|
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, report-gtk report-newt
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -46,6 +46,11 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 10 2010 Chris Lumens <clumens@redhat.com> - 0.9-1
|
||||||
|
- Remove the requirement on python-bugzilla (#602794). (clumens)
|
||||||
|
- Rename ba.po -> bs.po (#583055). (clumens)
|
||||||
|
- Translation updates.
|
||||||
|
|
||||||
* Thu Mar 04 2010 Chris Lumens <clumens@redhat.com> - 0.8-1
|
* Thu Mar 04 2010 Chris Lumens <clumens@redhat.com> - 0.8-1
|
||||||
- And add a requirement for report as well. (clumens)
|
- And add a requirement for report as well. (clumens)
|
||||||
- filer.py is now completely taken over by meh. (clumens)
|
- filer.py is now completely taken over by meh. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user