Hello community, here is the log from the commit of package coreboot-utils for openSUSE:Factory checked in at 2018-05-29 10:29:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/coreboot-utils (Old) and /work/SRC/openSUSE:Factory/.coreboot-utils.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "coreboot-utils" Tue May 29 10:29:43 2018 rev:25 rq:610098 version:4.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/coreboot-utils/coreboot-utils.changes 2018-02-01 21:29:07.377819212 +0100 +++ /work/SRC/openSUSE:Factory/.coreboot-utils.new/coreboot-utils.changes 2018-05-29 10:29:47.182018101 +0200 @@ -1,0 +2,9 @@ +Thu May 17 11:42:27 UTC 2018 - [email protected] + +- Update to 4.8.1 + * Full changelog: + https://www.coreboot.org/releases/coreboot-4.8.1-relnotes.txt +- Rebase patches: + * no-pie.patch + +------------------------------------------------------------------- Old: ---- coreboot-4.7.tar.xz coreboot-4.7.tar.xz.sig New: ---- coreboot-4.8.1.tar.xz coreboot-4.8.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ coreboot-utils.spec ++++++ --- /var/tmp/diff_new_pack.mGMF0J/_old 2018-05-29 10:29:48.661963429 +0200 +++ /var/tmp/diff_new_pack.mGMF0J/_new 2018-05-29 10:29:48.661963429 +0200 @@ -17,12 +17,12 @@ Name: coreboot-utils -Url: http://coreboot.org/ +Version: 4.8.1 +Release: 0 Summary: A universal flash programming utility -License: GPL-2.0 +License: GPL-2.0-only Group: Development/Tools/Other -Version: 4.7 -Release: 0 +URL: http://coreboot.org/ 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 @@ -30,7 +30,6 @@ Patch1: no-pie.patch Patch2: k8resdump.diff Patch3: do-explicit-fallthrough.patch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: gcc-c++ BuildRequires: pciutils-devel BuildRequires: xz @@ -54,7 +53,7 @@ %build make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/ectool -make %{?_smp_mflags} CC="%{__cc} %{optflags}" -C util/superiotool +make %{?_smp_mflags} CC="gcc %{optflags}" -C util/superiotool make %{?_smp_mflags} CFLAGS="%{optflags} -DCMOS_HAL=1 -I." -C util/nvramtool make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/romcc romcc make %{?_smp_mflags} CFLAGS="%{optflags}" -C util/cbmem @@ -115,8 +114,10 @@ %files %defattr(-,root,root) -%doc README.superiotool COPYING.superiotool -%doc README.nvramtool COPYING.nvramtool DISCLAIMER.nvramtool +%license COPYING.superiotool +%doc README.superiotool +%license COPYING.nvramtool +%doc README.nvramtool DISCLAIMER.nvramtool %doc README.amdtools example_input.amdtools %{_bindir}/cbfstool %{_bindir}/cbmem ++++++ coreboot-4.7.tar.xz -> coreboot-4.8.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/coreboot-utils/coreboot-4.7.tar.xz /work/SRC/openSUSE:Factory/.coreboot-utils.new/coreboot-4.8.1.tar.xz differ: char 26, line 1 ++++++ no-pie.patch ++++++ --- /var/tmp/diff_new_pack.mGMF0J/_old 2018-05-29 10:29:48.733960769 +0200 +++ /var/tmp/diff_new_pack.mGMF0J/_new 2018-05-29 10:29:48.733960769 +0200 @@ -1,8 +1,8 @@ diff --git a/util/msrtool/Makefile.in b/util/msrtool/Makefile.in -index 3d50f4c..adda869 100644 +index a79cb4f..998bfe4 100644 --- a/util/msrtool/Makefile.in +++ b/util/msrtool/Makefile.in -@@ -19,8 +19,9 @@ PROGRAM = msrtool +@@ -19,8 +19,8 @@ PROGRAM = msrtool CC = @CC@ INSTALL = @INSTALL@ PREFIX = @PREFIX@ @@ -10,7 +10,6 @@ -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 + TARGETS = geodegx2.o geodelx.o cs5536.o k8.o via_c7.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
