diff --git a/configure-Fix-autoheader-failure.patch b/configure-Fix-autoheader-failure.patch deleted file mode 100644 index f9b1a02..0000000 --- a/configure-Fix-autoheader-failure.patch +++ /dev/null @@ -1,37 +0,0 @@ -From 55c4bbfe8f1e9f2f76811775c77e99bf3dde3534 Mon Sep 17 00:00:00 2001 -From: Jan Kara -Date: Fri, 29 Mar 2019 17:32:52 +0100 -Subject: [PATCH] configure: Fix autoheader failure - -Autoheader reports: - -autoheader: warning: missing template: HAVE_BLKID_PROBE_ENABLE_PARTITIONS -autoheader: Use AC_DEFINE([HAVE_BLKID_PROBE_ENABLE_PARTITIONS], [], [Description]) -autoheader: warning: missing template: HAVE_BLKID_PROBE_GET_TOPOLOGY - -so provide appropriate descriptions for the defines. - -Signed-off-by: Jan Kara ---- - configure.ac | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 248b291dd0d2..290f93ebdf2f 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -1119,9 +1119,9 @@ dnl the functions added after migrating that library to util-linux - dnl - if test -n "$BLKID_CMT"; then - AC_CHECK_LIB(blkid, blkid_probe_get_topology, -- AC_DEFINE(HAVE_BLKID_PROBE_GET_TOPOLOGY, 1)) -+ AC_DEFINE(HAVE_BLKID_PROBE_GET_TOPOLOGY, 1, [Define to 1 if blkid library provides blkid_probe_get_topology])) - AC_CHECK_LIB(blkid, blkid_probe_enable_partitions, -- AC_DEFINE(HAVE_BLKID_PROBE_ENABLE_PARTITIONS, 1)) -+ AC_DEFINE(HAVE_BLKID_PROBE_ENABLE_PARTITIONS, 1, [Define to 1 if blkid library provides blkid_probe_enable_partitions])) - fi - dnl - if test -n "$DLOPEN_LIB" ; then --- -2.16.4 - diff --git a/e2fsprogs-1.45.0.tar.xz b/e2fsprogs-1.45.0.tar.xz deleted file mode 100644 index f66df11..0000000 --- a/e2fsprogs-1.45.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fa9d0e13f30f1cae9035fe74ed8ad01bfaae99c2c0b9b970318bdb5d738fcd4 -size 5520532 diff --git a/e2fsprogs-1.45.1.tar.xz b/e2fsprogs-1.45.1.tar.xz new file mode 100644 index 0000000..5e0b16f --- /dev/null +++ b/e2fsprogs-1.45.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24acedbe376a9c1b5c0a0b15c9fb84b3bef4943d669caf40b2e3e41e86d95548 +size 5507236 diff --git a/e2fsprogs.changes b/e2fsprogs.changes index 0b593b9..52bf540 100644 --- a/e2fsprogs.changes +++ b/e2fsprogs.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Wed May 15 14:49:56 UTC 2019 - Jan Kara + +- Remove unused configure-Fix-autoheader-failure.patch. + +------------------------------------------------------------------- +Wed May 15 13:48:31 UTC 2019 - seanlew@opensuse.org + +- Update to 1.45.1 + * Remove configure-Fix-autoheader-failure.patch (fixed upstream) + * Debugfs now supports non-printable chars + * E2fsck now checks to make sure all unused bits in block are set + * E2fsck now supports writing out a problem code log + * Fixed various casefold bugs + * Fix mke2fs support for < 900TB disks + * E2scrub will take its snapshots with UDISK_IGNORE + * Dropped utf8/nls symbols from libext2fs shared library + ------------------------------------------------------------------- Fri Mar 29 16:56:07 UTC 2019 - Jan Kara diff --git a/e2fsprogs.spec b/e2fsprogs.spec index d1353d8..ad10768 100644 --- a/e2fsprogs.spec +++ b/e2fsprogs.spec @@ -12,7 +12,7 @@ # 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/ # @@ -62,7 +62,7 @@ Conflicts: libcom_err2-mini Conflicts: libcom_err-mini-devel %endif # -Version: 1.45.0 +Version: 1.45.1 Release: 0 Summary: Utilities for the Second Extended File System License: GPL-2.0-only @@ -81,7 +81,6 @@ Source3: baselibs.conf Patch3: libcom_err-compile_et_permissions.patch Patch4: e2fsprogs-1.42-implicit_fortify_decl.patch Patch5: e2fsprogs-1.42-ext2fsh_implicit.patch -Patch6: configure-Fix-autoheader-failure.patch # Do not suppress make commands BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -224,7 +223,6 @@ Development files for the com_err error message display library. Static librarie %patch3 -p1 %patch4 %patch5 -%patch6 -p1 cp %{SOURCE2} . %build