diff --git a/sord-0.16.10.tar.bz2 b/sord-0.16.10.tar.bz2 new file mode 100644 index 0000000..a8dd5f8 Binary files /dev/null and b/sord-0.16.10.tar.bz2 differ diff --git a/sord-0.16.8.tar.bz2 b/sord-0.16.8.tar.bz2 deleted file mode 100644 index effff70..0000000 Binary files a/sord-0.16.8.tar.bz2 and /dev/null differ diff --git a/sord.spec b/sord.spec index 562c194..d18db6b 100644 --- a/sord.spec +++ b/sord.spec @@ -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 - 0.16.10-1 +- update to 0.16.10 + * Mon Jun 13 2022 lin zhang - 0.16.8-1 - Initial Packaging