diff --git a/sord.changes b/sord.changes index 8764287..212fc8d 100644 --- a/sord.changes +++ b/sord.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Feb 26 13:42:34 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + PatchN. + +------------------------------------------------------------------- +Sun Sep 10 07:39:01 UTC 2023 - Luigi Baldoni + +- Update version for buildtime requirement + ------------------------------------------------------------------- Fri Oct 14 11:39:13 UTC 2022 - Stephan Kulow diff --git a/sord.spec b/sord.spec index 9c5df40..e4ba483 100644 --- a/sord.spec +++ b/sord.spec @@ -1,7 +1,7 @@ # # spec file for package sord # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -36,7 +36,7 @@ BuildRequires: meson BuildRequires: pcre2-devel BuildRequires: pkgconfig BuildRequires: python3 -BuildRequires: pkgconfig(serd-0) >= 0.22.4 +BuildRequires: pkgconfig(serd-0) >= 0.30.10 %description Utilities to work with RDF data. @@ -62,8 +62,7 @@ Development files for libsord. Sord is a lightweight C library for storing RDF data in memory. %prep -%setup -q -%patch0 -p1 +%autosetup -p1 %build %{meson} -Ddocs=enabled -Dtests=enabled