Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libserd-0-0 | Distribution: SUSE Linux Framework One |
Version: 0.30.16 | Vendor: SUSE LLC <https://www.suse.com/> |
Release: slfo.1.1.7 | Build date: Mon Aug 26 12:56:09 2024 |
Group: System/Libraries | Build host: h02-armsrv3 |
Size: 148193 | Source RPM: serd-0.30.16-slfo.1.1.7.src.rpm |
Packager: https://www.suse.com/ | |
Url: https://drobilla.net/software/serd.html | |
Summary: A lightweight C library for RDF syntax |
A lightweight C library for RDF syntax which supports reading and writing Turtle and NTriples.
ISC
* Mon Dec 26 2022 kv@kott.no-ip.biz - Update to 0.30.16 * Switch to meson * Add html documentation do devel 0.30.16 changes: * Add SERD_STATIC to pkg-config Cflags for static-only builds * Adopt REUSE machine-readable licensing standard * Allow programs to be used from subproject * Fix spelling mistake in serdi man page 0.30.14 changes: * Fix memory consumption when reading documents * Switch to Meson build system * Update README and project metadata - Installation path fix for documents: 001-serd-docdir.patch * Sat Jun 18 2022 dmueller@suse.com - update to 0.30.12: * Fix warnings and build issues with clang 13 and VS 2019 * Fix writing long literals with triple quotes * Improve documentation style * Support combining several BSD-style command line flags in serdi * Write statements with invalid URI characters in lax mode * Sun Aug 29 2021 davejplater@gmail.com - Disabled doc build and test for Leap build * Sun Jul 04 2021 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 2020 dmueller@suse.com - update to 0.30.6: * Fix various minor warnings and other code quality issues * Improve reader error handling * Make all free functions tolerant of NULL * Parse prefixed names more strictly * Tue May 26 2020 geekosdaw@gmail.com - Updated to version 0.30.4 * Thu Apr 16 2020 mpluskal@suse.com - Update to version 0.30.2: * Fix GCC 4 build * Fix colliding blank nodes when parsing TriG * Fix missing parse error messages * Fix parsing "a" abbreviation without padding whitespace * Fix parsing TriG graphs with several squashed trailing dots * Fix resolving some URIs against base URIs with no trailing slash * Improve build system and CI integration * Improve documentation * Fri Sep 21 2018 olaf@aepfle.de - Use -std=gnu99 to fix compilation of bogus C code * Fri Aug 24 2018 tchvatal@suse.com - Update to 0.30.0: * Update bundled waf to 2.0.9 * Fix various typos in comments * Various fixes in the testsuite * Mon Jan 08 2018 tchvatal@suse.com - Tweak a bit more py3 dep to not pull whole python but just base - Fix group on one of the subpkgs * Fri Jan 05 2018 davejplater@gmail.com - Remove python-base dependency and change headers in python scripts to python3 * Thu Nov 02 2017 mpluskal@suse.com - Update to version 0.28.0: * Add support for reading from a user provided callback * Add serd_node_from_substring() * Fix strict parsing of abolute URI schemes * Fix parsing of hex escapes in file URIs (thanks Johannes Mueller) * Gracefully handle applications that write corrupt UTF-8 * Fix hangs when reading corrupt UTF-8 * Add support for TriG and NQuads * Add support for braindead SPARQL PREFIX and BASE directives * Add serd_node_new_relative_uri() * Fix construction and comparison of URIs with UTF-8 characters * Report I/O errors with message and return appropriate status code * Report missing statement separator errors * Fix potential out of bounds read * Fix unaligned memory access, undefined behaviour which breaks on ARM * Fix documentation generation * Update serdi man page - Use python3 - Run spec-cleaner - Rename devel subpackage - Run tests during build * Mon Jan 30 2017 jengelh@inai.de - Fix mismatching RPM group - Rename soname macro to sover as it does not contain a name * Thu Jan 12 2017 olaf@aepfle.de - Add baselibs.conf for gstreamer-plugins-bad-32bit * Wed Dec 16 2015 olaf@aepfle.de - Add BuildRoot: for SLE_11 * Tue Nov 24 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 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 08 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 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 08 2012 reddwarf@opensuse.org - First version of the package
/usr/lib64/libserd-0.so.0 /usr/lib64/libserd-0.so.0.30.16 /usr/share/doc/packages/libserd-0-0 /usr/share/doc/packages/libserd-0-0/AUTHORS /usr/share/doc/packages/libserd-0-0/NEWS /usr/share/doc/packages/libserd-0-0/README.md /usr/share/licenses/libserd-0-0 /usr/share/licenses/libserd-0-0/COPYING
Generated by rpm2html 1.8.1
Fabrice Bellet, Sat Oct 12 00:04:34 2024