Accepting request 197592 from devel:libraries:c_c++

- Update to 0.12.0
  * Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
  * Add sord_get() for easily getting single property values
  * sord_validate: Pass type check when range is xsd:anyURI and value is a URI
  * sord_validate: Support any subClassOf rdf:Property, not just baked-in ones
  * sordmm.hpp: Add convenient constructors for decimal and integer literals
  * sordmm.hpp: Add Node::to_serd_node()
  * sordmm.hpp: Don't automatically add RDF namespace prefix to world

OBS-URL: https://build.opensuse.org/request/show/197592
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sord?expand=0&rev=4
This commit is contained in:
Stephan Kulow 2013-09-11 11:44:04 +00:00 committed by Git OBS Bridge
parent b715bb0668
commit 9bd7236588
4 changed files with 18 additions and 6 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:126baa06480b6930f874e8c519d4168d8224f7a3203a49b287e24c6bfdf91cb8
size 285075

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Sep 5 20:51:13 UTC 2013 - reddwarf@opensuse.org
- Update to 0.12.0
* Update to waf 1.7.9 and autowaf r90 (install docs to versioned directory)
* Add sord_get() for easily getting single property values
* sord_validate: Pass type check when range is xsd:anyURI and value is a URI
* sord_validate: Support any subClassOf rdf:Property, not just baked-in ones
* sordmm.hpp: Add convenient constructors for decimal and integer literals
* sordmm.hpp: Add Node::to_serd_node()
* sordmm.hpp: Don't automatically add RDF namespace prefix to world
-------------------------------------------------------------------
Tue Oct 23 21:32:33 UTC 2012 - reddwarf@opensuse.org

View File

@ -1,7 +1,7 @@
#
# spec file for package sord
#
# 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,7 +19,7 @@
%define soname 0
Name: sord
Version: 0.10.4
Version: 0.12.0
Release: 0
Summary: Utilities to work with RDF data
License: ISC
@ -103,7 +103,7 @@ cp -p doc/sord_validate.1 %{buildroot}%{_mandir}/man1/sord_validate.1
%files -n libsord-docs
%defattr(0644,root,root,0755)
%{_defaultdocdir}/sord/
%{_defaultdocdir}/sord-0/
%{_mandir}/man3/*
%changelog