!11 update to 0.1.18

From: @wangchen2020 
Reviewed-by: @xiezhipeng1 
Signed-off-by: @xiezhipeng1
This commit is contained in:
openeuler-ci-bot 2022-02-15 03:39:19 +00:00 committed by Gitee
commit a81d194703
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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