[PATCH 1/4] New version - 0.38

Martin Kolman mkolman at redhat.com
Mon Mar 30 16:41:18 UTC 2015


On Mon, 2015-03-30 at 15:38 +0200, Martin Kolman wrote:
> Signed-off-by: Martin Kolman <mkolman at redhat.com>
> ---
>  po/python-meh.pot | 2 +-
>  python-meh.spec   | 6 +++++-
>  setup.py          | 2 +-
>  3 files changed, 7 insertions(+), 3 deletions(-)
> 
> diff --git a/po/python-meh.pot b/po/python-meh.pot
> index fc4510d..4adcfdd 100644
> --- a/po/python-meh.pot
> +++ b/po/python-meh.pot
> @@ -8,7 +8,7 @@ msgid ""
>  msgstr ""
>  "Project-Id-Version: PACKAGE VERSION\n"
>  "Report-Msgid-Bugs-To: \n"
> -"POT-Creation-Date: 2015-03-27 17:30+0100\n"
> +"POT-Creation-Date: 2015-03-30 14:00+0200\n"
>  "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
>  "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
>  "Language-Team: LANGUAGE <LL at li.org>\n"
> diff --git a/python-meh.spec b/python-meh.spec
> index 5125d83..613cdb2 100644
> --- a/python-meh.spec
> +++ b/python-meh.spec
> @@ -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.37
> +Version: 0.38
>  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,10 @@ rm -rf %{buildroot}
>  %{_datadir}/python-meh
>  
>  %changelog
> +* Mon Mar 30 2015 Martin Kolman <mkolman at redhat.com> - 0.38-1
> +- Add missing six dependency (mkolman)
> +- Fix date in changelog (mkolman)
> +
>  * Fri Mar 27 2015 Martin Kolman <mkolman at redhat.com> - 0.37-1
>  - Fix dumping file attachments in Python 3 (vtrefny)
>  - meh has not required openssh-clients since 2009 (awilliam)
> diff --git a/setup.py b/setup.py
> index df1679c..c346a4e 100644
> --- a/setup.py
> +++ b/setup.py
> @@ -2,7 +2,7 @@
>  
>  from distutils.core import setup
>  
> -setup(name='python-meh', version='0.37',
> +setup(name='python-meh', version='0.38',
>        description='Python module for handling exceptions',
>        author='Chris Lumens', author_email='clumens at redhat.com',
>        url='http://git.fedoraproject.org/git/?p=python-meh.git',
You can safely ignore this patch. :)



More information about the anaconda-patches mailing list