New version
- Make sure the date in RPM changelog is always in English (mkolman) - Update upstream URL (mkolman)
This commit is contained in:
parent
3e107727a2
commit
cfe69c4beb
1
.gitignore
vendored
1
.gitignore
vendored
@ -36,3 +36,4 @@ python-meh-0.13.tar.gz
|
|||||||
/python-meh-0.37.tar.gz
|
/python-meh-0.37.tar.gz
|
||||||
/python-meh-0.38.tar.gz
|
/python-meh-0.38.tar.gz
|
||||||
/python-meh-0.39.tar.gz
|
/python-meh-0.39.tar.gz
|
||||||
|
/python-meh-0.40.tar.gz
|
||||||
|
@ -5,16 +5,16 @@
|
|||||||
|
|
||||||
Summary: A python library for handling exceptions
|
Summary: A python library for handling exceptions
|
||||||
Name: python-meh
|
Name: python-meh
|
||||||
Url: http://git.fedorahosted.org/git/?p=python-meh.git
|
Url: https://github.com/rhinstaller/python-meh
|
||||||
Version: 0.39
|
Version: 0.40
|
||||||
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
|
||||||
# within this srpm.
|
# within this srpm.
|
||||||
# This tarball was created from upstream git:
|
# 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
|
# cd python-meh && make archive
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: https://github.com/rhinstaller/python-meh/archive/%{name}-%{version}.tar.gz
|
||||||
|
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
@ -146,6 +146,10 @@ rm -rf %{buildroot}
|
|||||||
%{_datadir}/python-meh
|
%{_datadir}/python-meh
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 01 2015 Martin Kolman <mkolman@redhat.com> - 0.39-1
|
||||||
- Handle LANG=C (mkolman)
|
- Handle LANG=C (mkolman)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user