Hello community, here is the log from the commit of package perf for openSUSE:Factory checked in at 2018-04-27 16:09:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/perf (Old) and /work/SRC/openSUSE:Factory/.perf.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "perf" Fri Apr 27 16:09:30 2018 rev:42 rq:601689 version:MACRO Changes: -------- --- /work/SRC/openSUSE:Factory/perf/perf.changes 2017-12-08 13:01:21.565079420 +0100 +++ /work/SRC/openSUSE:Factory/.perf.new/perf.changes 2018-04-27 16:09:30.373886083 +0200 @@ -1,0 +2,7 @@ +Thu Apr 26 19:36:51 UTC 2018 - tonyj@suse.com + +- Fix build errors + Drop patch: perf-vendor-events-powerpc-update-power9-events.patch (upstream) + Drop patch: perf-provide-definition-for-einval-on-32bit.patch (upstream) + +------------------------------------------------------------------- Old: ---- perf-provide-definition-for-einval-on-32bit.patch perf-vendor-events-powerpc-update-power9-events.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perf.spec ++++++ --- /var/tmp/diff_new_pack.3YbIz0/_old 2018-04-27 16:09:31.125858504 +0200 +++ /var/tmp/diff_new_pack.3YbIz0/_new 2018-04-27 16:09:31.129858358 +0200 @@ -1,7 +1,7 @@ # # spec file for package perf # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 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 @@ -21,7 +21,7 @@ Version: %{version} Release: 0 Summary: Performance Monitoring Tools for Linux -License: GPL-2.0 +License: GPL-2.0-only Group: Development/Tools/Debuggers Url: https://perf.wiki.kernel.org/ BuildRequires: asciidoc @@ -49,8 +49,6 @@ BuildRequires: zlib-devel %{perl_requires} %{?libperl_requires} -Patch1: perf-provide-definition-for-einval-on-32bit.patch -Patch2: perf-vendor-events-powerpc-update-power9-events.patch Requires: kernel >= 2.6.31 BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -66,8 +64,6 @@ # copy necessary files from kernel-source since we need to modify them (cd /usr/src/linux ; tar -cf - COPYING CREDITS README tools include scripts Kbuild Makefile arch/*/{include,lib,Makefile} lib) | tar -xf - chmod +x tools/perf/util/generate-cmdlist.sh -%patch1 -p1 -%patch2 -p1 %build cd tools/perf