- 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 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/serd?expand=0&rev=3
This commit is contained in:
parent
7004e54710
commit
35f97bf97b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8f728436735ead9ef26e3006ea3e2ac64cdeaae64fec73b7804e586e01d76f08
|
||||
size 298512
|
13
serd-0.18.0-build_compare.patch
Normal file
13
serd-0.18.0-build_compare.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Index: doc/reference.doxygen.in
|
||||
===================================================================
|
||||
--- doc/reference.doxygen.in.orig
|
||||
+++ doc/reference.doxygen.in
|
||||
@@ -939,7 +939,7 @@ HTML_COLORSTYLE_GAMMA = 80
|
||||
# page will contain the date and time when the page was generated. Setting
|
||||
# this to NO can help when comparing the output of multiple runs.
|
||||
|
||||
-HTML_TIMESTAMP = YES
|
||||
+HTML_TIMESTAMP = NO
|
||||
|
||||
# If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
|
||||
# documentation will contain sections that can be hidden and shown after the
|
3
serd-0.18.0.tar.bz2
Normal file
3
serd-0.18.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:37b8641382876a8f2c25697021cfcd153bc3c6c62983590edc8df0df2dea54aa
|
||||
size 283387
|
23
serd.changes
23
serd.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
|
||||
|
@ -19,13 +19,14 @@
|
||||
%define soname 0
|
||||
|
||||
Name: serd
|
||||
Version: 0.14.0
|
||||
Version: 0.18.0
|
||||
Release: 0
|
||||
Summary: A lightweight C library for RDF syntax
|
||||
License: ISC
|
||||
Group: System/Libraries
|
||||
Url: http://drobilla.net/software/serd/
|
||||
Source0: http://download.drobilla.net/serd-%{version}.tar.bz2
|
||||
Patch0: serd-0.18.0-build_compare.patch
|
||||
BuildRequires: doxygen
|
||||
BuildRequires: graphviz
|
||||
BuildRequires: pkg-config
|
||||
@ -58,6 +59,7 @@ Development files for libserd.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
|
||||
%build
|
||||
export CFLAGS='%{optflags}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user