From f5c3eec624aa89a0297a2924fb7e4632641951eb3ddf43bc2ec1483b46c97537 Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Thu, 26 Nov 2015 09:37:54 +0000 Subject: [PATCH] Accepting request 346102 from home:posophe:branches:devel:libraries:c_c++ update OBS-URL: https://build.opensuse.org/request/show/346102 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/serd?expand=0&rev=9 --- serd-0.20.0.tar.bz2 | 3 --- serd-0.22.0.tar.bz2 | 3 +++ serd.changes | 17 +++++++++++++++++ serd.spec | 6 +++--- 4 files changed, 23 insertions(+), 6 deletions(-) delete mode 100644 serd-0.20.0.tar.bz2 create mode 100644 serd-0.22.0.tar.bz2 diff --git a/serd-0.20.0.tar.bz2 b/serd-0.20.0.tar.bz2 deleted file mode 100644 index 974fad3..0000000 --- a/serd-0.20.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:64515f4f5eb27ba2ba151027a72a77672f6ee8a2a3b58991ad5c045135feabbf -size 363807 diff --git a/serd-0.22.0.tar.bz2 b/serd-0.22.0.tar.bz2 new file mode 100644 index 0000000..0fe1493 --- /dev/null +++ b/serd-0.22.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b030287b4b75f35e6212b145648bec0be6580cc5434caa6d2fe64a38562afd2 +size 340371 diff --git a/serd.changes b/serd.changes index 5452ff8..1721a6e 100644 --- a/serd.changes +++ b/serd.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Tue Nov 24 18:45:34 UTC 2015 - p.drouand@gmail.com + +- Update to version 0.22.0 + * Remove dependence on fmax() to avoid portability issues + * Fix serd_reader_read_file() for URIs with escaped characters (spaces) + * Add serd_reader_set_strict() and -l (lax) option to serdi to tolerate + parsing URIs with escaped characters + * Fix reading statements ending with a blank then dot with no space + * Fix clash resolution when a blank node ID prefix is set + * Fix serializing fractional decimals that would round up + * Add support for Turtle named inline nodes extension + * Report errors for invalid IRI characters and missing terminators + * Show serdi errors in standard format + * Fix warnings when building with ISO C++ compilers + * Upgrade to waf 1.8.14 + ------------------------------------------------------------------- Mon Mar 23 01:49:40 UTC 2015 - p.drouand@gmail.com diff --git a/serd.spec b/serd.spec index b1d02e4..1d4678d 100644 --- a/serd.spec +++ b/serd.spec @@ -19,7 +19,7 @@ %define soname 0 Name: serd -Version: 0.20.0 +Version: 0.22.0 Release: 0 Summary: A lightweight C library for RDF syntax License: ISC @@ -92,7 +92,7 @@ export CXXFLAGS='%{optflags}' %{_libdir}/libserd-0.so %{_includedir}/serd-0/ %{_libdir}/pkgconfig/serd-0.pc -%{_defaultdocdir}/serd-0/ -%{_mandir}/man3/* +#%{_defaultdocdir}/serd-0/ +#%{_mandir}/man3/* %changelog