- 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
This commit is contained in:
parent
7016e1b520
commit
e08d372c66
@ -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
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5075a4edb4e9b52075798a82eb1e53042ae61de28466ee95116fec63cef69741
|
|
||||||
size 108964
|
|
3
sratom-0.4.2.tar.bz2
Normal file
3
sratom-0.4.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7154c92e6e0d35059ca163cdbc66ede1aa102e4525bf8a86f9d9256aa7d5259a
|
||||||
|
size 119800
|
@ -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
|
Sun Aug 26 22:46:44 UTC 2012 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sratom
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,14 +19,13 @@
|
|||||||
%define soname 0
|
%define soname 0
|
||||||
|
|
||||||
Name: sratom
|
Name: sratom
|
||||||
Version: 0.4.0
|
Version: 0.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A library for serialising LV2 atoms to/from RDF
|
Summary: A library for serialising LV2 atoms to/from RDF
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://drobilla.net/software/sratom/
|
Url: http://drobilla.net/software/sratom/
|
||||||
Source0: http://download.drobilla.net/sratom-%{version}.tar.bz2
|
Source0: http://download.drobilla.net/sratom-%{version}.tar.bz2
|
||||||
Patch0: sratom-0.4.0-build_compare.patch
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -55,7 +54,6 @@ Development files for libsratom.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS='%{optflags}'
|
export CFLAGS='%{optflags}'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user