From e08d372c66b055fa5e5e9d9f5967d1ccdcaad346a922ffd3cb54d0ebb46af178 Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Thu, 5 Sep 2013 20:55:51 +0000 Subject: [PATCH] - Update to 0.4.2 * Fix serialisation of nested tuples * Fix memory leaks * Use new sord API to clean up and shrink code * Disable timestamps in HTML documentation for reproducible build * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory) - Remove sratom-0.4.0-build_compare.patch, applied upstream OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sratom?expand=0&rev=5 --- sratom-0.4.0-build_compare.patch | 13 ------------- sratom-0.4.0.tar.bz2 | 3 --- sratom-0.4.2.tar.bz2 | 3 +++ sratom.changes | 11 +++++++++++ sratom.spec | 6 ++---- 5 files changed, 16 insertions(+), 20 deletions(-) delete mode 100644 sratom-0.4.0-build_compare.patch delete mode 100644 sratom-0.4.0.tar.bz2 create mode 100644 sratom-0.4.2.tar.bz2 diff --git a/sratom-0.4.0-build_compare.patch b/sratom-0.4.0-build_compare.patch deleted file mode 100644 index 27b08e2..0000000 --- a/sratom-0.4.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/sratom-0.4.0.tar.bz2 b/sratom-0.4.0.tar.bz2 deleted file mode 100644 index ed7778f..0000000 --- a/sratom-0.4.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5075a4edb4e9b52075798a82eb1e53042ae61de28466ee95116fec63cef69741 -size 108964 diff --git a/sratom-0.4.2.tar.bz2 b/sratom-0.4.2.tar.bz2 new file mode 100644 index 0000000..018d842 --- /dev/null +++ b/sratom-0.4.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7154c92e6e0d35059ca163cdbc66ede1aa102e4525bf8a86f9d9256aa7d5259a +size 119800 diff --git a/sratom.changes b/sratom.changes index 326739e..e9a7541 100644 --- a/sratom.changes +++ b/sratom.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu Sep 5 20:54:44 UTC 2013 - reddwarf@opensuse.org + +- Update to 0.4.2 + * Fix serialisation of nested tuples + * Fix memory leaks + * Use new sord API to clean up and shrink code + * Disable timestamps in HTML documentation for reproducible build + * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory) +- Remove sratom-0.4.0-build_compare.patch, applied upstream + ------------------------------------------------------------------- Sun Aug 26 22:46:44 UTC 2012 - reddwarf@opensuse.org diff --git a/sratom.spec b/sratom.spec index 1ebef58..2f535ac 100644 --- a/sratom.spec +++ b/sratom.spec @@ -1,7 +1,7 @@ # # spec file for package sratom # -# 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: sratom -Version: 0.4.0 +Version: 0.4.2 Release: 0 Summary: A library for serialising LV2 atoms to/from RDF License: ISC Group: System/Libraries Url: http://drobilla.net/software/sratom/ Source0: http://download.drobilla.net/sratom-%{version}.tar.bz2 -Patch0: sratom-0.4.0-build_compare.patch BuildRequires: doxygen BuildRequires: graphviz BuildRequires: pkg-config @@ -55,7 +54,6 @@ Development files for libsratom. %prep %setup -q -%patch0 %build export CFLAGS='%{optflags}'