Hello community,

here is the log from the commit of package coreboot-utils for openSUSE:Factory 
checked in at 2018-02-01 21:29:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/coreboot-utils (Old)
 and      /work/SRC/openSUSE:Factory/.coreboot-utils.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "coreboot-utils"

Thu Feb  1 21:29:05 2018 rev:24 rq:571468 version:4.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/coreboot-utils/coreboot-utils.changes    
2017-06-29 15:21:38.405713871 +0200
+++ /work/SRC/openSUSE:Factory/.coreboot-utils.new/coreboot-utils.changes       
2018-02-01 21:29:07.377819212 +0100
@@ -1,0 +2,26 @@
+Mon Jan 15 18:45:33 UTC 2018 - [email protected]
+
+- Update to 4.7
+  * Full changelog:
+    https://coreboot.org/releases/coreboot-4.7-relnotes.txt
+- Rebase patches:
+  * k8resdump.diff
+  * no-pie.patch
+  * do-explicit-fallthrough.patch
+- Adjust CFLAGS for util/ifdtool
+
+-------------------------------------------------------------------
+Wed Jan  3 19:56:38 UTC 2018 - [email protected]
+
+- verify source signature
+
+-------------------------------------------------------------------
+Fri Dec 29 20:37:20 UTC 2017 - [email protected]
+
+- Update to 4.6
+  * Full changelog:
+    https://www.coreboot.org/releases/coreboot-4.6-relnotes.txt
+- Fix URL
+- Build with intelmetool
+
+-------------------------------------------------------------------

Old:
----
  coreboot-4.5.tar.xz

New:
----
  coreboot-4.7.tar.xz
  coreboot-4.7.tar.xz.sig
  coreboot-utils.keyring

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

Other differences:
------------------
++++++ coreboot-utils.spec ++++++
--- /var/tmp/diff_new_pack.lD2K5E/_old  2018-02-01 21:29:09.161735839 +0100
+++ /var/tmp/diff_new_pack.lD2K5E/_new  2018-02-01 21:29:09.165735652 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package coreboot-utils
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -21,9 +21,12 @@
 Summary:        A universal flash programming utility
 License:        GPL-2.0
 Group:          Development/Tools/Other
-Version:        4.5
+Version:        4.7
 Release:        0
-Source0:        http://www.coreboot.org/releases/coreboot-%{version}.tar.xz
+Source0:        https://www.coreboot.org/releases/coreboot-%{version}.tar.xz
+Source1:        
https://www.coreboot.org/releases/coreboot-%{version}.tar.xz.sig
+#http://keyserver.ubuntu.com:11371/pks/lookup?op=get&search=0x19796C2B3E4F7DF7#/%%{name}.keyring
+Source3:        %{name}.keyring
 Patch1:         no-pie.patch
 Patch2:         k8resdump.diff
 Patch3:         do-explicit-fallthrough.patch
@@ -56,13 +59,14 @@
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/romcc romcc
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/cbmem
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/ifdfake
-make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/ifdtool
+make %{?_smp_mflags} CFLAGS="%{optflags} -I../../src/commonlib/include" -C 
util/ifdtool
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/cbfstool
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/k8resdump
 %ifarch %{ix86} x86_64
 CXXFLAGS="$CXXFLAGS -fPIC"
 CFLAGS="$CFLAGS -fPIC"
 make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/inteltool
+make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/intelmetool
 make %{?_smp_mflags} HOSTCC="cc %{optflags}"  -C util/amdfwtool
 make %{?_smp_mflags} CFLAGS="%{optflags} -I." -C util/viatool
 (cd util/msrtool && %configure && make %{?_smp_mflags})
@@ -78,6 +82,7 @@
 make %{?_smp_mflags} DESTDIR=%{buildroot} PREFIX=%{_prefix} -C 
util/superiotool install
 make %{?_smp_mflags} DESTDIR=%{buildroot} PREFIX=%{_prefix} -C util/nvramtool 
install
 make %{?_smp_mflags} DESTDIR=%{buildroot} PREFIX=%{_prefix} -C util/ifdfake 
install
+make %{?_smp_mflags} DESTDIR=%{buildroot} PREFIX=%{_prefix} -C 
util/intelmetool install
 # ifdtool & viatool install targets try to install a nonexistent manpage...
 install util/ifdtool/ifdtool %{buildroot}%{_bindir}
 install util/cbfstool/cbfstool %{buildroot}%{_bindir}
@@ -121,6 +126,7 @@
 %{_bindir}/viatool
 %{_sbindir}/ectool
 %{_sbindir}/inteltool
+%{_sbindir}/intelmetool
 %{_sbindir}/amdfwtool
 %{_sbindir}/k8-compare-pci-space.pl
 %{_sbindir}/k8-interpret-extended-memory-settings.pl

++++++ coreboot-4.5.tar.xz -> coreboot-4.7.tar.xz ++++++
/work/SRC/openSUSE:Factory/coreboot-utils/coreboot-4.5.tar.xz 
/work/SRC/openSUSE:Factory/.coreboot-utils.new/coreboot-4.7.tar.xz differ: char 
25, line 1

++++++ do-explicit-fallthrough.patch ++++++
--- /var/tmp/diff_new_pack.lD2K5E/_old  2018-02-01 21:29:09.225732848 +0100
+++ /var/tmp/diff_new_pack.lD2K5E/_new  2018-02-01 21:29:09.225732848 +0100
@@ -1,12 +1,11 @@
-Index: coreboot-4.5/util/cbfstool/lz4/lib/lz4frame.c
-===================================================================
---- coreboot-4.5.orig/util/cbfstool/lz4/lib/lz4frame.c
-+++ coreboot-4.5/util/cbfstool/lz4/lib/lz4frame.c
-@@ -1091,7 +1091,7 @@ size_t LZ4F_decompress(LZ4F_decompressio
-                 dctxPtr->tmpInTarget = minFHSize;   /* minimum to attempt 
decode */
+diff --git a/util/cbfstool/lz4/lib/lz4frame.c 
b/util/cbfstool/lz4/lib/lz4frame.c
+index f984b27..1505875 100644
+--- a/util/cbfstool/lz4/lib/lz4frame.c
++++ b/util/cbfstool/lz4/lib/lz4frame.c
+@@ -1092,6 +1092,7 @@ size_t LZ4F_decompress(LZ4F_decompressionContext_t 
decompressionContext,
                  dctxPtr->dStage = dstage_storeHeader;
              }
--
+           /* Falls through. */
 +            __attribute__ ((fallthrough));
          case dstage_storeHeader:
              {

++++++ k8resdump.diff ++++++
--- /var/tmp/diff_new_pack.lD2K5E/_old  2018-02-01 21:29:09.237732288 +0100
+++ /var/tmp/diff_new_pack.lD2K5E/_new  2018-02-01 21:29:09.237732288 +0100
@@ -1,13 +1,13 @@
-Index: coreboot-4.3/util/k8resdump/Makefile
-===================================================================
---- coreboot-4.3.orig/util/k8resdump/Makefile
-+++ coreboot-4.3/util/k8resdump/Makefile
-@@ -25,7 +25,7 @@ OS_ARCH      = $(shell uname)
+diff --git a/util/k8resdump/Makefile b/util/k8resdump/Makefile
+index e260351..48651f2 100644
+--- a/util/k8resdump/Makefile
++++ b/util/k8resdump/Makefile
+@@ -24,7 +24,7 @@ OS_ARCH      = $(shell uname)
  ifeq ($(OS_ARCH), SunOS)
  LDFLAGS = -lpci
  else
 -LDFLAGS = -lpci -lz -static
 +LDFLAGS = -lpci -lz
- STRIP_ARGS = -s
  endif
  
+ OBJS = k8resdump.o

++++++ no-pie.patch ++++++
--- /var/tmp/diff_new_pack.lD2K5E/_old  2018-02-01 21:29:09.249731726 +0100
+++ /var/tmp/diff_new_pack.lD2K5E/_new  2018-02-01 21:29:09.249731726 +0100
@@ -1,15 +1,16 @@
-Index: coreboot-4.5/util/msrtool/Makefile.in
-===================================================================
---- coreboot-4.5.orig/util/msrtool/Makefile.in
-+++ coreboot-4.5/util/msrtool/Makefile.in
-@@ -19,8 +19,8 @@ PROGRAM = msrtool
+diff --git a/util/msrtool/Makefile.in b/util/msrtool/Makefile.in
+index 3d50f4c..adda869 100644
+--- a/util/msrtool/Makefile.in
++++ b/util/msrtool/Makefile.in
+@@ -19,8 +19,9 @@ PROGRAM = msrtool
  CC      = @CC@
  INSTALL = @INSTALL@
  PREFIX  = @PREFIX@
--CFLAGS  = @CFLAGS@ -fno-pic
+-CFLAGS  = @CFLAGS@
 -LDFLAGS = @LDFLAGS@
 +CFLAGS  = @CFLAGS@ -fPIC -fno-PIE
 +LDFLAGS = @LDFLAGS@ -fPIC -no-pie
++
  
  TARGETS = geodegx2.o geodelx.o cs5536.o k8.o intel_pentium3_early.o 
intel_pentium3.o intel_pentium4_early.o intel_pentium4_later.o intel_core1.o 
intel_core2_early.o intel_core2_later.o intel_nehalem.o intel_atom.o
  SYSTEMS = linux.o darwin.o freebsd.o


Reply via email to