diff --git a/.gitignore b/.gitignore index f6b31eb..a5afcbe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /python-editor-0.4.tar.gz /python-editor-1.0.tar.gz /python-editor-1.0.1.tar.gz +/1.0.2.tar.gz diff --git a/python-editor.spec b/python-editor.spec index 3460bcb..5edf6ae 100644 --- a/python-editor.spec +++ b/python-editor.spec @@ -7,13 +7,13 @@ %{!?upstream_version: %global upstream_version %{version}%{?milestone}} Name: python-editor -Version: 1.0.1 -Release: 2%{?dist} +Version: 1.0.2 +Release: 1%{?dist} Summary: Programmatically open an editor, capture the result. License: ASL 2.0 URL: https://github.com/fmoo/python-editor -Source: https://pypi.python.org/packages/source/p/%{pypi_name}/%{pypi_name}-%{version}.tar.gz +Source: https://github.com/fmoo/python-editor/archive/%{version}.tar.gz BuildArch: noarch %description @@ -79,6 +79,9 @@ chmod a+x $RPM_BUILD_ROOT%{python3_sitelib}/editor.py %changelog +* Wed Nov 23 2016 Kevin Fenzi - 1.0.2-1 +- Update to 1.0.2 + * Tue Jul 19 2016 Fedora Release Engineering - 1.0.1-2 - https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages diff --git a/sources b/sources index f37d200..7dddfe4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -e1fa63535b40e022fa4fd646fd8b511a python-editor-1.0.1.tar.gz +6dd6b0082ebbcf54d76ba40612994880 1.0.2.tar.gz