update to 0.1.18

This commit is contained in:
wangchen2020 2021-12-31 14:25:46 +08:00
parent b8ab69ef6f
commit 2ab0f514f2
3 changed files with 9 additions and 3 deletions

BIN
0.1.18.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libcomps
Version: 0.1.15
Version: 0.1.18
Release: 1
Summary: Comps XML file manipulation library
License: GPLv2+
URL: https://github.com/rpm-software-management/libcomps
Source0: %{url}/archive/%{name}-%{version}/%{name}-%{version}.tar.gz
Source0: %{url}/archive/refs/tags/%{version}.tar.gz
BuildRequires: gcc gcc-c++ cmake zlib-devel libxml2-devel check-devel expat-devel
@ -40,7 +40,7 @@ Obsoletes: platform-python-%{name} < %{version}-%{release}
Python3 bindings for libcomps library.
%prep
%autosetup -n %{name}-%{name}-%{version} -p1
%autosetup -n %{name}-%{version} -p1
%build
mkdir build-py3
@ -89,6 +89,12 @@ popd
%{python3_sitearch}/%{name}-%{version}-py%{python3_version}.egg-info
%changelog
* Fri Dec 31 2021 wangchen <wangchen137@huawei.com> - 0.1.18-1
- Type:requirement
- ID:NA
- SUG:NA
- DESC:update to 0.1.18
* Tue Apr 28 2020 zhouyihang <zhouyihang3@huawei.com> - 0.1.15-1
- Type:requirement
- ID:NA