diff --git a/python-xcffib.spec b/python-xcffib.spec index 78d23db3d40dabd89aca87f17b4e74cfa391aa12..75e3e11d5fe55e1c6a76c44ed14c6dda1fa2b7ce 100644 --- a/python-xcffib.spec +++ b/python-xcffib.spec @@ -1,7 +1,7 @@ %global srcname xcffib Name: python-xcffib -Version: 1.9.0 +Version: 1.10.0 Release: 1 Summary: A drop in replacement for xpyb, an XCB python binding License: ASL 2.0 @@ -40,10 +40,10 @@ the 29 (xprint and xkb are missing) X extensions in 1.10. %autosetup -n xcffib-%{version} %build -%py3_build +%pyproject_build %install -%py3_install +%pyproject_install %files -n python3-xcffib %doc LICENSE @@ -52,6 +52,10 @@ the 29 (xprint and xkb are missing) X extensions in 1.10. %{python3_sitelib}/xcffib*.egg-info %changelog +* Tue Sep 09 2025 xiejing - 1.10.0-1 +- Update package to version 1.10.0 +- Use free() symbol from libc instead of the libxcb reference + * Thu Jul 31 2025 wangkai <13474090681@163.com> - 1.9.0-1 - Update package to version 1.9.0 diff --git a/xcffib-1.10.0.tar.gz b/xcffib-1.10.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..bdf658432a78c76710eba78923e298d755c2fb03 Binary files /dev/null and b/xcffib-1.10.0.tar.gz differ diff --git a/xcffib-1.9.0.tar.gz b/xcffib-1.9.0.tar.gz deleted file mode 100644 index 68fae014808eb92bc3082e3cddd207f099ce5b10..0000000000000000000000000000000000000000 Binary files a/xcffib-1.9.0.tar.gz and /dev/null differ