diff --git a/.gitignore b/.gitignore index 92bf60b..1640aa2 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /python-editor-0.4.tar.gz +/python-editor-1.0.tar.gz diff --git a/python-editor.spec b/python-editor.spec index 189c178..ca5c354 100644 --- a/python-editor.spec +++ b/python-editor.spec @@ -7,8 +7,8 @@ %{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: python-editor -Version: 0.4 -Release: 5%{?dist} +Version: 1.0 +Release: 1%{?dist} Summary: Programmatically open an editor, capture the result. License: ASL 2.0 @@ -79,6 +79,9 @@ chmod a+x $RPM_BUILD_ROOT%{python3_sitelib}/editor.py %changelog +* Sun Apr 10 2016 Kevin Fenzi - 1.0-1 +- Update to 1.0. Fixes bug #1323386 + * Thu Feb 04 2016 Fedora Release Engineering - 0.4-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild diff --git a/sources b/sources index 2b48c27..989a77e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -30de680ec944d073e0c3f18b44d5aa15 python-editor-0.4.tar.gz +a5ead611360b17b52507297d8590b4e8 python-editor-1.0.tar.gz