From 7016e1b5206bb3ed2fc40ea1f5bc373b3156d7a879eec20180070941648a9fbe Mon Sep 17 00:00:00 2001 From: Cristian Morales Vega Date: Sun, 26 Aug 2012 22:58:08 +0000 Subject: [PATCH] - Update to 0.4.0 * Correctly read objects with several rdf:type properties * Support writing Object Atoms as top level descriptions if subject and predicate are not given. * Fix various hyper-strict warnings * Upgrade to waf 1.7.2 - Add sratom-0.4.0-build_compare.patch to make build reproducible OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/sratom?expand=0&rev=3 --- sratom-0.2.0.tar.bz2 | 3 --- sratom-0.4.0-build_compare.patch | 13 +++++++++++++ sratom-0.4.0.tar.bz2 | 3 +++ sratom.changes | 11 +++++++++++ sratom.spec | 4 +++- 5 files changed, 30 insertions(+), 4 deletions(-) delete mode 100644 sratom-0.2.0.tar.bz2 create mode 100644 sratom-0.4.0-build_compare.patch create mode 100644 sratom-0.4.0.tar.bz2 diff --git a/sratom-0.2.0.tar.bz2 b/sratom-0.2.0.tar.bz2 deleted file mode 100644 index 81c667e..0000000 --- a/sratom-0.2.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2af86cdae1609f19207a2f21125e246b8969f2e7e690cb5aa3d5582b9907918b -size 124094 diff --git a/sratom-0.4.0-build_compare.patch b/sratom-0.4.0-build_compare.patch new file mode 100644 index 0000000..27b08e2 --- /dev/null +++ b/sratom-0.4.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/sratom-0.4.0.tar.bz2 b/sratom-0.4.0.tar.bz2 new file mode 100644 index 0000000..ed7778f --- /dev/null +++ b/sratom-0.4.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5075a4edb4e9b52075798a82eb1e53042ae61de28466ee95116fec63cef69741 +size 108964 diff --git a/sratom.changes b/sratom.changes index 757bee9..326739e 100644 --- a/sratom.changes +++ b/sratom.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Aug 26 22:46:44 UTC 2012 - reddwarf@opensuse.org + +- Update to 0.4.0 + * Correctly read objects with several rdf:type properties + * Support writing Object Atoms as top level descriptions if + subject and predicate are not given. + * Fix various hyper-strict warnings + * Upgrade to waf 1.7.2 +- Add sratom-0.4.0-build_compare.patch to make build reproducible + ------------------------------------------------------------------- Thu Aug 9 02:02:00 UTC 2012 - reddwarf@opensuse.org diff --git a/sratom.spec b/sratom.spec index e40d193..1ebef58 100644 --- a/sratom.spec +++ b/sratom.spec @@ -19,13 +19,14 @@ %define soname 0 Name: sratom -Version: 0.2.0 +Version: 0.4.0 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 @@ -54,6 +55,7 @@ Development files for libsratom. %prep %setup -q +%patch0 %build export CFLAGS='%{optflags}'