Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bup for openSUSE:Factory checked in at 2021-09-20 23:32:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bup (Old) and /work/SRC/openSUSE:Factory/.bup.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bup" Mon Sep 20 23:32:48 2021 rev:4 rq:920033 version:0.32 Changes: -------- --- /work/SRC/openSUSE:Factory/bup/bup.changes 2021-01-15 19:46:04.522008163 +0100 +++ /work/SRC/openSUSE:Factory/.bup.new.1899/bup.changes 2021-09-20 23:34:21.383262764 +0200 @@ -1,0 +2,6 @@ +Fri Sep 10 12:27:39 UTC 2021 - Dominique Leuenberger <[email protected]> + +- Do not build documentation/man pages on ix86, as pandoc is not + available. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bup.spec ++++++ --- /var/tmp/diff_new_pack.KZXqFd/_old 2021-09-20 23:34:21.811263293 +0200 +++ /var/tmp/diff_new_pack.KZXqFd/_new 2021-09-20 23:34:21.815263297 +0200 @@ -28,7 +28,9 @@ URL: https://bup.github.io/ Source0: https://github.com/bup/bup/archive/%{version}/%{name}-%{version}.tar.gz BuildRequires: git-core >= 1.5.3.1 +%ifnarch %ix86 BuildRequires: pandoc +%endif BuildRequires: perl-Time-HiRes BuildRequires: python3-devel BuildRequires: python3-fuse @@ -87,7 +89,6 @@ %license LICENSE %doc README %{_bindir}/%{name} -%{_docdir}/%{name}/ %dir %{_prefix}/lib/%{name}/ %dir %{_prefix}/lib/%{name}/bup/ %dir %{_prefix}/lib/%{name}/cmd/ @@ -97,6 +98,9 @@ %{_prefix}/lib/%{name}/cmd/* %{_prefix}/lib/%{name}/web/* %{_prefix}/lib/%{name}/web/static/* +%ifnarch %ix86 +%{_docdir}/%{name}/ %{_mandir}/man1/* +%endif %changelog
