Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: libext2fs-devel | Distribution: openSUSE Tumbleweed |
Version: 1.47.2 | Vendor: openSUSE |
Release: 1.1 | Build date: Fri Feb 28 19:52:18 2025 |
Group: Development/Libraries/C and C++ | Build host: reproducible |
Size: 190320 | Source RPM: e2fsprogs-1.47.2-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: http://e2fsprogs.sourceforge.net | |
Summary: Development files for libext2fs |
Development files for libext2fs.
LGPL-2.0-only
* Fri Feb 28 2025 Jan Kara <jack@suse.cz> - Remove patches merged upstream: configure-add-SIZEOF_TIME_T-to-public_config.h.patch libext2fs-fix-unused-parameter-warnings-errors.patch * Fri Feb 28 2025 Jan Kara <jack@suse.cz> - Update to 1.47.2: * Fix orphan_file support on big endian systems * Various orphan_file handling fixes * Allow resize2fs to perform offline resize past 256 TiB boundary * Update translations * Thu Nov 28 2024 Anthony Iliopoulos <ailiop@suse.com> - Add configure-add-SIZEOF_TIME_T-to-public_config.h.patch The introduction of [1] broke compilation on 32-bit archs, this fix restores it. [1] commit ca8bc9240a00 ("Add post-2038 timestamp support to e2fsprogs") * Wed Nov 27 2024 Anthony Iliopoulos <ailiop@suse.com> - Add libext2fs-fix-unused-parameter-warnings-errors.patch This is required as other packages that leverage ext2fs.h will otherwise fail to compile when setting -Werror due to unused parameters in certain functions introduced in [1] leading to compiler warnings. [1] commit ca8bc9240a00 ("Add post-2038 timestamp support to e2fsprogs") * Mon Nov 25 2024 Anthony Iliopoulos <ailiop@suse.com> - Update specfile to replace fuse-devel with fuse3-devel The v1.47.1 update added support for fuse3-based fuse2fs [1], and at the same time this commit broke fuse2-based support (which has now been fixed upstream [2]). There is no reason to stick with the older 2.x libfuse implementation at this point, so switch to fuse3 which also solves the compilation problem without backporting [2] from upstream. [1] commit 448a3f8b487b ("add libfuse3 support to fuse2fs") [2] commit fb702218ab47 ("fuse2fs: explicitly set _FILE_OFFSET_BITS again") * Mon Nov 25 2024 Anthony Iliopoulos <ailiop@suse.com> - Update to v1.47.1: * Add post-2038 handling when e2fsprogs is compiled on a system with a 64-bit time_t. * Mke2fs -d can now support an input tar file if the libarchive library is available. * Teach mke2fs a new extended options, root_perms, which overrides the permissions for the root directory for the new file system. * Add support for SOURCE_DATE_EPOCH environment variable per the specification https://reproducible-builds.org/specs/source-date-epoch. * Improve resize2fs's performance by eliminating extra cache flushes. * Improve mke2fs's performance when zeroing a large number of inode table blocks (when lazy inode table initialization is not enabled) by batching calls to ext2fs_zero_blocks. - Drop e2fsck-Suppress-orphan-file-is-clean-message-in-preen.patch (merged upstream) * Thu Feb 22 2024 Dominique Leuenberger <dimstar@opensuse.org> - Use %patch -P N instead of deprecated %patchN. * Fri Jan 12 2024 Luis Henriques <lhenriques@suse.com> - e2fsck-Suppress-orphan-file-is-clean-message-in-preen.patch: e2fsck: Suppress "orphan file is clean" message in preen mode (bsc#1218747) * Wed Oct 04 2023 Jan Kara <jack@suse.cz> - Update specfile to make sure regenerate_initrd_post macro is defined * Wed Feb 08 2023 Paolo Stivanin <info@paolostivanin.com> - Update to 1.47.0: * Add support for the orphan_file feature, which speeds up workloads that are deleting or truncating a large number files in parallel. This compat feature was first supported in the v5.15 Linux kernel. * The mke2fs program (via the mke2fs.conf file) now enables the metadata_csum_seed and orphan_file features by default. The metadata_csum_seed feature is an incompat feature which is first supported in the Linux kernel starting in the 4.4 kernel. * Mke2fs now supports the extended option "assume_storage_prezeroed" which causes mke2fs to skip zeroing the journal and inode tables and to mark the inode tables as zeroed. * Add support to tune2fs and e2label to set the label and UUID for a mounted file system using a ioctl, which is more reliable than modifying the superblock via writing to the block device. The kernel support for setting the label landed in v5.17, while the support for adding the UUID landed in v6.0. If the ioctls are not supported, tune2fs and e2label will fall back old strategy of directly modifying the superblock. * Allow tune2fs to disable the casefold feature after scanning all of the directories do not have the Casefold flag set. * Tue Dec 27 2022 Ludwig Nussel <lnussel@suse.com> - Replace transitional %usrmerged macro with regular version check (boo#1206798) * Thu Sep 15 2022 Dominique Leuenberger <dimstar@opensuse.org> - Refresh e2fsprogs.keyring based on currently provided keys. * Wed Sep 14 2022 Dominique Leuenberger <dimstar@opensuse.org> - Spec file cleanup: + Drop remainders regarding -mini packages, which was not a thing since Jan 2014. + Split build of fuse2fs out into a sep build (_multibuild enabled). * Tue Sep 13 2022 Christian Goll <cgoll@suse.com> - enabled fuse2fs build which enable to mount ext2/3/4 via FUSE * Tue Apr 19 2022 Dirk Müller <dmueller@suse.com> - avoid empty preuninstall script * Fri Jan 28 2022 Jan Kara <jack@suse.cz> - Update to 1.46.5: * better handling for resizing to fs sizes which would exceed inode limits * fix crash in e2fsck fastcommit handling * fix possibly lost quota limits when e2fsck corrects quota files * fix tune2fs to properly transfer quota limits when convertion quota files * add support for handling of version 0 quota files in tune2fs * teach libss to use libreadline.so.8 * optimize resize2fs cpu usage for large filesystems * teach libuuid to use getrandom() or getentropy() if available - libss-add-newer-libreadline.so.8-to-dlopen-path.patch: Remove, merged upstream - quota-Add-support-to-version-0-quota-format.patch: Remove, merged upstream - quota-Fold-quota_read_all_dquots-into-quota_update_l.patch: Remove, merged upstream - quota-Rename-quota_update_limits-to-quota_read_all_d.patch: Remove, merged upstream - tune2fs-Fix-conversion-of-quota-files.patch: Remove, merged upstream - e2fsck-Do-not-trash-user-limits-when-processing-orph.patch: Remove, merged upstream - debugfs-Fix-headers-for-quota-commands.patch: Remove, merged upstream - quota-Drop-dead-code.patch: Remove, merged upstream
/usr/include/e2p /usr/include/e2p/e2p.h /usr/include/ext2fs /usr/include/ext2fs/bitops.h /usr/include/ext2fs/ext2_err.h /usr/include/ext2fs/ext2_ext_attr.h /usr/include/ext2fs/ext2_fs.h /usr/include/ext2fs/ext2_io.h /usr/include/ext2fs/ext2_types.h /usr/include/ext2fs/ext2fs.h /usr/include/ext2fs/ext3_extents.h /usr/include/ext2fs/hashmap.h /usr/include/ext2fs/qcow2.h /usr/include/ext2fs/tdb.h /usr/lib/libe2p.so /usr/lib/libext2fs.so /usr/lib/pkgconfig/e2p.pc /usr/lib/pkgconfig/ext2fs.pc
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 09:46:30 2025