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)
This commit is contained in:
Martin Kolman 2015-09-29 19:07:01 +02:00
parent ac7f1f2e4d
commit 5731a07270
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

@ -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

View File

@ -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 <mkolman@redhat.com> - 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 <mkolman@redhat.com> - 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 <rel-eng@lists.fedoraproject.org> - 0.40-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
* 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)

View File

@ -1 +1 @@
1d1a84d6ca3121b05777ac1a944c9b5e python-meh-0.41.tar.gz
f2c66ee060f121415241436d4d3469b1 python-meh-0.42.tar.gz