Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2019-08-07 13:53:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.btrfsprogs.new.9556 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "btrfsprogs"

Wed Aug  7 13:53:40 2019 rev:104 rq:720046 version:5.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes    2019-05-22 
10:54:46.231127285 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new.9556/btrfsprogs.changes  
2019-08-07 13:53:42.044857962 +0200
@@ -1,0 +2,39 @@
+Wed Jul 31 00:00:00 CEST 2019 - dste...@suse.cz
+
+- update to 5.2.1
+  * scrub status: fix ETA calculation after resume
+  * check: fix crash when using -Q
+  * restore: fix symlink owner restoration
+  * mkfs: fix regression with mixed block groups
+  * core: fix commit to process all delayed refs
+  * other:
+    * minor cleanups
+    * test updates
+- update to 5.2
+  * subvol show: print qgroup information when available
+  * scrub:
+    * status: show ETA, revamp the whole output
+    * fix reading/writing of last position on resume/cancel, potentially
+      skipping part of the filesystem on next resume
+  * dump-tree: add new option --noscan to use only devices given on the
+    commandline
+  * all-in-one binary (busybox style) with mkfs.btrfs, btrfs-image,
+    btrfs-convert, btrfstune
+  * image: fix hang when there are more than 32 cpus online and compression is
+    requested
+  * convert: fix some false ENOSPC errors when --rootdir is used
+  * build: fix gcc9 warnings
+  * core changes
+    * command handling cleanups
+    * dead code removal
+    * cmds-* files moved to cmds/
+    * other shared userspace files moved to common/
+    * utils.c split into more files
+    * preparatory work for more output formats
+    * libbtrfsutil: fix unaligned access
+  * other
+    * new and updated tests
+    * fix tests so CI passes again
+    * sb-mod can modify more superblock items
+
+-------------------------------------------------------------------

Old:
----
  btrfs-progs-v5.1.tar.gz

New:
----
  btrfs-progs-v5.2.1.tar.gz

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

Other differences:
------------------
++++++ btrfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.4HAei3/_old  2019-08-07 13:53:42.784857954 +0200
+++ /var/tmp/diff_new_pack.4HAei3/_new  2019-08-07 13:53:42.788857954 +0200
@@ -33,7 +33,7 @@
 %define _dracutmodulesdir %{_libexecdir}/dracut/modules.d
 
 Name:           btrfsprogs
-Version:        5.1
+Version:        5.2.1
 Release:        0
 Summary:        Utilities for the Btrfs filesystem
 License:        GPL-2.0-only

++++++ btrfs-progs-v5.1.tar.gz -> btrfs-progs-v5.2.1.tar.gz ++++++
++++ 54711 lines of diff (skipped)

++++++ mkfs-default-features.patch ++++++
--- /var/tmp/diff_new_pack.4HAei3/_old  2019-08-07 13:53:43.252857949 +0200
+++ /var/tmp/diff_new_pack.4HAei3/_new  2019-08-07 13:53:43.252857949 +0200
@@ -13,8 +13,8 @@
 
 Index: btrfs-progs-v4.10.2/fsfeatures.h
 ===================================================================
---- btrfs-progs-v4.10.2.orig/fsfeatures.h
-+++ btrfs-progs-v4.10.2/fsfeatures.h
+--- btrfs-progs-v4.10.2.orig/common/fsfeatures.h
++++ btrfs-progs-v4.10.2/common/fsfeatures.h
 @@ -19,10 +19,14 @@
  
  #include "kerncompat.h"


Reply via email to