Hello community,

here is the log from the commit of package vboot for openSUSE:Factory checked 
in at 2019-01-08 12:30:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/vboot (Old)
 and      /work/SRC/openSUSE:Factory/.vboot.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "vboot"

Tue Jan  8 12:30:21 2019 rev:7 rq:663599 version:72.11316

Changes:
--------
--- /work/SRC/openSUSE:Factory/vboot/vboot.changes      2018-09-11 
17:21:15.747046073 +0200
+++ /work/SRC/openSUSE:Factory/.vboot.new.28833/vboot.changes   2019-01-08 
12:31:58.504043686 +0100
@@ -1,0 +2,9 @@
+Tue Jan  8 08:46:01 UTC 2019 - Guillaume GARDET <[email protected]>
+
+- Update to R72-11316:
+  * Upstream log available here: 
+  
https://chromium.googlesource.com/chromiumos/platform/vboot_reference.git/+log/release-R72-11316.B
+- Update patch:
+  * fix_Makefile.patch
+
+-------------------------------------------------------------------

Old:
----
  release-R70-11021.B.tar.gz

New:
----
  release-R72-11316.B.tar.gz

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

Other differences:
------------------
++++++ vboot.spec ++++++
--- /var/tmp/diff_new_pack.o2uy8x/_old  2019-01-08 12:31:59.432042679 +0100
+++ /var/tmp/diff_new_pack.o2uy8x/_new  2019-01-08 12:31:59.436042674 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package vboot
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
-%define major_version 70
-%define minor_version 11021
+%define major_version 72
+%define minor_version 11316
 Name:           vboot
 Version:        %{major_version}.%{minor_version}
 Release:        0
@@ -78,7 +78,6 @@
 %{_bindir}/efidecompress
 %{_bindir}/enable_dev_usb_boot
 %{_bindir}/futility
-%{_bindir}/futility_s
 %{_bindir}/gbb_flags_common.sh
 %{_bindir}/gbb_utility
 %{_bindir}/get_gbb_flags.sh

++++++ fix_Makefile.patch ++++++
--- /var/tmp/diff_new_pack.o2uy8x/_old  2019-01-08 12:31:59.460042648 +0100
+++ /var/tmp/diff_new_pack.o2uy8x/_new  2019-01-08 12:31:59.460042648 +0100
@@ -1,5 +1,14 @@
---- Makefile.orig      2018-03-02 20:45:50.000000000 +0100
-+++ Makefile   2018-03-02 21:52:49.564224600 +0100
+--- Makefile.orig      2019-01-08 09:25:08.000000000 +0100
++++ Makefile   2019-01-08 09:56:52.358592482 +0100
+@@ -136,7 +136,7 @@ endif
+ #
+ # Flag ordering: arch, then -f, then -m, then -W
+ DEBUG_FLAGS := $(if ${DEBUG},-g -O0,-Os)
+-WERROR := -Werror
++WERROR := 
+ COMMON_FLAGS := -nostdinc -pipe \
+       -ffreestanding -fno-builtin -fno-stack-protector \
+       ${WERROR} -Wall -Wstrict-prototypes ${DEBUG_FLAGS}
 @@ -227,12 +227,6 @@ LD = ${CC}
  CXX ?= g++
  PKG_CONFIG ?= pkg-config
@@ -10,10 +19,10 @@
 -PKG_CONFIG += --static
 -endif
 -
- # Determine QEMU architecture needed, if any
- ifeq (${ARCH},${HOST_ARCH})
-   # Same architecture; no need for QEMU
-@@ -991,7 +985,6 @@ ${UTILBDB}: ${UTILBDB_OBJS} ${BDBLIB_OBJ
+ # Optional Libraries
+ LIBZIP_VERSION := $(shell ${PKG_CONFIG} --modversion libzip 2>/dev/null)
+ HAVE_LIBZIP := $(if ${LIBZIP_VERSION},1)
+@@ -1007,7 +1001,6 @@ ${UTILBDB}: ${UTILBDB_OBJS} ${BDBLIB_OBJ
  # Link tests for external repos
  ${BUILD}/host/linktest/extern: ${HOSTLIB}
  ${BUILD}/host/linktest/extern: LIBS = ${HOSTLIB}
@@ -21,7 +30,7 @@
  TEST_OBJS += ${BUILD}/host/linktest/extern.o
  
  .PHONY: hostlib
-@@ -1082,10 +1075,6 @@ ${BUILD}/utility/%: INCLUDES += -Iutilit
+@@ -1098,10 +1091,6 @@ ${BUILD}/utility/%: INCLUDES += -Iutilit
  ${UTIL_BINS} ${UTIL_BINS_STATIC}: ${UTILLIB}
  ${UTIL_BINS} ${UTIL_BINS_STATIC}: LIBS = ${UTILLIB}
  
@@ -32,12 +41,3 @@
  .PHONY: utils
  utils: ${UTIL_BINS} ${UTIL_SCRIPTS}
        ${Q}cp -f ${UTIL_SCRIPTS} ${BUILD}/utility
-@@ -1117,7 +1106,7 @@ futil: ${FUTIL_STATIC_BIN} ${FUTIL_BIN}
- ${FUTIL_STATIC_BIN}: LDLIBS += ${CRYPTO_STATIC_LIBS} -lpthread
- ${FUTIL_STATIC_BIN}: ${FUTIL_STATIC_OBJS} ${UTILLIB}
-       @${PRINTF} "    LD            $(subst ${BUILD}/,,$@)\n"
--      ${Q}${LD} -o $@ ${CFLAGS} ${LDFLAGS} -static $^ ${LDLIBS}
-+      ${Q}${LD} -o $@ ${CFLAGS} ${LDFLAGS} $^ ${LDLIBS}
- 
- ${FUTIL_BIN}: LDLIBS += ${CRYPTO_LIBS}
- ${FUTIL_BIN}: ${FUTIL_OBJS} ${UTILLIB} ${FWLIB20} ${UTILBDB}

++++++ release-R70-11021.B.tar.gz -> release-R72-11316.B.tar.gz ++++++
/work/SRC/openSUSE:Factory/vboot/release-R70-11021.B.tar.gz 
/work/SRC/openSUSE:Factory/.vboot.new.28833/release-R72-11316.B.tar.gz differ: 
char 30, line 2


Reply via email to