Hello community,

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

Package is "sratom"

Thu Nov  9 13:39:59 2017 rev:10 rq:538352 version:0.6.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/sratom/sratom.changes    2017-02-03 
20:02:23.637278074 +0100
+++ /work/SRC/openSUSE:Factory/.sratom.new/sratom.changes       2017-11-09 
13:40:01.230040355 +0100
@@ -1,0 +2,14 @@
+Thu Nov  2 11:19:54 UTC 2017 - mplus...@suse.com
+
+- Update to version 0.6.0:
+  * Add sratom_set_env() for setting prefixes
+  * Fix padding of constructed vectors (thanks Hanspeter Portner)
+  * Support round-trip serialisation of relative paths
+  * Support sequences with beat time stamps
+  * Fix warnings when building with ISO C++ compilers
+  * Upgrade to waf 1.8.14
+- Run spec-cleaner
+- Use python3
+- Run tests during build
+
+-------------------------------------------------------------------

Old:
----
  sratom-0.4.6.tar.bz2

New:
----
  sratom-0.6.0.tar.bz2

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

Other differences:
------------------
++++++ sratom.spec ++++++
--- /var/tmp/diff_new_pack.TWQEpL/_old  2017-11-09 13:40:05.145897209 +0100
+++ /var/tmp/diff_new_pack.TWQEpL/_new  2017-11-09 13:40:05.149897062 +0100
@@ -17,9 +17,8 @@
 
 
 %define sover 0
-
 Name:           sratom
-Version:        0.4.6
+Version:        0.6.0
 Release:        0
 Summary:        A library for serialising LV2 atoms to/from RDF
 License:        ISC
@@ -29,10 +28,10 @@
 Source1:        baselibs.conf
 BuildRequires:  doxygen
 BuildRequires:  graphviz
-BuildRequires:  pkg-config
-BuildRequires:  python-base
-BuildRequires:  pkgconfig(lv2) >= 1.0.0
-BuildRequires:  pkgconfig(serd-0) >= 0.14.0
+BuildRequires:  pkgconfig
+BuildRequires:  python3
+BuildRequires:  pkgconfig(lv2) >= 1.10.0
+BuildRequires:  pkgconfig(serd-0) >= 0.23.0
 BuildRequires:  pkgconfig(sord-0) >= 0.12.0
 
 %description
@@ -45,12 +44,14 @@
 %description    -n libsratom-0-%{sover}
 A library for serialising LV2 atoms to/from RDF, particularly the Turtle 
syntax.
 
-%package        -n libsratom-0-devel
+%package        devel
 Summary:        Development files for libsratom
 Group:          Development/Libraries/C and C++
 Requires:       libsratom-0-%{sover} = %{version}
+Provides:       libsratom-0-devel = %{version}
+Obsoletes:      libsratom-0-devel < %{version}
 
-%description    -n libsratom-0-devel
+%description    devel
 Development files for libsratom.
 
 %prep
@@ -59,28 +60,28 @@
 %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}
 
-%post -n libsratom-0-%{sover} -p /sbin/ldconfig
+%check
+python3 ./waf test
 
+%post -n libsratom-0-%{sover} -p /sbin/ldconfig
 %postun -n libsratom-0-%{sover} -p /sbin/ldconfig
 
 %files -n libsratom-0-%{sover}
-%defattr(0644,root,root,0755)
 %doc COPYING NEWS README
 %{_libdir}/libsratom-0.so.%{sover}*
 
-%files -n libsratom-0-devel
-%defattr(0644,root,root,0755)
+%files devel
 %{_libdir}/libsratom-0.so
 %{_includedir}/sratom-0/
 %{_libdir}/pkgconfig/sratom-0.pc

++++++ sratom-0.4.6.tar.bz2 -> sratom-0.6.0.tar.bz2 ++++++
++++ 2407 lines of diff (skipped)


Reply via email to