diff --git a/python-pyperclip.changes b/python-pyperclip.changes index c3d78e2..396c463 100644 --- a/python-pyperclip.changes +++ b/python-pyperclip.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 11 16:55:59 UTC 2020 - Tomáš Chvátal + +- Fix build without python2 + ------------------------------------------------------------------- Mon Oct 14 14:16:16 UTC 2019 - Matej Cepl diff --git a/python-pyperclip.spec b/python-pyperclip.spec index c320ae7..7c0946b 100644 --- a/python-pyperclip.spec +++ b/python-pyperclip.spec @@ -1,7 +1,7 @@ # # spec file for package python-pyperclip # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -58,6 +58,6 @@ cp %{SOURCE1} . %files %{python_files} %license LICENSE.txt %{python_sitelib}/pyperclip -%{python_sitelib}/pyperclip-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/pyperclip-%{version}-py*.egg-info %changelog