- 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
This commit is contained in:
parent
79fec65dc5
commit
7016e1b520
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2af86cdae1609f19207a2f21125e246b8969f2e7e690cb5aa3d5582b9907918b
|
||||
size 124094
|
13
sratom-0.4.0-build_compare.patch
Normal file
13
sratom-0.4.0-build_compare.patch
Normal file
@ -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
|
3
sratom-0.4.0.tar.bz2
Normal file
3
sratom-0.4.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5075a4edb4e9b52075798a82eb1e53042ae61de28466ee95116fec63cef69741
|
||||
size 108964
|
@ -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
|
||||
|
||||
|
@ -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}'
|
||||
|
Loading…
x
Reference in New Issue
Block a user