Hello community,

here is the log from the commit of package grub2 for openSUSE:Factory checked 
in at 2017-05-06 20:45:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/grub2 (Old)
 and      /work/SRC/openSUSE:Factory/.grub2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "grub2"

Sat May  6 20:45:23 2017 rev:161 rq:492386 version:2.02

Changes:
--------
--- /work/SRC/openSUSE:Factory/grub2/grub2.changes      2017-04-24 
09:46:08.930318001 +0200
+++ /work/SRC/openSUSE:Factory/.grub2.new/grub2.changes 2017-05-06 
20:45:24.786568924 +0200
@@ -1,0 +2,11 @@
+Thu Apr 27 18:39:21 UTC 2017 - [email protected]
+
+- new upstream version 2.02
+  * rediff
+    - use-grub2-as-a-package-name.patch
+  * drop upstream patches
+    - grub2-fix-uninitialized-variable-in-btrfs-with-GCC7.patch
+    - grub2-add-FALLTHROUGH-annotations.patch
+- update translations
+
+-------------------------------------------------------------------

Old:
----
  grub-2.02~rc2.tar.xz
  grub2-add-FALLTHROUGH-annotations.patch
  grub2-fix-uninitialized-variable-in-btrfs-with-GCC7.patch
  translations-20140921.tar.xz

New:
----
  grub-2.02.tar.xz
  translations-20170427.tar.xz

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

Other differences:
------------------
++++++ grub2.spec ++++++
--- /var/tmp/diff_new_pack.A9SByJ/_old  2017-05-06 20:45:27.234223637 +0200
+++ /var/tmp/diff_new_pack.A9SByJ/_new  2017-05-06 20:45:27.242222509 +0200
@@ -136,7 +136,7 @@
 %define only_x86_64 %{nil}
 %endif
 
-Version:        2.02~rc2
+Version:        2.02
 Release:        0
 Summary:        Bootloader with support for Linux, Multiboot and more
 License:        GPL-3.0+
@@ -148,7 +148,7 @@
 Source2:        grub.default
 Source4:        grub2.rpmlintrc
 # rsync -Lrtvz  translationproject.org::tp/latest/grub/ po
-Source5:        translations-20140921.tar.xz
+Source5:        translations-20170427.tar.xz
 Source6:        grub2-once
 Source7:        20_memtest86+
 Source8:        README.ibm3215
@@ -208,8 +208,6 @@
 Patch79:        grub2-efi-chainload-harder.patch
 Patch80:        grub2-emu-4-all.patch
 Patch81:        grub2-lvm-allocate-metadata-buffer-from-raw-contents.patch
-Patch82:        grub2-fix-uninitialized-variable-in-btrfs-with-GCC7.patch
-Patch83:        grub2-add-FALLTHROUGH-annotations.patch
 # Btrfs snapshot booting related patches
 Patch101:       grub2-btrfs-01-add-ability-to-boot-from-subvolumes.patch
 Patch102:       grub2-btrfs-02-export-subvolume-envvars.patch
@@ -472,8 +470,6 @@
 %patch79 -p1
 %patch80 -p1
 %patch81 -p1
-%patch82 -p1
-%patch83 -p1
 %patch101 -p1
 %patch102 -p1
 %patch103 -p1


++++++ grub-2.02~rc2.tar.xz -> grub-2.02.tar.xz ++++++
++++ 25291 lines of diff (skipped)


++++++ translations-20140921.tar.xz -> translations-20170427.tar.xz ++++++
++++ 91477 lines of diff (skipped)

++++++ use-grub2-as-a-package-name.patch ++++++
--- /var/tmp/diff_new_pack.A9SByJ/_old  2017-05-06 20:45:31.293650979 +0200
+++ /var/tmp/diff_new_pack.A9SByJ/_new  2017-05-06 20:45:31.297650415 +0200
@@ -12,16 +12,16 @@
  configure.ac |    2 +-
  2 files changed, 13 insertions(+), 13 deletions(-)
 
-Index: grub-2.02~rc2/configure.ac
+Index: grub-2.02/configure.ac
 ===================================================================
---- grub-2.02~rc2.orig/configure.ac
-+++ grub-2.02~rc2/configure.ac
+--- grub-2.02.orig/configure.ac
++++ grub-2.02/configure.ac
 @@ -31,7 +31,7 @@ dnl (such as BUILD_CC, BUILD_CFLAGS, etc
  dnl with the prefix "TARGET_" (such as TARGET_CC, TARGET_CFLAGS, etc.) are
  dnl used for the target type. See INSTALL for full list of variables.
  
--AC_INIT([GRUB],[2.02~rc2],[[email protected]])
-+AC_INIT([GRUB2],[2.02~rc2],[[email protected]])
+-AC_INIT([GRUB],[2.02],[[email protected]])
++AC_INIT([GRUB2],[2.02],[[email protected]])
  
  AC_CONFIG_AUX_DIR([build-aux])
  


Reply via email to