From 35f97bf97b16797eca89f62522e4db1cf133f06dd6a853a6336134258b125151 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Sun, 26 Aug 2012 21:25:24 +0000 Subject: [PATCH] - 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 --- serd-0.14.0.tar.bz2 | 3 --- serd-0.18.0-build_compare.patch | 13 +++++++++++++ serd-0.18.0.tar.bz2 | 3 +++ serd.changes | 23 +++++++++++++++++++++++ serd.spec | 4 +++- 5 files changed, 42 insertions(+), 4 deletions(-) delete mode 100644 serd-0.14.0.tar.bz2 create mode 100644 serd-0.18.0-build_compare.patch create mode 100644 serd-0.18.0.tar.bz2 diff --git a/serd-0.14.0.tar.bz2 b/serd-0.14.0.tar.bz2 deleted file mode 100644 index bd0c824..0000000 --- a/serd-0.14.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8f728436735ead9ef26e3006ea3e2ac64cdeaae64fec73b7804e586e01d76f08 -size 298512 diff --git a/serd-0.18.0-build_compare.patch b/serd-0.18.0-build_compare.patch new file mode 100644 index 0000000..27b08e2 --- /dev/null +++ b/serd-0.18.0-build_compare.patch @@ -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 diff --git a/serd-0.18.0.tar.bz2 b/serd-0.18.0.tar.bz2 new file mode 100644 index 0000000..cf6ec16 --- /dev/null +++ b/serd-0.18.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37b8641382876a8f2c25697021cfcd153bc3c6c62983590edc8df0df2dea54aa +size 283387 diff --git a/serd.changes b/serd.changes index 1fc1d69..825bcd2 100644 --- a/serd.changes +++ b/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 diff --git a/serd.spec b/serd.spec index 6418f71..2b0c586 100644 --- a/serd.spec +++ b/serd.spec @@ -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}'