Hello community, here is the log from the commit of package libcpuid for openSUSE:Factory checked in at 2017-06-09 15:57:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcpuid (Old) and /work/SRC/openSUSE:Factory/.libcpuid.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcpuid" Fri Jun 9 15:57:25 2017 rev:2 rq:502377 version:0.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libcpuid/libcpuid.changes 2017-01-22 00:17:52.382827372 +0100 +++ /work/SRC/openSUSE:Factory/.libcpuid.new/libcpuid.changes 2017-06-09 15:57:29.190999134 +0200 @@ -1,0 +2,5 @@ +Thu Jun 8 13:22:59 UTC 2017 - [email protected] + +- Enable internal tests + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcpuid.spec ++++++ --- /var/tmp/diff_new_pack.ViUEKr/_old 2017-06-09 15:57:29.758918977 +0200 +++ /var/tmp/diff_new_pack.ViUEKr/_new 2017-06-09 15:57:29.758918977 +0200 @@ -1,7 +1,7 @@ # # spec file for package libcpuid # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,8 +25,9 @@ Group: Development/Libraries/C and C++ Url: https://github.com/anrieff/libcpuid Source0: https://github.com/anrieff/libcpuid/releases/download/v%{version}/libcpuid-%{version}.tar.gz -BuildRequires: pkgconfig BuildRequires: help2man +BuildRequires: pkgconfig +BuildRequires: python BuildRoot: %{_tmppath}/%{name}-%{version}-build ExclusiveArch: %{ix86} x86_64 @@ -77,6 +78,9 @@ install -D -p -m 0644 cpuid_tool.1 \ %{buildroot}%{_mandir}/man1/cpuid_tool.1 +%check +make %{?_smp_mflags} test + %post -n %{name}%{so_ver} -p /sbin/ldconfig %postun -n %{name}%{so_ver} -p /sbin/ldconfig
