Hello community, here is the log from the commit of package squashfs for openSUSE:Factory checked in at 2018-08-07 09:40:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/squashfs (Old) and /work/SRC/openSUSE:Factory/.squashfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "squashfs" Tue Aug 7 09:40:39 2018 rev:35 rq:627001 version:4.3 Changes: -------- --- /work/SRC/openSUSE:Factory/squashfs/squashfs.changes 2016-07-01 09:54:37.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.squashfs.new/squashfs.changes 2018-08-07 09:40:40.613059090 +0200 @@ -1,0 +2,5 @@ +Wed Aug 1 14:36:31 UTC 2018 - [email protected] + +- sysmacros.patch: Include <sys/sysmacros.h> for major/minor/makedev + +------------------------------------------------------------------- New: ---- sysmacros.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ squashfs.spec ++++++ --- /var/tmp/diff_new_pack.E5czvu/_old 2018-08-07 09:40:41.069059885 +0200 +++ /var/tmp/diff_new_pack.E5czvu/_new 2018-08-07 09:40:41.069059885 +0200 @@ -1,7 +1,7 @@ # # spec file for package squashfs # -# Copyright (c) 2016 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 @@ -20,7 +20,7 @@ Version: 4.3 Release: 0 Summary: A Read-Only File System with Efficient Compression -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/Filesystems Url: http://squashfs.sourceforge.net/ Source0: http://sourceforge.net/projects/squashfs/files/squashfs/%{name}%{version}/%{name}%{version}.tar.gz @@ -30,6 +30,8 @@ # PATCH-FIX-UPSTREAM 0002-Fix-2GB-limit-of-the-is_fragment-.-function.patch boo#953723 Patch2: 0002-Fix-2GB-limit-of-the-is_fragment-.-function.patch Patch3: squashfs-thread-limit +# PATCH-FIX-UPSTREAM Include <sys/sysmacros.h> for major/minor/makedev +Patch4: sysmacros.patch %if %{?suse_version} > 1315 BuildRequires: liblz4-devel %endif @@ -49,6 +51,7 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build sed -i -e "s,-O2,%{optflags}," squashfs-tools/Makefile ++++++ sysmacros.patch ++++++ Index: squashfs4.3/squashfs-tools/mksquashfs.c =================================================================== --- squashfs4.3.orig/squashfs-tools/mksquashfs.c +++ squashfs4.3/squashfs-tools/mksquashfs.c @@ -43,6 +43,7 @@ #include <signal.h> #include <setjmp.h> #include <sys/types.h> +#include <sys/sysmacros.h> #include <sys/mman.h> #include <pthread.h> #include <regex.h> Index: squashfs4.3/squashfs-tools/unsquashfs.c =================================================================== --- squashfs4.3.orig/squashfs-tools/unsquashfs.c +++ squashfs4.3/squashfs-tools/unsquashfs.c @@ -33,6 +33,7 @@ #include <sys/sysinfo.h> #include <sys/types.h> +#include <sys/sysmacros.h> #include <sys/time.h> #include <sys/resource.h> #include <limits.h>
