Accepting request 147501 from devel:libraries:c_c++
- Update to 0.18.2 * Fix crash when serd_node_new_decimal is called with infinity or NaN * Fix crash when resolving against non-standard base URIs * Fix bug that caused "a" abbreviation in non-predicate position * Disable timestamps in HTML documentation for reproducible build * Fix clashing symbol "error" in amalgamation build * Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory) - Remove serd-0.18.0-build_compare.patch. Applied upstream. OBS-URL: https://build.opensuse.org/request/show/147501 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/serd?expand=0&rev=3
This commit is contained in:
commit
fdb34ebbe1
@ -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:37b8641382876a8f2c25697021cfcd153bc3c6c62983590edc8df0df2dea54aa
|
|
||||||
size 283387
|
|
3
serd-0.18.2.tar.bz2
Normal file
3
serd-0.18.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8e3d8402c33fa217572d3ee936919037420fb237fb8603a7b024ab482a94eac1
|
||||||
|
size 291053
|
12
serd.changes
12
serd.changes
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 8 11:38:10 UTC 2013 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
- Update to 0.18.2
|
||||||
|
* Fix crash when serd_node_new_decimal is called with infinity or NaN
|
||||||
|
* Fix crash when resolving against non-standard base URIs
|
||||||
|
* Fix bug that caused "a" abbreviation in non-predicate position
|
||||||
|
* Disable timestamps in HTML documentation for reproducible build
|
||||||
|
* Fix clashing symbol "error" in amalgamation build
|
||||||
|
* Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory)
|
||||||
|
- Remove serd-0.18.0-build_compare.patch. Applied upstream.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Aug 26 21:12:29 UTC 2012 - reddwarf@opensuse.org
|
Sun Aug 26 21:12:29 UTC 2012 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package serd
|
# spec file for package serd
|
||||||
#
|
#
|
||||||
# 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: serd
|
Name: serd
|
||||||
Version: 0.18.0
|
Version: 0.18.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A lightweight C library for RDF syntax
|
Summary: A lightweight C library for RDF syntax
|
||||||
License: ISC
|
License: ISC
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://drobilla.net/software/serd/
|
Url: http://drobilla.net/software/serd/
|
||||||
Source0: http://download.drobilla.net/serd-%{version}.tar.bz2
|
Source0: http://download.drobilla.net/serd-%{version}.tar.bz2
|
||||||
Patch0: serd-0.18.0-build_compare.patch
|
|
||||||
BuildRequires: doxygen
|
BuildRequires: doxygen
|
||||||
BuildRequires: graphviz
|
BuildRequires: graphviz
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
@ -59,7 +58,6 @@ Development files for libserd.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch0
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export CFLAGS='%{optflags}'
|
export CFLAGS='%{optflags}'
|
||||||
@ -94,7 +92,7 @@ export CXXFLAGS='%{optflags}'
|
|||||||
%{_libdir}/libserd-0.so
|
%{_libdir}/libserd-0.so
|
||||||
%{_includedir}/serd-0/
|
%{_includedir}/serd-0/
|
||||||
%{_libdir}/pkgconfig/serd-0.pc
|
%{_libdir}/pkgconfig/serd-0.pc
|
||||||
%{_defaultdocdir}/serd/
|
%{_defaultdocdir}/serd-0/
|
||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user