From c15038b48f486967663fcfb36c6f24937360ac7618ff7f4d3d1b98ba3540a2cb Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Tue, 8 Jan 2013 10:40:41 +0000 Subject: [PATCH] - Update to 0.18.2 * Fix crash when serd_node_new_decimal is called with infinity or NaN * Fix crash when resolving against non-standard base URIs * Fix bug that caused "a" abbreviation in non-predicate position * Disable timestamps in HTML documentation for reproducible build * Fix clashing symbol "error" in amalgamation build * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) - Remove serd-0.18.0-build_compare.patch. Applied upstream. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/serd?expand=0&rev=5 --- serd-0.18.0-build_compare.patch | 13 ------------- serd-0.18.0.tar.bz2 | 3 --- serd-0.18.2.tar.bz2 | 3 +++ serd.changes | 12 ++++++++++++ serd.spec | 8 +++----- 5 files changed, 18 insertions(+), 21 deletions(-) delete mode 100644 serd-0.18.0-build_compare.patch delete mode 100644 serd-0.18.0.tar.bz2 create mode 100644 serd-0.18.2.tar.bz2 diff --git a/serd-0.18.0-build_compare.patch b/serd-0.18.0-build_compare.patch deleted file mode 100644 index 27b08e2..0000000 --- a/serd-0.18.0-build_compare.patch +++ /dev/null @@ -1,13 +0,0 @@ -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 deleted file mode 100644 index cf6ec16..0000000 --- a/serd-0.18.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:37b8641382876a8f2c25697021cfcd153bc3c6c62983590edc8df0df2dea54aa -size 283387 diff --git a/serd-0.18.2.tar.bz2 b/serd-0.18.2.tar.bz2 new file mode 100644 index 0000000..d79550b --- /dev/null +++ b/serd-0.18.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3d8402c33fa217572d3ee936919037420fb237fb8603a7b024ab482a94eac1 +size 291053 diff --git a/serd.changes b/serd.changes index 825bcd2..06879f0 100644 --- a/serd.changes +++ b/serd.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Jan 8 11:38:10 UTC 2013 - reddwarf@opensuse.org + +- Update to 0.18.2 + * Fix crash when serd_node_new_decimal is called with infinity or NaN + * Fix crash when resolving against non-standard base URIs + * Fix bug that caused "a" abbreviation in non-predicate position + * Disable timestamps in HTML documentation for reproducible build + * Fix clashing symbol "error" in amalgamation build + * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) +- Remove serd-0.18.0-build_compare.patch. Applied upstream. + ------------------------------------------------------------------- Sun Aug 26 21:12:29 UTC 2012 - reddwarf@opensuse.org diff --git a/serd.spec b/serd.spec index 2b0c586..543b62a 100644 --- a/serd.spec +++ b/serd.spec @@ -1,7 +1,7 @@ # # spec file for package serd # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,14 +19,13 @@ %define soname 0 Name: serd -Version: 0.18.0 +Version: 0.18.2 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 @@ -59,7 +58,6 @@ Development files for libserd. %prep %setup -q -%patch0 %build export CFLAGS='%{optflags}' @@ -94,7 +92,7 @@ export CXXFLAGS='%{optflags}' %{_libdir}/libserd-0.so %{_includedir}/serd-0/ %{_libdir}/pkgconfig/serd-0.pc -%{_defaultdocdir}/serd/ +%{_defaultdocdir}/serd-0/ %{_mandir}/man3/* %changelog