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:
parent
ac7f1f2e4d
commit
5731a07270
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user