Hello community,

here is the log from the commit of package e2fsprogs for openSUSE:Factory 
checked in at 2018-01-29 14:54:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e2fsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.e2fsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e2fsprogs"

Mon Jan 29 14:54:45 2018 rev:99 rq:569339 version:1.43.8

Changes:
--------
--- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes      2018-01-20 
11:21:47.774163747 +0100
+++ /work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs.changes 2018-01-29 
14:54:46.494042098 +0100
@@ -1,0 +2,6 @@
+Wed Jan 24 14:41:11 UTC 2018 - [email protected]
+
+- libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch:
+  libext2fs: fix build failure in swapfs.c on big-endian systems (bsc#1077420)
+
+-------------------------------------------------------------------

New:
----
  libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch

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

Other differences:
------------------
++++++ e2fsprogs.spec ++++++
--- /var/tmp/diff_new_pack.DE8Epf/_old  2018-01-29 14:54:47.394000053 +0100
+++ /var/tmp/diff_new_pack.DE8Epf/_new  2018-01-29 14:54:47.397999867 +0100
@@ -76,6 +76,7 @@
 #
 # e2fsprogs patches
 #
+Patch1:         libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch
 # libcom_err patches
 Patch3:         libcom_err-compile_et_permissions.patch
 Patch4:         e2fsprogs-1.42-implicit_fortify_decl.patch
@@ -219,6 +220,7 @@
 %prep
 %setup -q -n e2fsprogs-%{version}
 # e2fsprogs patches
+%patch1 -p1
 # libcom_err patches
 %patch3 -p1
 %patch4

++++++ libext2fs-fix-build-failure-in-swapfs.c-on-big-endia.patch ++++++
>From 876d9b0c8eac2fd80dd62bfa1b09adea62aa08f3 Mon Sep 17 00:00:00 2001
From: Theodore Ts'o <[email protected]>
Date: Wed, 3 Jan 2018 01:32:02 -0500
Subject: [PATCH] libext2fs: fix build failure in swapfs.c on big-endian
 systems
References: bsc#1077420

Addresses-Debian-Bug: #886119

Reported-by: James Clarke <[email protected]>
Signed-off-by: Theodore Ts'o <[email protected]>
Acked-by: Jan Kara <[email protected]>
---
 lib/ext2fs/swapfs.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/ext2fs/swapfs.c b/lib/ext2fs/swapfs.c
index 6e5cff97e505..b13dc4229225 100644
--- a/lib/ext2fs/swapfs.c
+++ b/lib/ext2fs/swapfs.c
@@ -19,6 +19,7 @@
 
 #include "ext2_fs.h"
 #include "ext2fs.h"
+#include "ext2fsP.h"
 #include <ext2fs/ext2_ext_attr.h>
 
 #ifdef WORDS_BIGENDIAN
@@ -358,7 +359,7 @@ void ext2fs_swap_inode_full(ext2_filsys fs, struct 
ext2_inode_large *t,
        if (inode_includes(inode_size, i_projid))
                 t->i_projid = ext2fs_swab16(f->i_projid);
        /* catch new static fields added after i_projid */
-       EXT2FS_BUILD_BUG_ON(sizeof(ext2_inode_large) != 160);
+       EXT2FS_BUILD_BUG_ON(sizeof(struct ext2_inode_large) != 160);
 
        i = sizeof(struct ext2_inode) + extra_isize + sizeof(__u32);
        if (bufsize < (int) i)
-- 
2.13.6


Reply via email to