diff --git a/python-xapp.changes b/python-xapp.changes index 94f0226..5b37dba 100644 --- a/python-xapp.changes +++ b/python-xapp.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun May 30 17:36:01 UTC 2021 - andy great + +- Update to version 2.2.0. + * SettingsWidgets.py: Restrict Range increments to the 'step' amount. + * Font chooser widget: add option to specify the level of font selection. + ------------------------------------------------------------------- Mon Dec 7 20:01:37 UTC 2020 - andy great diff --git a/python-xapp.spec b/python-xapp.spec index 1b621b6..65de30f 100644 --- a/python-xapp.spec +++ b/python-xapp.spec @@ -1,7 +1,7 @@ # # spec file for package python-xapp # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ %define _name python3-xapp %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-xapp -Version: 2.0.2 +Version: 2.2.0 Release: 0 Summary: Python XApp library License: GPL-2.0-or-later @@ -31,6 +31,7 @@ Source: https://github.com/linuxmint/python3-xapp/archive/%{version}.tar Patch0: python-xapp-xdgsu.patch BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-psutil Requires: xdg-utils @@ -51,6 +52,7 @@ desktop environments and required to implement cross-DE solutions. %install %python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %license COPYING diff --git a/python3-xapp-2.0.2.tar.gz b/python3-xapp-2.0.2.tar.gz deleted file mode 100644 index 2cfaae9..0000000 --- a/python3-xapp-2.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4f61dde32c7aec5ab2c819e968a2bf0136c9eddcc1356461d516aff40930159f -size 19946 diff --git a/python3-xapp-2.2.0.tar.gz b/python3-xapp-2.2.0.tar.gz new file mode 100644 index 0000000..97680f5 --- /dev/null +++ b/python3-xapp-2.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:481755d3d89f422e6064c5844b4f5a1f31e324b9214800a41b3618e81c4f2421 +size 20706