diff --git a/serd-0.30.10.tar.bz2 b/serd-0.30.10.tar.bz2 new file mode 100644 index 0000000..2c1a2fe --- /dev/null +++ b/serd-0.30.10.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:affa80deec78921f86335e6fc3f18b80aefecf424f6a5755e9f2fa0eb0710edf +size 586386 diff --git a/serd-0.30.6.tar.bz2 b/serd-0.30.6.tar.bz2 deleted file mode 100644 index 9126f3b..0000000 --- a/serd-0.30.6.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f5a2c74c659d8b318059068f135a43a3771491c367b6947e053a713b23cd37ef -size 609365 diff --git a/serd.changes b/serd.changes index c0ba74c..d680d6b 100644 --- a/serd.changes +++ b/serd.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Sun Jul 4 19:53:19 UTC 2021 - Dirk Müller + +- update to 0.30.10: + * Add fallback configuration if documentation theme is unavailable + * Fix SERD_DISABLE_DEPRECATED + * Fix building for older MacOS versions on newer MacOS + * Fix documentation installation directory + * Deprecate serd_uri_to_path() + * Don't install API man pages + * Fix potential memory error when serialising URIs + * Move headers to an include directory + * Refuse to write relative URI references to NTriples + * Remove the need for a generated configuration header + * Remove use of C character class functions that may use locale + * Split up and reorganize unit tests + * Use aligned allocation via C11 or Windows API where possible + ------------------------------------------------------------------- Mon Sep 28 16:42:06 UTC 2020 - Dirk Mueller diff --git a/serd.spec b/serd.spec index 23500a5..55061ef 100644 --- a/serd.spec +++ b/serd.spec @@ -1,7 +1,7 @@ # # spec file for package serd # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,18 +18,18 @@ %define sover 0 Name: serd -Version: 0.30.6 +Version: 0.30.10 Release: 0 Summary: A lightweight C library for RDF syntax License: ISC Group: Development/Libraries/C and C++ -URL: http://drobilla.net/software/serd/ +URL: https://drobilla.net/software/serd/ Source0: http://download.drobilla.net/serd-%{version}.tar.bz2 Source1: baselibs.conf BuildRequires: doxygen BuildRequires: graphviz BuildRequires: pkgconfig -BuildRequires: python3-base +BuildRequires: python3-Sphinx %description A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples. @@ -95,9 +95,9 @@ rm -rf %{buildroot}%{_docdir}/serd-0/html %{_libdir}/libserd-0.so.%{sover}* %files devel +%doc %{_docdir}/serd-0 %{_libdir}/libserd-0.so %{_includedir}/serd-0/ %{_libdir}/pkgconfig/serd-0.pc -%{_mandir}/man3/serd.3%{?ext_man} %changelog