Hello community, here is the log from the commit of package serd for openSUSE:Factory checked in at 2012-08-27 16:56:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/serd (Old) and /work/SRC/openSUSE:Factory/.serd.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "serd", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/serd/serd.changes 2012-08-13 14:45:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.serd.new/serd.changes 2012-08-27 16:56:48.000000000 +0200 @@ -1,0 +2,23 @@ +Sun Aug 26 21:12:29 UTC 2012 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- serd-0.14.0.tar.bz2 New: ---- serd-0.18.0-build_compare.patch serd-0.18.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ serd.spec ++++++ --- /var/tmp/diff_new_pack.Upsjsy/_old 2012-08-27 16:56:54.000000000 +0200 +++ /var/tmp/diff_new_pack.Upsjsy/_new 2012-08-27 16:56:54.000000000 +0200 @@ -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 @@ %prep %setup -q +%patch0 %build export CFLAGS='%{optflags}' ++++++ serd-0.18.0-build_compare.patch ++++++ 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 ++++++ serd-0.14.0.tar.bz2 -> serd-0.18.0.tar.bz2 ++++++ ++++ 2606 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
