From 9bd7236588929d348e6e26be5368d8783fdc6629298311f1bcd85089c4a7b7db Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 11 Sep 2013 11:44:04 +0000 Subject: [PATCH] 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 --- sord-0.10.4.tar.bz2 | 3 --- sord-0.12.0.tar.bz2 | 3 +++ sord.changes | 12 ++++++++++++ sord.spec | 6 +++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 sord-0.10.4.tar.bz2 create mode 100644 sord-0.12.0.tar.bz2 diff --git a/sord-0.10.4.tar.bz2 b/sord-0.10.4.tar.bz2 deleted file mode 100644 index c0438bc..0000000 --- a/sord-0.10.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:188b8b22c6aa05a36989093e771264676e8d4f3c43592e805bf26f8422d20f3f -size 275574 diff --git a/sord-0.12.0.tar.bz2 b/sord-0.12.0.tar.bz2 new file mode 100644 index 0000000..dbefd69 --- /dev/null +++ b/sord-0.12.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:126baa06480b6930f874e8c519d4168d8224f7a3203a49b287e24c6bfdf91cb8 +size 285075 diff --git a/sord.changes b/sord.changes index 3fb837a..a0b71c8 100644 --- a/sord.changes +++ b/sord.changes @@ -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 diff --git a/sord.spec b/sord.spec index 4652164..801eba6 100644 --- a/sord.spec +++ b/sord.spec @@ -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