Dave Plater 2015-12-16 05:16:21 +00:00 committed by Git OBS Bridge
parent 7274d939e5
commit a3d6fa10a4
4 changed files with 73 additions and 7 deletions

View File

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

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

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

View File

@ -1,3 +1,69 @@
-------------------------------------------------------------------
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
- Update to version 0.20.0
* Support new RDF 1.1 Turtle
* Don't write xsd:decimal literals to Turtle bare if they would not be read
back with the same type
* Fix possible crash in serd_writer_end_anon() when writing invalid lists
* Generate blank names like _:b1 and _:B2 not _:genid1 _:docid2
* Correctly handle posix_memalign failure
* Fix const-correctness violation for reader input string
* Add -lm to pkg-config libs
* Update to waf 1.7.14
-------------------------------------------------------------------
Tue Jan 8 11:38:10 UTC 2013 - reddwarf@opensuse.org
- Update to 0.18.2
* Fix crash when serd_node_new_decimal is called with infinity or NaN
* Fix crash when resolving against non-standard base URIs
* Fix bug that caused "a" abbreviation in non-predicate position
* Disable timestamps in HTML documentation for reproducible build
* Fix clashing symbol "error" in amalgamation build
* Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)
- Remove serd-0.18.0-build_compare.patch. Applied upstream.
-------------------------------------------------------------------
Sun Aug 26 21:12:29 UTC 2012 - reddwarf@opensuse.org
- Update to 0.18.0
* Support digits at start of local names as per new Turtle
grammar
* Add incremental read interface suitable for reading from
infinite streams
* Add -e option to serdi to use incremental reading
* Add error callback to reader and writer for custom error
reporting
* Add -q option to serdi to suppress all non-data
output, e.g. errors
* Reset indent when finishing a write
* Report write size correctly when invalid UTF-8 is encountered
and a replacement character is written
* Strip down API documentation to a single clean page
* Fix various hyper-strict warnings
* Do not require a C++ compiler to build
* Add option to build utilities as static binaries
* Upgrade to waf 1.7.2
- Add serd-0.18.0-build_compare.patch to make build reproducible
-------------------------------------------------------------------
Wed Aug 8 22:29:36 UTC 2012 - reddwarf@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package serd
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%define soname 0
Name: serd
Version: 0.14.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/
%{_mandir}/man3/*
#%{_defaultdocdir}/serd-0/
#%{_mandir}/man3/*
%changelog