diff --git a/python-xlib-0.32.tar.gz b/python-xlib-0.32.tar.gz deleted file mode 100644 index 577a959..0000000 Binary files a/python-xlib-0.32.tar.gz and /dev/null differ diff --git a/python-xlib-0.33.tar.gz b/python-xlib-0.33.tar.gz new file mode 100644 index 0000000..e2093ee Binary files /dev/null and b/python-xlib-0.33.tar.gz differ diff --git a/python-xlib.spec b/python-xlib.spec index 3776e0a..09ed09a 100644 --- a/python-xlib.spec +++ b/python-xlib.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-xlib -Version: 0.32 -Release: 2 +Version: 0.33 +Release: 1 Summary: Python X Library License: LGPL-2.1-or-later URL: https://github.com/python-xlib/python-xlib -Source0: https://github.com/python-xlib/python-xlib/archive/refs/tags/python-xlib-0.32.tar.gz +Source0: https://github.com/python-xlib/python-xlib/archive/refs/tags/python-xlib-0.33.tar.gz BuildArch: noarch Requires: python3-six @@ -44,7 +44,7 @@ Provides: python3-python-xlib-doc %description help %_description %prep -%autosetup -n python-xlib-0.32 +%autosetup -n python-xlib-0.33 %build %py3_build @@ -84,6 +84,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Mon Feb 27 2023 lvfei - 0.33-1 +- upgrade to 0.33 + * Fri Dec 09 2022 liukuo - 0.32-2 - License compliance rectification