diff --git a/python-simpleline.spec b/python-simpleline.spec index a198cc8..c24d1bc 100644 --- a/python-simpleline.spec +++ b/python-simpleline.spec @@ -1,10 +1,10 @@ Name: python-simpleline -Version: 1.6 +Version: 1.7 Release: 1 Summary: A Python3-only text UI framework License: GPLv2+ URL: https://github.com/rhinstaller/python-simpleline -Source0: https://github.com/rhinstaller/python-simpleline/releases/download/simpleline-1.6/simpleline-1.6.tar.gz +Source0: https://github.com/rhinstaller/python-simpleline/releases/download/simpleline-%{version}/simpleline-%{version}.tar.gz BuildArch: noarch %global common_description %{expand: @@ -14,7 +14,7 @@ used with line-based machines and tools (e.g. serial console) so that every new line is appended to the bottom of the screen. Printed lines are never rewritten!} -BuildRequires: python3-devel python3-gobject-base python3-setuptools gettext +BuildRequires: python3-devel python3-gobject-base python3-setuptools gettext intltool %description %{common_description} @@ -50,10 +50,12 @@ make test %files -n python3-simpleline -f %{name}.lang %defattr(-,root,root) -%license COPYING %doc ChangeLog README.md %{python3_sitelib}/* %changelog +* Mon Jul 27 2020 tianwei - 1.7-1 +- Package update to 1.7 + * Fri Oct 18 2019 openEuler Buildteam - 1.6-1 - Package init diff --git a/simpleline-1.6.tar.gz b/simpleline-1.6.tar.gz deleted file mode 100644 index 8e82b8f..0000000 Binary files a/simpleline-1.6.tar.gz and /dev/null differ diff --git a/simpleline-1.7.tar.gz b/simpleline-1.7.tar.gz new file mode 100644 index 0000000..6d9cd6c Binary files /dev/null and b/simpleline-1.7.tar.gz differ