Hello community, here is the log from the commit of package mraa for openSUSE:Factory checked in at 2017-11-14 12:57:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mraa (Old) and /work/SRC/openSUSE:Factory/.mraa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mraa" Tue Nov 14 12:57:52 2017 rev:7 rq:541262 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/mraa/mraa.changes 2017-10-26 18:46:15.818687826 +0200 +++ /work/SRC/openSUSE:Factory/.mraa.new/mraa.changes 2017-11-14 12:58:05.649035501 +0100 @@ -1,0 +2,6 @@ +Mon Nov 13 10:00:31 UTC 2017 - [email protected] + +- Use consistent naming with singlespec python packages +- Build tests as well + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mraa.spec ++++++ --- /var/tmp/diff_new_pack.Vt7ryR/_old 2017-11-14 12:58:07.588964569 +0100 +++ /var/tmp/diff_new_pack.Vt7ryR/_new 2017-11-14 12:58:07.592964423 +0100 @@ -33,7 +33,7 @@ BuildRequires: swig BuildRequires: pkgconfig(json-c) BuildRequires: pkgconfig(libudev) -BuildRequires: pkgconfig(python) +BuildRequires: pkgconfig(python2) BuildRequires: pkgconfig(python3) ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 @@ -79,12 +79,14 @@ This package contains development files for %{name}. -%package -n python-%{name} +%package -n python2-%{name} Summary: Python bindings for %{name} Group: Development/Languages/Python +Provides: python-%{name} = %{version}-%{release} +Obsoletes: python-%{name} < %{version}-%{release} Requires: lib%{name}%{sover} = %{version} -%description -n python-%{name} +%description -n python2-%{name} libmraa is a C/C++ library with bindings to Java, Python and JavaScript to interface with the IO on Galileo, Edison & other platforms, with a structured API where port names/numbering matches the board that @@ -150,7 +152,7 @@ -DFIRMATA=off \ -DIMRAA=yes \ -DFTDI4222=off \ - -DBUILDTESTS=off \ + -DBUILDTESTS=on \ -DBUILDSWIGPYTHON=on \ -DBUILDSWIGJAVA=on \ -DBUILDSWIGNODE=off @@ -181,7 +183,7 @@ %{_includedir}/%{name} %{_libdir}/pkgconfig/%{name}.pc -%files -n python-%{name} +%files -n python2-%{name} %{python_sitearch}/* %files -n python3-%{name}
