!5 update to 0.3.9

From: @wubijie123 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2022-09-21 02:52:44 +00:00 committed by Gitee
commit 6bafa76171
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 8 additions and 3 deletions

BIN
0.3.9.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: libxmlb
Version: 0.3.7
Version: 0.3.9
Release: 1
Summary: A library to help create and query binary XML blobs
License: LGPLv2+
URL: https://github.com/hughsie/libxmlb
Source0: http://people.freedesktop.org/~hughsient/releases/%{name}-%{version}.tar.xz
Source0: https://github.com/hughsie/libxmlb/archive/refs/tags/0.3.9.tar.gz
BuildRequires: glib2-devel >= 2.45.8 gobject-introspection-devel meson libuuid-devel
BuildRequires: gtk-doc libstemmer-devel shared-mime-info xz-devel python3-setuptools
@ -46,7 +46,8 @@ This package contains the development files for %{name}.
%files
%doc README.md
%license LICENSE
%{_libexecdir}/xb-tool
%{_bindir}/xb-tool
%{_mandir}/man1/xb-tool.1.gz
%{_libdir}/girepository-1.0/*.typelib
%{_libdir}/%{name}.so.2*
@ -60,8 +61,12 @@ This package contains the development files for %{name}.
%{_datadir}/*tests/%{name}
%changelog
* Thu Jul 21 2022 bijie wu <wubijie@kylinos.cn> - 0.3.9-1
- Update to 0.3.9
* Fri Apr 15 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.3.7-1
- Update to 0.3.7
* Mon Nov 25 2019 openEuler Buildteam <buildteam@openeuler.org> - 0.1.13-2
- Package init