Accepting request 903988 from home:dirkmueller:Factory

- 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

OBS-URL: https://build.opensuse.org/request/show/903988
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/serd?expand=0&rev=29
This commit is contained in:
Simon Lees 2021-07-05 05:36:04 +00:00 committed by Git OBS Bridge
parent f9009e5c8d
commit e99f2fc4dc
4 changed files with 26 additions and 8 deletions

3
serd-0.30.10.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:affa80deec78921f86335e6fc3f18b80aefecf424f6a5755e9f2fa0eb0710edf
size 586386

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5a2c74c659d8b318059068f135a43a3771491c367b6947e053a713b23cd37ef
size 609365

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Jul 4 19:53:19 UTC 2021 - Dirk Müller <dmueller@suse.com>
- 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 <dmueller@suse.com>

View File

@ -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