Changelog for
perf-4.20.7-71.7.x86_64.rpm :
* Wed Jan 16 2019 tiwaiAATTsuse.de- Build with asciidoctor instead of asciidoc (bsc#1075764)
* Fri Jan 11 2019 Tony Jones
- Enable python3. Remove all uses of python2 (bsc#1082197) New patch: update-tests-attr.py-to-support-python3.patch New patch: remove-shebang-from-scripts-python.patch New patch: remove-shebang-from-tests-attr.py.patch New patch: remove-shebang-from-util-setup.py.patch New patch: add-trace_context-extension-module-to-sys-modules.patch New patch: use-pybytes-for-attr-in-trace-event-python.patch New patch: port-event_analyzing_sample-script-to-python3.patch New patch: port-failed-syscalls-by-pid-script-to-python3.patch New patch: port-futex-contention-script-to-python3.patch New patch: port-intel-pt-events-script-to-python3.patch New patch: port-mem-phys-addr-to-python3.patch New patch: port-netdev-times-script-to-python3.patch New patch: port-net_dropmonitor-script-to-python3.patch New patch: port-powerpc-hcalls-script-to-python3.patch New patch: port-python-syscall-counts-script-to-python3.patch New patch: port-sctop-script-to-python3.patch New patch: port-sql-scripts-to-python3.patch New patch: port-stackcollapse-script-to-python3.patch New patch: port-stat-cpi-script-to-python3.patch New patch: port-syscall-counts-by-pid-script-to-python3.patch New patch: port-check-perf-trace-script-to-python3.patch
* Wed Dec 12 2018 Tony Jones - Update packaged include files to resolve build failures
* Tue Oct 16 2018 Tony Jones - Update examples paths to resolve build failures.
* Mon Aug 27 2018 tonyjAATTsuse.com- libebl ppc64 dependancy was inadvertantly dropped, regression from \"Thu Jun 15 22:27:56 - Add ppc64 requires on libebl (bsc#1040770)\". Re-add dependancy (bsc#1106048)
* Fri Aug 24 2018 tonyjAATTsuse.com- Package bpf examples into %{_docdir}/perf/examples/bpf
* Thu Apr 26 2018 tonyjAATTsuse.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)
* Thu Dec 07 2017 dimstarAATTopensuse.org- Escape the usage of %{VERSION} when calling out to rpm. RPM 4.14 has %{VERSION} defined as \'the main packages version\'.
* Mon Dec 04 2017 tonyjAATTsuse.com- Update power9 events (bsc#1069737) New patch: perf-vendor-events-powerpc-update-power9-events.patch- Update patch context Refresh patch: perf-provide-definition-for-einval-on-32bit.patch
* Fri Sep 15 2017 tonyjAATTsuse.com- Fix x86 32bit build error New patch: perf-provide-definition-for-einval-on-32bit.patch
* Thu Sep 01 2016 tonyjAATTsuse.com- Fix build error (tips.txt) on Leap42.2- Fix doc file attributes
* Mon Jun 06 2016 jslabyAATTsuse.com- disable Werror completely. It breaks build due to shadow variables in external (perl) headers.- add %{?_smp_mflags}
* Mon Apr 04 2016 tonyjAATTsuse.com- Package perf-tips as docs.- Include support for xz compressed images
* Mon Jan 11 2016 tonyjAATTsuse.com- Support strace/data.
* Sun Oct 11 2015 dmuellerAATTsuse.com- enable numa support for aarch64
* Thu Jul 16 2015 antoine.belvireAATTlaposte.net- Remove perf-fix-branch-stack-mode-cannot-be-set.patch (upstreamed).
* Sun Jun 28 2015 antoine.belvireAATTlaposte.net- Fix build with GCC 5
* perf-fix-branch-stack-mode-cannot-be-set.patch
* Wed May 13 2015 tonyjAATTsuse.com- Fix ppc64/ppc64le breakage due to libexecdir/libdir
* Mon Mar 09 2015 dimstarAATTopensuse.org- Inject libdir=%{_libdir} into make calls.
* Thu Jan 08 2015 dimstarAATTopensuse.org- Remove build hack for kernel not building against glibc 2.20.
* Thu Nov 27 2014 dimstarAATTopensuse.org- Build hack: if util/util.h does not (yet) define _DEFAULT_SOURCE, we export WERROR=0, which removes -Werror from CFLAGS. Once a kernel lands that defines _DEFAULT_SOURCE, we fail the build in to remove this hack, making it a (hopefully_ short-livinging one.