Accepting request 197594 from devel:libraries:c_c++
- 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 - The minimum serd version is now 0.12.0 - The documentation directory is now versioned OBS-URL: https://build.opensuse.org/request/show/197594 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sratom?expand=0&rev=4
This commit is contained in:
commit
174d523fbb
@ -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,16 @@
|
||||
-------------------------------------------------------------------
|
||||
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
|
||||
- The minimum serd version is now 0.12.0
|
||||
- The documentation directory is now versioned
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 26 22:46:44 UTC 2012 - reddwarf@opensuse.org
|
||||
|
||||
|
10
sratom.spec
10
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,21 +19,20 @@
|
||||
%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
|
||||
BuildRequires: python-base
|
||||
BuildRequires: pkgconfig(lv2) >= 1.0.0
|
||||
BuildRequires: pkgconfig(serd-0) >= 0.14.0
|
||||
BuildRequires: pkgconfig(sord-0) >= 0.8.0
|
||||
BuildRequires: pkgconfig(sord-0) >= 0.12.0
|
||||
|
||||
%description
|
||||
A library for serialising LV2 atoms to/from RDF, particularly the Turtle syntax.
|
||||
@ -55,7 +54,6 @@ Development files for libsratom.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0
|
||||
|
||||
%build
|
||||
export CFLAGS='%{optflags}'
|
||||
@ -85,7 +83,7 @@ export CXXFLAGS='%{optflags}'
|
||||
%{_libdir}/libsratom-0.so
|
||||
%{_includedir}/sratom-0/
|
||||
%{_libdir}/pkgconfig/sratom-0.pc
|
||||
%{_defaultdocdir}/sratom/
|
||||
%{_defaultdocdir}/sratom-0/
|
||||
%{_mandir}/man3/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user