From cfe69c4beb583489858e5de953d4001588473adc Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 28 Apr 2015 14:27:37 +0200 Subject: [PATCH] New version - Make sure the date in RPM changelog is always in English (mkolman) - Update upstream URL (mkolman) --- .gitignore | 1 + python-meh.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 97eb7c0..ca0b446 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/python-meh.spec b/python-meh.spec index 0b7facb..578ab35 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -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 - 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 - 0.39-1 - Handle LANG=C (mkolman) diff --git a/sources b/sources index eb9c0a3..f119494 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b27e01551bc000fdabf2df2d5e6b8191 python-meh-0.39.tar.gz +77cb93cf7c97b2cd110d5ba8bcb4b35e python-meh-0.40.tar.gz