diff --git a/0.1.21.tar.gz b/0.1.22.tar.gz similarity index 39% rename from 0.1.21.tar.gz rename to 0.1.22.tar.gz index 8c34399dc6b2562c69c2e96fc4d37949d64ba703..75c6805ad01607618c850b31223c69fbaf090ca2 100644 Binary files a/0.1.21.tar.gz and b/0.1.22.tar.gz differ diff --git a/libcomps.spec b/libcomps.spec index 3b9cc054082356f854e9910ad8af078b2211601b..11d3467553fa94d585ca0a25fb629549de3809bf 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -1,6 +1,6 @@ Name: libcomps -Version: 0.1.21 -Release: 2 +Version: 0.1.22 +Release: 1 Summary: Comps XML file manipulation library License: GPL-2.0-or-later URL: https://github.com/rpm-software-management/libcomps @@ -45,8 +45,8 @@ Python3 bindings for libcomps library. %build %cmake -S libcomps -DPYTHON_DESIRED:STRING=3 %cmake_build -%cmake_build --target docs -%cmake_build --target pydocs +%cmake_build -t docs +%cmake_build -t pydocs %install %cmake_install @@ -54,10 +54,8 @@ Python3 bindings for libcomps library. mv %{__cmake_builddir}/src/python/docs/html %{__cmake_builddir}/src/python/docs/pydocs-html %check -pushd %{__cmake_builddir} -make test -make pytest -popd +%cmake_build -t test +%cmake_build -t pytest %files %license COPYING @@ -78,6 +76,9 @@ popd %{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info %changelog +* Tue Aug 19 2025 Funda Wang - 0.1.22-1 +- update to 0.1.22 + * Fri Nov 08 2024 Funda Wang - 0.1.21-2 - adopt to new cmake macro