Hello community, here is the log from the commit of package fbi for openSUSE:Factory checked in at 2020-07-07 12:59:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fbi (Old) and /work/SRC/openSUSE:Factory/.fbi.new.3060 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fbi" Tue Jul 7 12:59:48 2020 rev:10 rq:819019 version:2.14 Changes: -------- --- /work/SRC/openSUSE:Factory/fbi/fbi.changes 2019-09-05 12:44:58.811448022 +0200 +++ /work/SRC/openSUSE:Factory/.fbi.new.3060/fbi.changes 2020-07-07 13:00:47.170218683 +0200 @@ -1,0 +2,5 @@ +Sun Jul 5 10:58:08 UTC 2020 - [email protected] + +- Fix build with fbi.patch + +------------------------------------------------------------------- New: ---- fbi.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fbi.spec ++++++ --- /var/tmp/diff_new_pack.2eEmuc/_old 2020-07-07 13:00:49.754227115 +0200 +++ /var/tmp/diff_new_pack.2eEmuc/_new 2020-07-07 13:00:49.758227127 +0200 @@ -26,6 +26,7 @@ Source0: https://www.kraxel.org/releases/fbida/fbida-%{version}.tar.gz Source1: https://www.kraxel.org/releases/fbida/fbida-%{version}.tar.gz.asc Source2: fbi.keyring +Patch0: fbi.patch BuildRequires: curl-devel BuildRequires: freetype2-devel BuildRequires: giflib-devel >= 5.1.0 @@ -72,15 +73,15 @@ library for rendering. %prep -%setup -q -n fbida-%{version} +%autosetup -p1 -n fbida-%{version} +%build modified="$(sed -n '/^----/n;s/ - .*$//;p;q' "%{_sourcedir}/%{name}.changes")" DATE="\"$(date -d "${modified}" "+%%b %%e %%Y")\"" TIME="\"$(date -d "${modified}" "+%%R")\"" find . -name '*.[ch]' -print0 |\ xargs -0 sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" -%build export CFLAGS="%{optflags}" make %{?_smp_mflags} prefix=%{_prefix} exiftran fbi ++++++ fbi.patch ++++++ --- a/fbi.c +++ b/fbi.c @@ -100,7 +100,6 @@ static int img_mem, max_mem_mb; /* graphics interface */ gfxstate *gfx; -int debug; /* framebuffer */ char *fbdev = NULL;
