New version

- Make sure the date in RPM changelog is always in English (mkolman)
- Update upstream URL (mkolman)
This commit is contained in:
Martin Kolman 2015-04-28 14:27:37 +02:00
parent 3e107727a2
commit cfe69c4beb
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -5,16 +5,16 @@
Summary: A python library for handling exceptions
Name: python-meh
Url: http://git.fedorahosted.org/git/?p=python-meh.git
Version: 0.39
Url: https://github.com/rhinstaller/python-meh
Version: 0.40
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.
# This tarball was created from upstream git:
# git clone git://git.fedoraproject.org/git/python-meh.git
# git clone https://github.com/rhinstaller/python-meh
# cd python-meh && make archive
Source0: %{name}-%{version}.tar.gz
Source0: https://github.com/rhinstaller/python-meh/archive/%{name}-%{version}.tar.gz
License: GPLv2+
Group: System Environment/Libraries
@ -146,6 +146,10 @@ rm -rf %{buildroot}
%{_datadir}/python-meh
%changelog
* Tue Apr 28 2015 Martin Kolman <mkolman@redhat.com> - 0.40-1
- Make sure the date in RPM changelog is always in English (mkolman)
- Update upstream URL (mkolman)
* Wed Apr 01 2015 Martin Kolman <mkolman@redhat.com> - 0.39-1
- Handle LANG=C (mkolman)

View File

@ -1 +1 @@
b27e01551bc000fdabf2df2d5e6b8191 python-meh-0.39.tar.gz
77cb93cf7c97b2cd110d5ba8bcb4b35e python-meh-0.40.tar.gz