From 5731a072705ae0ac7f50875b1f30f201453de8ce Mon Sep 17 00:00:00 2001 From: Martin Kolman Date: Tue, 29 Sep 2015 19:07:01 +0200 Subject: [PATCH] New version - Add tests and ChangeLog to MANIFEST.in (vtrefny) - Fix clicking on buttons on error pop-up doesn't work (#1250942) (vtrefny) - Add Makefile to MANIFEST.in (vtrefny) - Add archive target to Makefile (vtrefny) - Add .gitignore (vtrefny) --- .gitignore | 1 + python-meh.spec | 12 ++++++++---- sources | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index c9707e4..dd56e52 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,4 @@ python-meh-0.13.tar.gz /python-meh-0.39.tar.gz /python-meh-0.40.tar.gz /python-meh-0.41.tar.gz +/python-meh-0.42.tar.gz diff --git a/python-meh.spec b/python-meh.spec index 2c7d6cf..7b421b2 100644 --- a/python-meh.spec +++ b/python-meh.spec @@ -6,7 +6,7 @@ Summary: A python library for handling exceptions Name: python-meh Url: https://github.com/rhinstaller/python-meh -Version: 0.41 +Version: 0.42 Release: 1%{?dist} # This is a Red Hat maintained package which is specific to # our distribution. Thus the source is only available from @@ -147,6 +147,13 @@ rm -rf %{buildroot} %{_datadir}/python-meh %changelog +* Tue Sep 29 2015 Martin Kolman - 0.42-1 +- Add tests and ChangeLog to MANIFEST.in (vtrefny) +- Fix clicking on buttons on error pop-up doesn't work (#1250942) (vtrefny) +- Add Makefile to MANIFEST.in (vtrefny) +- Add archive target to Makefile (vtrefny) +- Add .gitignore (vtrefny) + * Wed Sep 16 2015 Martin Kolman - 0.41-1 - Make sure the Meh window has focus even if a dialog is displayed (mkolman) - Run pylint as part of "make ci". (clumens) @@ -161,9 +168,6 @@ rm -rf %{buildroot} - Add pocketlint support to python-meh. (clumens) - Use gi.require_version for Gtk import (vtrefny) -* Thu Jun 18 2015 Fedora Release Engineering - 0.40-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - * 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) diff --git a/sources b/sources index 9322c1b..29cdadc 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1d1a84d6ca3121b05777ac1a944c9b5e python-meh-0.41.tar.gz +f2c66ee060f121415241436d4d3469b1 python-meh-0.42.tar.gz