Hello community,

here is the log from the commit of package e2fsprogs for openSUSE:Factory 
checked in at 2014-07-16 16:37:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/e2fsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.e2fsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "e2fsprogs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs.changes      2014-05-02 
19:22:06.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs.changes 2014-07-16 
16:37:24.000000000 +0200
@@ -1,0 +2,21 @@
+Tue Jul 15 15:52:16 UTC 2014 - [email protected]
+
+- Remove e2fsck.conf since we don't need the changed default anymore. e2fsck
+  handles this type of problems automatically now and broken_system_clock has
+  other undesired sideeffects like skipped periodic checks (bnc#866283)
+
+-------------------------------------------------------------------
+Tue Jul 15 15:43:06 UTC 2014 - [email protected]
+
+- Update to 1.42.11
+  * fix aborted journal replay in e2fsck with bigalloc
+  * make mke2fs refuse insane flex_bg sizes
+  * automatically fix last mount time and last write time in e2fsck
+  * fix mke2fs to properly create large filesystems on 32-bit systems
+  * mke2fs asks before wiping preexisting filesystem
+  * mke2fs can create filesystems with all metadata in the beginning
+  * fix resize2fs shrink operation in some corner cases
+  ...
+- Remove filefrag-print-shared-extent-flag.patch: Merged upstream
+
+-------------------------------------------------------------------

Old:
----
  e2fsck.conf
  e2fsprogs-1.42.9.tar.gz
  filefrag-print-shared-extent-flag.patch

New:
----
  e2fsprogs-1.42.11.tar.gz

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

Other differences:
------------------
++++++ e2fsprogs.spec ++++++
--- /var/tmp/diff_new_pack.BXh5em/_old  2014-07-16 16:37:25.000000000 +0200
+++ /var/tmp/diff_new_pack.BXh5em/_new  2014-07-16 16:37:25.000000000 +0200
@@ -24,6 +24,7 @@
 Supplements:    filesystem(ext2) filesystem(ext3) filesystem(ext4)
 %endif
 BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libblkid-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  pkg-config
@@ -60,7 +61,7 @@
 Conflicts:      libcom_err-mini-devel
 %endif
 #
-Version:        1.42.9
+Version:        1.42.11
 Release:        0
 Summary:        Utilities for the Second Extended File System
 License:        GPL-2.0
@@ -71,12 +72,10 @@
 Source:         
http://downloads.sourceforge.net/project/e2fsprogs/e2fsprogs/v%{version}/e2fsprogs-%{version}.tar.gz
 Source2:        README.SUSE
 Source3:        baselibs.conf
-Source4:        e2fsck.conf
 #
 # e2fsprogs patches
 #
 Patch1:         e2fsprogs-1.41.1-splash_support.patch
-Patch2:         filefrag-print-shared-extent-flag.patch
 # libcom_err patches
 Patch3:         libcom_err-compile_et_permissions.patch
 Patch4:         e2fsprogs-1.42-implicit_fortify_decl.patch
@@ -190,7 +189,6 @@
 %setup -q -n e2fsprogs-%{version}
 # e2fsprogs patches
 %patch1
-%patch2 -p1
 # libcom_err patches
 %patch3 -p1
 %patch4
@@ -218,9 +216,6 @@
 %install
 make install install-libs DESTDIR=$RPM_BUILD_ROOT ELF_INSTALL_DIR=/%{_libdir}
 
-# Let boot continue even if system clock is wrong
-install -p -m 644 %{SOURCE4} %{buildroot}/etc/e2fsck.conf
-
 %{find_lang} e2fsprogs
 
 rm $RPM_BUILD_ROOT%{_libdir}/e2initrd_helper
@@ -228,8 +223,6 @@
 rm -f $RPM_BUILD_ROOT/%{_sbindir}/fsck.ext4dev
 rm -f $RPM_BUILD_ROOT/usr/share/man/man8/mkfs.ext4dev.8*
 rm -f $RPM_BUILD_ROOT/usr/share/man/man8/fsck.ext4dev.8*
-rm -v %{buildroot}%{_includedir}/quota/mkquota.h
-rm -v %{buildroot}%{_libdir}/pkgconfig/quota.pc
 
 # Need libext2fs.a for silo
 find "%buildroot/%_libdir" -type f -name "*.a" \
@@ -303,7 +296,6 @@
 %files -f e2fsprogs.lang
 %defattr(-, root, root)
 %doc RELEASE-NOTES README
-%config /etc/e2fsck.conf
 %config /etc/mke2fs.conf
 #UsrMerge 
 /sbin/badblocks

++++++ e2fsprogs-1.41.1-splash_support.patch ++++++
--- /var/tmp/diff_new_pack.BXh5em/_old  2014-07-16 16:37:25.000000000 +0200
+++ /var/tmp/diff_new_pack.BXh5em/_new  2014-07-16 16:37:25.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- e2fsck/Makefile.in.orig
 +++ e2fsck/Makefile.in
-@@ -69,7 +69,7 @@ OBJS= crc32.o dict.o unix.o e2fsck.o sup
+@@ -61,7 +61,7 @@ OBJS= crc32.o dict.o unix.o e2fsck.o sup
        pass3.o pass4.o pass5.o journal.o badblocks.o util.o dirinfo.o \
        dx_dirinfo.o ehandler.o problem.o message.o quota.o recovery.o \
        region.o revoke.o ea_refcount.o rehash.o profile.o prof_err.o \
@@ -11,7 +11,7 @@
  
  PROFILED_OBJS= profiled/dict.o profiled/unix.o profiled/e2fsck.o \
        profiled/super.o profiled/pass1.o profiled/pass1b.o \
-@@ -108,6 +108,7 @@ SRCS= $(srcdir)/e2fsck.c \
+@@ -100,6 +100,7 @@ SRCS= $(srcdir)/e2fsck.c \
        $(srcdir)/rehash.c \
        $(srcdir)/region.c \
        $(srcdir)/profile.c \
@@ -19,10 +19,10 @@
        $(srcdir)/sigcatcher.c \
        $(srcdir)/logfile.c \
        prof_err.c \
-@@ -541,6 +542,7 @@ region.o: $(srcdir)/region.c $(top_build
-  $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/mkquota.h \
-  $(top_srcdir)/lib/quota/quotaio.h $(top_srcdir)/lib/quota/dqblk_v2.h \
-  $(top_srcdir)/lib/quota/quotaio_tree.h $(top_srcdir)/lib/../e2fsck/dict.h
+@@ -519,6 +520,7 @@ region.o: $(srcdir)/region.c $(top_build
+  $(srcdir)/profile.h prof_err.h $(top_srcdir)/lib/quota/quotaio.h \
+  $(top_srcdir)/lib/quota/dqblk_v2.h $(top_srcdir)/lib/quota/quotaio_tree.h \
+  $(top_srcdir)/lib/../e2fsck/dict.h
 +splash.o: $(srcdir)/splash.c $(srcdir)/splash.h
  profile.o: $(srcdir)/profile.c $(top_builddir)/lib/config.h \
   $(top_builddir)/lib/dirpaths.h $(top_srcdir)/lib/et/com_err.h \
@@ -162,7 +162,7 @@
  #include "../version.h"
  
  /* Command line options */
-@@ -1169,6 +1170,7 @@ int main (int argc, char *argv[])
+@@ -1177,6 +1178,7 @@ int main (int argc, char *argv[])
        e2fsck_t        ctx;
        blk64_t         orig_superblock;
        struct problem_context pctx;
@@ -170,7 +170,7 @@
        int flags, run_result;
        int journal_size;
        int sysval, sys_page_size = 4096;
-@@ -1207,6 +1209,7 @@ int main (int argc, char *argv[])
+@@ -1215,6 +1217,7 @@ int main (int argc, char *argv[])
                exit(FSCK_ERROR);
        }
        reserve_stdio_fds();
@@ -178,7 +178,7 @@
  
        set_up_logging(ctx);
        if (ctx->logf) {
-@@ -1584,6 +1587,7 @@ print_unsupp_features:
+@@ -1590,6 +1593,7 @@ print_unsupp_features:
                fatal_error(ctx, 0);
        check_if_skip(ctx);
        check_resize_inode(ctx);

++++++ e2fsprogs-1.42.9.tar.gz -> e2fsprogs-1.42.11.tar.gz ++++++
/work/SRC/openSUSE:Factory/e2fsprogs/e2fsprogs-1.42.9.tar.gz 
/work/SRC/openSUSE:Factory/.e2fsprogs.new/e2fsprogs-1.42.11.tar.gz differ: char 
5, line 1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to