Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fbi for openSUSE:Factory checked in 
at 2023-04-11 15:54:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fbi (Old)
 and      /work/SRC/openSUSE:Factory/.fbi.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fbi"

Tue Apr 11 15:54:43 2023 rev:11 rq:1078449 version:2.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/fbi/fbi.changes  2020-07-07 13:00:47.170218683 
+0200
+++ /work/SRC/openSUSE:Factory/.fbi.new.19717/fbi.changes       2023-04-11 
15:54:44.390062359 +0200
@@ -1,0 +2,7 @@
+Mon Apr 10 15:18:52 UTC 2023 - Stefan Brüns <[email protected]>
+
+- Disable usage of optional cairo-gl surface in fbpdf, cairo-gl
+  has been deprecated/removed by upstream.
+- Clean up spec file.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fbi.spec ++++++
--- /var/tmp/diff_new_pack.rLlejY/_old  2023-04-11 15:54:44.866065108 +0200
+++ /var/tmp/diff_new_pack.rLlejY/_new  2023-04-11 15:54:44.874065153 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package fbi
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2023 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -34,7 +34,7 @@
 BuildRequires:  libpcd-devel
 BuildRequires:  libpng-devel
 BuildRequires:  libtiff-devel
-BuildRequires:  pkgconfig(cairo-gl)
+BuildRequires:  pkgconfig(cairo)
 BuildRequires:  pkgconfig(egl)
 BuildRequires:  pkgconfig(epoxy)
 BuildRequires:  pkgconfig(fontconfig)
@@ -76,14 +76,7 @@
 %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"
-
-export CFLAGS="%{optflags}"
-make %{?_smp_mflags} prefix=%{_prefix} exiftran fbi
+%make_build prefix=%{_prefix} exiftran fbi
 
 %install
 %make_install prefix=%{_prefix}

Reply via email to