Hello community, here is the log from the commit of package i3 for openSUSE:Factory checked in at 2018-04-16 12:52:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/i3 (Old) and /work/SRC/openSUSE:Factory/.i3.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "i3" Mon Apr 16 12:52:22 2018 rev:31 rq:596835 version:4.15 Changes: -------- --- /work/SRC/openSUSE:Factory/i3/i3.changes 2018-03-22 12:09:30.356234883 +0100 +++ /work/SRC/openSUSE:Factory/.i3.new/i3.changes 2018-04-16 12:52:35.753240436 +0200 @@ -1,0 +2,6 @@ +Thu Apr 12 15:57:05 CEST 2018 - [email protected] + +- Fix build with asciidoctor (bsc#1075764): + i3-asciidoc-fix.patch + +------------------------------------------------------------------- New: ---- i3-asciidoc-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ i3.spec ++++++ --- /var/tmp/diff_new_pack.sLEjXO/_old 2018-04-16 12:52:36.681206646 +0200 +++ /var/tmp/diff_new_pack.sLEjXO/_new 2018-04-16 12:52:36.681206646 +0200 @@ -28,6 +28,7 @@ Source2: %{name}.keyring Source3: https://i3wm.org/downloads/%{name}-%{version}.tar.bz2.asc Patch1: i3-desktop_file_valid.patch +Patch2: i3-asciidoc-fix.patch BuildRequires: asciidoc BuildRequires: autoconf BuildRequires: automake @@ -83,6 +84,7 @@ %prep %setup -q %patch1 -p1 +%patch2 -p1 # fix rpmlint E: env-script-interpreter sed -i 's,^#!/usr/bin/env ,#!/usr/bin/,' i3-dmenu-desktop i3-migrate-config-to-v4 i3-save-tree ++++++ i3-asciidoc-fix.patch ++++++ From: Takashi Iwai <[email protected]> Subject: man: Fix title markers The title marker lines have to be aligned with the previous lines. The error was caught by asciidoctor, which tends to be picker than asciidoc. Signed-off-by: Takashi Iwai <[email protected]> --- man/i3-input.man | 2 +- man/i3-sensible-editor.man | 2 +- man/i3-sensible-pager.man | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) --- a/man/i3-input.man +++ b/man/i3-input.man @@ -1,5 +1,5 @@ i3-input(1) -========= +=========== Michael Stapelberg <[email protected]> v4.1.2, April 2012 --- a/man/i3-sensible-editor.man +++ b/man/i3-sensible-editor.man @@ -1,5 +1,5 @@ i3-sensible-editor(1) -=================== +===================== Michael Stapelberg <[email protected]> v4.1, November 2011 --- a/man/i3-sensible-pager.man +++ b/man/i3-sensible-pager.man @@ -1,5 +1,5 @@ i3-sensible-pager(1) -=================== +==================== Michael Stapelberg <[email protected]> v4.1, November 2011
