Accepting request 139138 from devel:libraries:c_c++

- Remove sord-0.8.0-no_g++.patch, applied upstream
- Update to 0.10.4
  * Implement better data type validation in sord_validate conformant with
    the XSD and OWL specifications
  * Fix memory leaks in sord_validate
  * Install sord_validate man page
  * Disable timestamps in HTML documentation for reproducible build
  * Add error callback to world for custom error reporting
  * Performance and space (per node) improvements
  * SSE4.2 accelerated hashing for node interning, where available
  * Make all 'zix' symbols private to avoid symbol clashes in static builds
  * Remove problematic "Loaded n statements" output from serdi
  * Strip down API documentation to a single clean page
  * Fix various hyper-strict warnings
  * Do not require a C++ compiler to build
  * Add option to build utilities as static binaries
  * Upgrade to waf 1.7.2
  * sordmm.hpp: Add indices and graphs parameters to Model constructor
  * sordmm.hpp: Remove overzealous URI scheme assertion
  * sordmm.hpp: Correctly handle Sord::Node self-assignment

OBS-URL: https://build.opensuse.org/request/show/139138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sord?expand=0&rev=2
This commit is contained in:
Stephan Kulow
2012-10-24 15:45:40 +00:00
committed by Git OBS Bridge
parent 2ae986ab75
commit b715bb0668
5 changed files with 28 additions and 27 deletions

View File

@@ -19,15 +19,13 @@
%define soname 0
Name: sord
Version: 0.8.0
Version: 0.10.4
Release: 0
Summary: Utilities to work with RDF data
License: ISC
Group: Productivity/File utilities
Url: http://drobilla.net/software/sord/
Source0: http://download.drobilla.net/sord-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM sord-0.8.0-no_g++.patch bugtracker_didn't_work reddwarf@opensuse.org -- We don't need C++
Patch0: sord-0.8.0-no_g++.patch
BuildRequires: doxygen
BuildRequires: graphviz
BuildRequires: pkg-config
@@ -63,7 +61,6 @@ Documentation about the libsord API.
%prep
%setup -q
%patch0
%build
export CFLAGS='%{optflags}'