New version

- Handle LANG=C (mkolman)
This commit is contained in:
Martin Kolman 2015-04-01 13:29:54 +02:00
parent 15055d7d40
commit 3e107727a2
3 changed files with 6 additions and 2 deletions

1
.gitignore vendored
View File

@ -35,3 +35,4 @@ python-meh-0.13.tar.gz
/python-meh-0.36.tar.gz
/python-meh-0.37.tar.gz
/python-meh-0.38.tar.gz
/python-meh-0.39.tar.gz

View File

@ -6,7 +6,7 @@
Summary: A python library for handling exceptions
Name: python-meh
Url: http://git.fedorahosted.org/git/?p=python-meh.git
Version: 0.38
Version: 0.39
Release: 1%{?dist}
# This is a Red Hat maintained package which is specific to
# our distribution. Thus the source is only available from
@ -146,6 +146,9 @@ rm -rf %{buildroot}
%{_datadir}/python-meh
%changelog
* Wed Apr 01 2015 Martin Kolman <mkolman@redhat.com> - 0.39-1
- Handle LANG=C (mkolman)
* Tue Mar 31 2015 Martin Kolman <mkolman@redhat.com> - 0.38-1
- Switch to Zanata for translations (mkolman)
- Run both Python 2 and Python 3 tests for "make test" (mkolman)

View File

@ -1 +1 @@
8331447357a7f7ac121b7e52107b421a python-meh-0.38.tar.gz
b27e01551bc000fdabf2df2d5e6b8191 python-meh-0.39.tar.gz