diff --git a/0.1.18.tar.gz b/0.1.19.tar.gz similarity index 39% rename from 0.1.18.tar.gz rename to 0.1.19.tar.gz index 9bd727f37c5f947bc71a1f4ccf5fa117c330f741..21a3f77b945c71dbf68b32e225a1617ed7db3ba8 100644 Binary files a/0.1.18.tar.gz and b/0.1.19.tar.gz differ diff --git a/libcomps.spec b/libcomps.spec index 96839983e93c4c18fac49125c833d112a9482ec0..2967dcc9f53ab469bac4623065dfc592e678007c 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -1,8 +1,8 @@ -%define anolis_release 2 +%define anolis_release 1 %define __cmake_in_source_build 1 Name: libcomps -Version: 0.1.18 +Version: 0.1.19 Release: %{anolis_release}%{?dist} Summary: Comps XML file manipulation library @@ -50,7 +50,7 @@ Documentation files for python bindings libcomps library. %package -n python3-%{name} Summary: Python 3 bindings for libcomps library BuildRequires: python3-devel -BuildRequires: make +BuildRequires: make %{?python_provide:%python_provide python3-%{name}} Requires: %{name} = %{version}-%{release} Obsoletes: platform-python-%{name} < %{version}-%{release} @@ -120,6 +120,9 @@ popd %{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info %changelog +* Thu Feb 16 2023 chen_yu_ao - 0.1.19-1 +- update version to 0.1.19 + * Tue Oct 25 2022 mgb01105731 - 0.1.18-2 - optimise spec file