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

3
sord-0.10.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:188b8b22c6aa05a36989093e771264676e8d4f3c43592e805bf26f8422d20f3f
size 275574

View File

@ -1,20 +0,0 @@
Index: wscript
===================================================================
--- wscript.orig
+++ wscript
@@ -28,7 +28,6 @@ out = 'build'
def options(opt):
opt.load('compiler_c')
- opt.load('compiler_cxx')
autowaf.set_options(opt)
opt.add_option('--test', action='store_true', default=False, dest='build_tests',
help="Build unit tests")
@@ -39,7 +38,6 @@ def options(opt):
def configure(conf):
conf.load('compiler_c')
- conf.load('compiler_cxx')
autowaf.configure(conf)
autowaf.display_header('Sord configuration')

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99df73a0a859fbfc6423a7d5930d019c8c0e17e04ed101114c54f1911dbd8a59
size 286325

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Tue Oct 23 21:32:33 UTC 2012 - reddwarf@opensuse.org
- 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
-------------------------------------------------------------------
Thu Aug 16 14:25:48 UTC 2012 - reddwarf@opensuse.org

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}'