Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package e2fsprogs for openSUSE:Factory 
checked in at 2021-02-23 20:20:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e2fsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.e2fsprogs.new.2378 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e2fsprogs"

Tue Feb 23 20:20:05 2021 rev:115 rq:873456 version:1.46.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes      2021-02-04 
20:21:30.154591342 +0100
+++ /work/SRC/openSUSE:Factory/.e2fsprogs.new.2378/e2fsprogs.changes    
2021-02-23 20:22:02.163742231 +0100
@@ -1,0 +2,33 @@
+Thu Feb 18 14:44:00 UTC 2021 - Jan Kara <j...@suse.cz>
+
+- Remove autoreconf (and resulting dependencies) from the spec file. The
+  upstream configure script should be fine.
+
+-------------------------------------------------------------------
+Tue Feb 16 17:31:25 UTC 2021 - Jan Kara <j...@suse.cz>
+
+- Update to 1.46.1:
+  * Fix setting extended attributes in libext2fs and debugfs
+  * Fix e2fsck to accept large_dir directories greater than 4G
+  * Fix fast commit support on big endian architectures
+  * Fix mke2fs -d to correctly import a small file stored using inline_data
+    feature and which has ACL or extended attribute
+  * Various compilation fixes
+  * Speedup bitmap loading for large filesystems using multiple threads
+  * Speedup mke2fs for bigalloc filesystems
+  * E2fsck fixes when rehashing directories
+  * Fix e2fsck crashes on maliciously corrupted filesystems
+  * Fix e2fsck handling of duplicated case-folded file names
+  * Implement hashed directory support in libext2fs
+  * Support for fast commit feature
+  * Support for combination of casefolding and encryption
+  * Support for stable inodes feature
+  * Add support for per-inode DAX flag
+  * Fix tune2fs to unlock MMP on failure
+  * Fix e2fsck buffer overflow when scanning directory blocks
+  * Fix resize2fs overflowing block group descriptors with 1k block size
+- delete e2fsprogs-1.45.2-gettext.patch - it was merged upstream
+- Add autoconf-archive to build requirements
+- Fix installation of info files for older distros
+
+-------------------------------------------------------------------

Old:
----
  e2fsprogs-1.45.2-gettext.patch
  e2fsprogs-1.45.6.tar.sign
  e2fsprogs-1.45.6.tar.xz

New:
----
  e2fsprogs-1.46.1.tar.sign
  e2fsprogs-1.46.1.tar.xz

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

Other differences:
------------------
++++++ e2fsprogs.spec ++++++
--- /var/tmp/diff_new_pack.lGDzXB/_old  2021-02-23 20:22:03.179743128 +0100
+++ /var/tmp/diff_new_pack.lGDzXB/_new  2021-02-23 20:22:03.179743128 +0100
@@ -28,8 +28,6 @@
 %else
 %bcond_with systemd
 %endif
-BuildRequires:  autoconf
-BuildRequires:  automake
 BuildRequires:  libblkid-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  pkg-config
@@ -68,7 +66,7 @@
 Conflicts:      libcom_err-mini-devel
 %endif
 #
-Version:        1.45.6
+Version:        1.46.1
 Release:        0
 Summary:        Utilities for the Second Extended File System
 License:        GPL-2.0-only
@@ -91,8 +89,6 @@
 Patch3:         libcom_err-compile_et_permissions.patch
 Patch4:         e2fsprogs-1.42-implicit_fortify_decl.patch
 Patch5:         e2fsprogs-1.42-ext2fsh_implicit.patch
-# PATCH-FIX-UPSTREAM e2fsprogs-1.45.2-gettext.patch -- Support gettext 0.20
-Patch6:         e2fsprogs-1.45.2-gettext.patch
 # Do not suppress make commands
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
@@ -256,14 +252,10 @@
 %patch3 -p1
 %patch4
 %patch5
-%patch6 -p1
 cp %{SOURCE2} .
-# Don't use intl/ subdirectory as it's deprecated since gettext 0.20
-rm -r intl
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
-autoreconf --force --install
 %configure \
   --with-root-prefix=''   \
   --enable-elf-shlibs \
@@ -329,7 +321,9 @@
 %post
 /sbin/ldconfig
 %if ! %{build_mini}
-%install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz || :
+%if 0%{?suse_version} <= 1530
+%install_info --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
+%endif
 %{?regenerate_initrd_post}
 %endif
 
@@ -347,7 +341,9 @@
 %preun -n e2fsprogs-scrub-mini
 %else
 %preun
-%install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz || :
+%if 0%{?suse_version} <= 1530
+%install_info_delete --info-dir=%{_infodir} %{_infodir}/libext2fs.info.gz
+%endif
 %preun -n e2fsprogs-scrub
 %endif
 %service_del_preun e2scrub@.service e2scrub_all.service e2scrub_all.timer 
e2scrub_fail@.service e2scrub_reap.service

++++++ e2fsprogs-1.45.6.tar.xz -> e2fsprogs-1.46.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs-1.45.6.tar.xz 
/work/SRC/openSUSE:Factory/.e2fsprogs.new.2378/e2fsprogs-1.46.1.tar.xz differ: 
char 8, line 1

Reply via email to