Hello community,

here is the log from the commit of package sord for openSUSE:Factory checked in 
at 2017-11-09 13:39:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sord (Old)
 and      /work/SRC/openSUSE:Factory/.sord.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sord"

Thu Nov  9 13:39:12 2017 rev:10 rq:538336 version:0.16.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sord/sord.changes        2017-02-03 
20:02:12.674821088 +0100
+++ /work/SRC/openSUSE:Factory/.sord.new/sord.changes   2017-11-09 
13:39:12.667815566 +0100
@@ -1,0 +2,21 @@
+Thu Nov  2 11:49:01 UTC 2017 - [email protected]
+
+- Update to version 0.16.0:
+  * Fix construction and comparison of URIs with UTF-8 characters
+  * Fix documentation generation
+  * Return error from sord_inserter_write_statement() if a node can
+    not be written (e.g. undefined prefix)
+  * Make sord_node_get_counted return byte count, and clarify
+    documentation
+  * Safely return NULL from sord_iter_get() for end iterators
+  * Add sord_node_get_string_measured() to get both byte and
+    character counts
+  * sord_validate: Do proper numeric comparison for propery bounds
+    checking
+  * sord_validate: Tolerate xsd:decimal literals for double and
+    float properties if literals match pattern
+- Use python3
+- Rename devel subpackage
+- Run tests during building
+
+-------------------------------------------------------------------

Old:
----
  sord-0.14.0.tar.bz2

New:
----
  sord-0.16.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sord.spec ++++++
--- /var/tmp/diff_new_pack.yBY6Wc/_old  2017-11-09 13:39:13.399788810 +0100
+++ /var/tmp/diff_new_pack.yBY6Wc/_new  2017-11-09 13:39:13.403788663 +0100
@@ -17,9 +17,8 @@
 
 
 %define sover 0
-
 Name:           sord
-Version:        0.14.0
+Version:        0.16.0
 Release:        0
 Summary:        Utilities to work with RDF data
 License:        ISC
@@ -27,13 +26,12 @@
 Url:            http://drobilla.net/software/sord/
 Source0:        http://download.drobilla.net/sord-%{version}.tar.bz2
 Source1:        baselibs.conf
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  doxygen
 BuildRequires:  graphviz
 BuildRequires:  pcre-devel
-BuildRequires:  pkg-config
-BuildRequires:  python-base
-BuildRequires:  pkgconfig(serd-0) >= 0.18.0
+BuildRequires:  pkgconfig
+BuildRequires:  python3
+BuildRequires:  pkgconfig(serd-0) >= 0.22.4
 
 %description
 Utilities to work with RDF data.
@@ -47,58 +45,54 @@
 A lightweight C library for storing RDF data in memory.
 http://drobilla.net/software/sord/
 
-%package        -n libsord-0-devel
+%package        devel
 Summary:        Development files for libsord
 Group:          Development/Libraries/C and C++
+Provides:       libsord-0-devel = %{version}
+Obsoletes:      libsord-0-devel < %{version}
 Requires:       libsord-0-%{sover} = %{version}
 
-%description    -n libsord-0-devel
+%description    devel
 Development files for libsord.
 Sord is a lightweight C library for storing RDF data in memory.
 
-
 %prep
 %setup -q
 
 %build
 export CFLAGS='%{optflags}'
 export CXXFLAGS='%{optflags}'
-./waf configure \
+python3 ./waf configure \
   --prefix=%{_prefix} \
   --libdir=%{_libdir} \
   --docdir=%{_defaultdocdir} \
+  --test \
   --docs
 # waf only understands -j, so do not use smp_mflags
-./waf build -v %{?jobs:-j%jobs}
+python3 ./waf build -v %{?_smp_mflags}
 
 %install
-./waf install --destdir=%{?buildroot}
+python3 ./waf install --destdir=%{?buildroot}
+rm -rf %{buildroot}%{_docdir}/sord-0/html
 
-# http://dev.drobilla.net/ticket/852
-cp -p doc/sord_validate.1 %{buildroot}%{_mandir}/man1/sord_validate.1
-mkdir -p %{buildroot}%{_mandir}/man3
-cp -pv build/doc/reference.doxygen.doxy/man/man3/sord.3 
%{buildroot}%{_mandir}/man3/
+%check
+python3 ./waf test
 
 %post -n libsord-0-%{sover} -p /sbin/ldconfig
-
 %postun -n libsord-0-%{sover} -p /sbin/ldconfig
 
 %files
-%defattr(0644,root,root,0755)
 %attr(0755,root,root) %{_bindir}/sordi
 %attr(0755,root,root) %{_bindir}/sord_validate
 %{_mandir}/man1/sordi.1*
 %{_mandir}/man1/sord_validate.1*
 
 %files -n libsord-0-%{sover}
-%defattr(0644,root,root,0755)
 %doc AUTHORS COPYING NEWS README
 %{_libdir}/libsord-0.so.%{sover}*
 
-%files -n libsord-0-devel
-%defattr(0644,root,root,0755)
-%doc build/doc/reference.doxygen.doxy/html
-%{_mandir}/man3/sord.3.gz
+%files devel
+%{_mandir}/man3/sord.3%{ext_man}
 %{_libdir}/libsord-0.so
 %{_includedir}/sord-0/
 %{_libdir}/pkgconfig/sord-0.pc

++++++ sord-0.14.0.tar.bz2 -> sord-0.16.0.tar.bz2 ++++++
++++ 2456 lines of diff (skipped)


Reply via email to