Accepting request 292521 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/292521 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/serd?expand=0&rev=7
This commit is contained in:
commit
403a127dbc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8e3d8402c33fa217572d3ee936919037420fb237fb8603a7b024ab482a94eac1
|
|
||||||
size 291053
|
|
3
serd-0.20.0.tar.bz2
Normal file
3
serd-0.20.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:64515f4f5eb27ba2ba151027a72a77672f6ee8a2a3b58991ad5c045135feabbf
|
||||||
|
size 363807
|
14
serd.changes
14
serd.changes
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
Tue Jan 8 11:38:10 UTC 2013 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package serd
|
# spec file for package serd
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define soname 0
|
%define soname 0
|
||||||
|
|
||||||
Name: serd
|
Name: serd
|
||||||
Version: 0.18.2
|
Version: 0.20.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A lightweight C library for RDF syntax
|
Summary: A lightweight C library for RDF syntax
|
||||||
License: ISC
|
License: ISC
|
||||||
|
Loading…
x
Reference in New Issue
Block a user