Hello community, here is the log from the commit of package i3-gaps for openSUSE:Factory checked in at 2018-04-16 12:51:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/i3-gaps (Old) and /work/SRC/openSUSE:Factory/.i3-gaps.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "i3-gaps" Mon Apr 16 12:51:09 2018 rev:4 rq:596765 version:4.15.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/i3-gaps/i3-gaps.changes 2018-03-16 10:45:40.871434790 +0100 +++ /work/SRC/openSUSE:Factory/.i3-gaps.new/i3-gaps.changes 2018-04-16 12:51:56.682661850 +0200 @@ -1,0 +2,6 @@ +Thu Apr 12 15:55:31 CEST 2018 - [email protected] + +- Fix build with asciidoctor (bsc#1075764): + i3-asciidoc-fix.patch + +------------------------------------------------------------------- New: ---- i3-asciidoc-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ i3-gaps.spec ++++++ --- /var/tmp/diff_new_pack.L74pWJ/_old 2018-04-16 12:51:58.734587221 +0200 +++ /var/tmp/diff_new_pack.L74pWJ/_new 2018-04-16 12:51:58.738587075 +0200 @@ -24,6 +24,7 @@ Group: System/GUI/Other Url: https://github.com/Airblader/i3 Source0: https://github.com/Airblader/i3/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Patch1: i3-asciidoc-fix.patch BuildRequires: asciidoc BuildRequires: autoconf BuildRequires: automake @@ -75,6 +76,7 @@ %prep %setup -q -n i3-%{version} +%patch1 -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
