Hello community,

here is the log from the commit of package perf for openSUSE:Factory checked in 
at 2019-01-21 10:58:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perf (Old)
 and      /work/SRC/openSUSE:Factory/.perf.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perf"

Mon Jan 21 10:58:29 2019 rev:48 rq:666531 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/perf/perf.changes        2019-01-11 
14:06:51.547717337 +0100
+++ /work/SRC/openSUSE:Factory/.perf.new.28833/perf.changes     2019-01-21 
10:59:37.299332173 +0100
@@ -1,0 +2,5 @@
+Wed Jan 16 08:48:49 CET 2019 - ti...@suse.de
+
+- Build with asciidoctor instead of asciidoc (bsc#1075764)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ perf.spec ++++++
--- /var/tmp/diff_new_pack.vhGzPi/_old  2019-01-21 10:59:37.927331357 +0100
+++ /var/tmp/diff_new_pack.vhGzPi/_new  2019-01-21 10:59:37.931331352 +0100
@@ -24,7 +24,6 @@
 License:        GPL-2.0-only
 Group:          Development/Tools/Debuggers
 Url:            https://perf.wiki.kernel.org/
-BuildRequires:  asciidoc
 BuildRequires:  audit-devel
 BuildRequires:  binutils-devel
 BuildRequires:  bison
@@ -34,6 +33,7 @@
 BuildRequires:  libdw-devel
 BuildRequires:  libelf-devel
 BuildRequires:  xz-devel
+BuildRequires:  rubygem(asciidoctor)
 %ifarch aarch64 ia64 x86_64 ppc64 ppc64le ppc %sparc
 BuildRequires:  libnuma-devel
 %endif
@@ -46,7 +46,6 @@
 BuildRequires:  newt-devel
 BuildRequires:  openssl-devel
 BuildRequires:  python3-devel
-BuildRequires:  xmlto
 BuildRequires:  zlib-devel
 # dl_open requirement so not autodetected
 %ifarch ppc64 ppc64le
@@ -117,12 +116,12 @@
 cd tools/perf
 export WERROR=0
 # PASS rpm optflags as EXTRA_FLAGS,  passing as CFLAGS overrides and breaks 
build
-make %{?_smp_mflags} -f Makefile.perf PYTHON=python3 
EXTRA_CFLAGS="%{optflags}" ASCIIDOC8=1 prefix=/usr libdir=%{_libdir} 
perfexecdir=lib/%{name}-core all doc %{_perf_unwind} 
tipdir=share/doc/packages/perf
+make %{?_smp_mflags} -f Makefile.perf PYTHON=python3 
EXTRA_CFLAGS="%{optflags}" ASCIIDOC8=1 prefix=/usr libdir=%{_libdir} 
perfexecdir=lib/%{name}-core all doc %{_perf_unwind} 
tipdir=share/doc/packages/perf USE_ASCIIDOCTOR=1
 
 %install
 cd tools/perf
 export WERROR=0
-make -f Makefile.perf V=1 PYTHON=python3 EXTRA_CFLAGS="%{optflags}" 
prefix=/usr libdir=%{_libdir} perfexecdir=lib/%{name}-core DESTDIR=%{buildroot} 
install install-doc %{_perf_unwind} tipdir=share/doc/packages/perf
+make -f Makefile.perf V=1 PYTHON=python3 EXTRA_CFLAGS="%{optflags}" 
prefix=/usr libdir=%{_libdir} perfexecdir=lib/%{name}-core DESTDIR=%{buildroot} 
install install-doc %{_perf_unwind} tipdir=share/doc/packages/perf 
USE_ASCIIDOCTOR=1
 mkdir -p %{buildroot}/%{_docdir}/perf/examples/bpf
 mv %{buildroot}/usr/lib/perf/include/bpf/* 
%{buildroot}/%{_docdir}/perf/examples/bpf
 mv %{buildroot}/usr/lib/perf/examples/bpf/* 
%{buildroot}/%{_docdir}/perf/examples/bpf


Reply via email to