Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package u-boot for openSUSE:Factory checked 
in at 2022-05-17 17:23:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/u-boot (Old)
 and      /work/SRC/openSUSE:Factory/.u-boot.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "u-boot"

Tue May 17 17:23:50 2022 rev:163 rq:977520 version:2022.04

Changes:
--------
--- /work/SRC/openSUSE:Factory/u-boot/u-boot.changes    2022-04-17 
23:50:10.734334899 +0200
+++ /work/SRC/openSUSE:Factory/.u-boot.new.1538/u-boot.changes  2022-05-17 
17:24:05.147152073 +0200
@@ -1,0 +2,6 @@
+Mon May 16 11:04:46 UTC 2022 - Andreas Schwab <sch...@suse.de>
+
+- Remove build dependency on SDL, none of the installed tools need that
+- Use pkgconfig dependencies for gnutls, uuid, openssl
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ u-boot.spec ++++++
--- /var/tmp/diff_new_pack.mwwQwA/_old  2022-05-17 17:24:06.007152856 +0200
+++ /var/tmp/diff_new_pack.mwwQwA/_new  2022-05-17 17:24:06.011152860 +0200
@@ -243,18 +243,17 @@
 BuildRequires:  bison
 # Arndale board needs DTC >= 1.4
 BuildRequires:  dtc >= 1.4.0
-# gnutls/gnutls.h required for tools/mkeficapsule.c
-BuildRequires:  libgnutls-devel
 BuildRequires:  flex
+BuildRequires:  pkgconfig
+# gnutls/gnutls.h required for tools/mkeficapsule.c
+BuildRequires:  pkgconfig(gnutls)
 # u-boot-clearfog (tools/kwbimage.c) needs openssl to build
-BuildRequires:  libopenssl-devel
+BuildRequires:  pkgconfig(openssl)
 # uuid/uuid.h required for tools/mkeficapsule.c
-BuildRequires:  libuuid-devel
-BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(uuid)
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
 BuildRequires:  swig
-BuildRequires:  pkgconfig(sdl)
 Conflicts:      u-boot-loader
 Provides:       u-boot-loader
 %if "%_project" == "hardware:boot" || "%_project" == "hardware:boot:staging" 
|| "%_project" == "openSUSE:Factory" || "%_project" == "openSUSE:Factory:ARM" 
|| "%_project" == "openSUSE:Factory:PowerPC" || "%_project" == 
"openSUSE:Factory:RISCV" || "%_project" == "openSUSE:Leap:15.2" || "%_project" 
== "openSUSE:Leap:15.2:ARM" || "%_project" == "openSUSE:Leap:15.2:PowerPC"
@@ -391,7 +390,7 @@
 # needed for include/config/auto.conf
 make defconfig
 make syncconfig
-make %{?_smp_mflags} CFLAGS="%{optflags}" tools-only
+make %{?_smp_mflags} CFLAGS="%{optflags}" tools-only NO_SDL=y
 
 %else
 %if 0%{?is_a64} || 0%{?is_h5}

Reply via email to