diff --git a/.files b/.files index ebae575..6365772 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 70bfa43..6eea93b 100644 --- a/.rev +++ b/.rev @@ -7,4 +7,12 @@ I want to maintain python-pywlroots in opensuse:Factory 990313 + + 07df71023a9820c157c185f9ea567ac2 + 0.15.19 + + dimstar_suse + Automatic submission by obs-autosubmit + 999526 + diff --git a/python-pywlroots.changes b/python-pywlroots.changes index 29f1e1a..ee1fed4 100644 --- a/python-pywlroots.changes +++ b/python-pywlroots.changes @@ -1,4 +1,14 @@ ------------------------------------------------------------------- +Sat Aug 20 07:10:19 UTC 2022 - Soc Virnyl Estela + +- Update to version 0.15.19: + * [bindgen] wlr_viewporter + * Bump version of wayland used for testing + * Skip header check for auto-generated line + * Wrap input inhibitor active client in pywayland client + * Update pywayland minimum version + +------------------------------------------------------------------- Tue Jul 19 02:43:03 UTC 2022 - John Vandenberg - Add runtime dependencies python-pywayland & python-xkbcommon diff --git a/python-pywlroots.spec b/python-pywlroots.spec index 21a0f99..60c2c31 100644 --- a/python-pywlroots.spec +++ b/python-pywlroots.spec @@ -18,7 +18,7 @@ %bcond_without test Name: python-pywlroots -Version: 0.15.18 +Version: 0.15.19 Release: 0 Summary: Python binding to the wlroots library using cffi License: NCSA @@ -27,19 +27,19 @@ URL: https://github.com/flacjacket/pywlroots Source0: https://files.pythonhosted.org/packages/source/p/pywlroots/pywlroots-%{version}.tar.gz Source1: python-pywlroots-rpmlintrc Patch0: fix-include-paths.patch -BuildRequires: fdupes -BuildRequires: libwlroots10 -BuildRequires: python-rpm-macros -BuildRequires: %{pythons} -BuildRequires: %{python_module devel} BuildRequires: %{python_module cffi} +BuildRequires: %{python_module devel} BuildRequires: %{python_module distutils-extra} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} -BuildRequires: %{python_module pywayland} +BuildRequires: %{python_module pywayland >= 0.4.14} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} BuildRequires: %{python_module xkbcommon} +BuildRequires: %{pythons} +BuildRequires: fdupes +BuildRequires: libwlroots10 +BuildRequires: python-rpm-macros BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(wlroots) BuildRequires: pkgconfig(xkbcommon) diff --git a/pywlroots-0.15.18.tar.gz b/pywlroots-0.15.18.tar.gz deleted file mode 120000 index f1acd40..0000000 --- a/pywlroots-0.15.18.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreideuwanffdlq7447vb7gbihgyjt4r454xspbcr3lnt2tmy7ghozme \ No newline at end of file diff --git a/pywlroots-0.15.19.tar.gz b/pywlroots-0.15.19.tar.gz new file mode 120000 index 0000000..2dea051 --- /dev/null +++ b/pywlroots-0.15.19.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreiakd4oxjx2j6espbxviydap63ac224wagaeqp63asmiapewcac6cu \ No newline at end of file