Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| b755c6af60 | |||
| 85a3a5701b |
BIN
serd-0.32.4.tar.xz
LFS
BIN
serd-0.32.4.tar.xz
LFS
Binary file not shown.
3
serd-0.32.6.tar.xz
Normal file
3
serd-0.32.6.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0fbe094952fe176ba4da4f2f767ddfb5f60e67e64d1761b4383a0b872cfd071a
|
||||
size 175956
|
||||
18
serd.changes
18
serd.changes
@@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 10 08:21:49 UTC 2025 - Konstantin Voinov <kv@kott.no-ip.biz>
|
||||
|
||||
- update to 0.32.6
|
||||
* Avoid over-use of yielding meson options
|
||||
* Drop graphs when writing Turtle output
|
||||
* Eliminate recursion in the writer
|
||||
* Fix handling of bad predicates in anonymous blank nodes
|
||||
* Fix handling of some invalid EOF cases in lax mode
|
||||
* Fix indentation of named objects after anonymous objects
|
||||
* Fix indentation when ending anonymous nodes with many objects
|
||||
* Fix invalid characters in error messages
|
||||
* Fix reading numbers with no space before the final dot
|
||||
* Fix reading prefix names that start with "true." or "false."
|
||||
* Refuse to write incoherent statements
|
||||
* Remove project and version number from man page OS field
|
||||
* Write a blank line between statements and Turtle/TriG directives
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 5 17:06:10 UTC 2025 - Luigi Baldoni <aloisio@gmx.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package serd
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
# Copyright (c) 2025 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -22,7 +22,7 @@
|
||||
%define with_docs 1
|
||||
%endif
|
||||
Name: serd
|
||||
Version: 0.32.4
|
||||
Version: 0.32.6
|
||||
Release: 0
|
||||
Summary: A lightweight C library for RDF syntax
|
||||
License: ISC
|
||||
|
||||
Reference in New Issue
Block a user