!2 Update to 0.16.10

From: @dwl301 
Reviewed-by: @small_leek 
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2023-02-02 11:57:02 +00:00 committed by Gitee
commit 1c910218c5
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 5 additions and 3 deletions

BIN
sord-0.16.10.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -2,14 +2,12 @@
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
Name: sord
Version: 0.16.8
Version: 0.16.10
Release: 1
Summary: A lightweight Resource Description Framework (RDF) C library
License: ISC
URL: http://drobilla.net/software/sord/
Source0: http://download.drobilla.net/%{name}-%{version}.tar.bz2
# This fixes a potential BTree crash with GCC 10, patch from upstream
Patch0: %{name}-update-zix.patch
BuildRequires: boost-devel
BuildRequires: doxygen
@ -19,6 +17,7 @@ BuildRequires: python3
BuildRequires: serd-devel >= 0.30.0
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: pcre-devel
%description
%{name} is a lightweight C library for storing Resource Description
@ -79,5 +78,8 @@ install -pm 644 AUTHORS NEWS README.md %{buildroot}%{_pkgdocdir}
%{_mandir}/man3/%{name}*.3*
%changelog
* Mon Jan 02 2023 lin zhang <lin.zhang@turbolinux.com.cn> - 0.16.10-1
- update to 0.16.10
* Mon Jun 13 2022 lin zhang <lin.zhang@turbolinux.com.cn> - 0.16.8-1
- Initial Packaging