- Update the spec file URL to something valid (#670601). (clumens)
- Don't use _D for Debug, since that's already used by the expander (#640929). (clumens) - Translation updates.
This commit is contained in:
parent
d3c3cc77c7
commit
1511568f25
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@ python-meh-0.7.tar.gz
|
|||||||
python-meh-0.8.tar.gz
|
python-meh-0.8.tar.gz
|
||||||
python-meh-0.9.tar.gz
|
python-meh-0.9.tar.gz
|
||||||
python-meh-0.10.tar.gz
|
python-meh-0.10.tar.gz
|
||||||
|
/python-meh-0.11.tar.gz
|
||||||
|
@ -2,9 +2,9 @@
|
|||||||
|
|
||||||
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.fedorahosted.org/git/?p=python-meh.git
|
||||||
Version: 0.10
|
Version: 0.11
|
||||||
Release: 2%{?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
|
||||||
# within this srpm.
|
# within this srpm.
|
||||||
@ -46,8 +46,10 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Jul 22 2010 David Malcolm <dmalcolm@redhat.com> - 0.10-2
|
* Tue Jan 25 2011 Chris Lumens <clumens@redhat.com> - 0.11-1
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
- Update the spec file URL to something valid (#670601). (clumens)
|
||||||
|
- Don't use _D for Debug, since that's already used by the expander (#640929). (clumens)
|
||||||
|
- Translation updates.
|
||||||
|
|
||||||
* Tue Jun 22 2010 Chris Lumens <clumens@redhat.com> 0.10-1
|
* Tue Jun 22 2010 Chris Lumens <clumens@redhat.com> 0.10-1
|
||||||
- Treat classes like simple types, too. (clumens)
|
- Treat classes like simple types, too. (clumens)
|
||||||
|
Loading…
Reference in New Issue
Block a user