Accepting request 346349 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/346349 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/serd?expand=0&rev=8
This commit is contained in:
commit
ccbe3ae621
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:64515f4f5eb27ba2ba151027a72a77672f6ee8a2a3b58991ad5c045135feabbf
|
|
||||||
size 363807
|
|
3
serd-0.22.0.tar.bz2
Normal file
3
serd-0.22.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b030287b4b75f35e6212b145648bec0be6580cc5434caa6d2fe64a38562afd2
|
||||||
|
size 340371
|
17
serd.changes
17
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
|
Mon Mar 23 01:49:40 UTC 2015 - p.drouand@gmail.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define soname 0
|
%define soname 0
|
||||||
|
|
||||||
Name: serd
|
Name: serd
|
||||||
Version: 0.20.0
|
Version: 0.22.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
|
||||||
@ -92,7 +92,7 @@ export CXXFLAGS='%{optflags}'
|
|||||||
%{_libdir}/libserd-0.so
|
%{_libdir}/libserd-0.so
|
||||||
%{_includedir}/serd-0/
|
%{_includedir}/serd-0/
|
||||||
%{_libdir}/pkgconfig/serd-0.pc
|
%{_libdir}/pkgconfig/serd-0.pc
|
||||||
%{_defaultdocdir}/serd-0/
|
#%{_defaultdocdir}/serd-0/
|
||||||
%{_mandir}/man3/*
|
#%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user