Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2017-04-11 12:43:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.btrfsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "btrfsprogs"

Tue Apr 11 12:43:01 2017 rev:82 rq:486378 version:4.10.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes    2017-01-09 
11:51:27.218523322 +0100
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes       
2017-04-11 12:43:02.904522412 +0200
@@ -1,0 +2,42 @@
+Thu Apr  6 00:00:00 CEST 2017 - dste...@suse.cz
+
+- update to 4.10.2
+  * check: lowmem mode fix for false alert about lost backrefs
+  * convert: minor bugfix
+  * library: fix build, misisng symbols, added tests
+- update to 4.10.1
+  * receive: handle subvolume in path clone
+  * convert: rollback fixed (rewrite was needed to address previous design 
issues)
+  * build: fix build of 3rd party tools, missing <linux/sizes.h>
+  * dump-tree: print log trees
+  * other: new and updated tests
+- update to 4.10
+  * send: dump output fixes: missing newlies
+  * check: several fixes for the lowmem mode, improved error reporting
+  * build
+    * removed some library deps for binaries that not use them
+    * ctags, cscope
+    * split Makefile to the autotool generated part and the rest, not needed
+      to autogen.sh after adding a file
+  * shared code: sync easy parts with kernel sources
+  * other
+    * lots of cleanups
+    * source file reorganization: convert, mkfs, utils
+    * lots of spelling fixes in docs, other updates
+    * more tests
+- update to 4.9.1
+  * check:
+    * use correct inode number for lost+found files
+    * lowmem mode: fix false alert on dropped leaf
+  * size reports: negative numbers might appear in size reports during device
+    deletes (previously in EiB units)
+  * mkfs: print device being trimmed
+  * defrag: v1 ioctl support dropped
+  * quota: print message before starting to wait for rescan
+  * qgroup show: new option to sync before printing the stats
+  * other:
+    * corrupt-block enhancements
+    * backtrace and co. cleanups
+    * doc fixes
+
+-------------------------------------------------------------------

Old:
----
  btrfs-progs-v4.9.tar.gz

New:
----
  btrfs-progs-v4.10.2.tar.gz

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

Other differences:
------------------
++++++ btrfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.o6KBZ5/_old  2017-04-11 12:43:04.048360792 +0200
+++ /var/tmp/diff_new_pack.o6KBZ5/_new  2017-04-11 12:43:04.052360227 +0200
@@ -28,7 +28,7 @@
 %endif
 
 Name:           btrfsprogs
-Version:        4.9
+Version:        4.10.2
 Release:        0
 Summary:        Utilities for the Btrfs filesystem
 License:        GPL-2.0

++++++ btrfs-progs-v4.9.tar.gz -> btrfs-progs-v4.10.2.tar.gz ++++++
++++ 18464 lines of diff (skipped)

++++++ local-version-override.patch ++++++
--- /var/tmp/diff_new_pack.o6KBZ5/_old  2017-04-11 12:43:04.636277721 +0200
+++ /var/tmp/diff_new_pack.o6KBZ5/_new  2017-04-11 12:43:04.636277721 +0200
@@ -6,8 +6,8 @@
  # Copyright 2008, Oracle
  # Released under the GNU GPLv2
  
--v="v4.9"
-+v="v4.9+20170104"
+-v="v4.10.2"
++v="v4.10.2+20170406"
  
  opt=$1
  

++++++ mkfs-default-features.patch ++++++
--- /var/tmp/diff_new_pack.o6KBZ5/_old  2017-04-11 12:43:04.648276026 +0200
+++ /var/tmp/diff_new_pack.o6KBZ5/_new  2017-04-11 12:43:04.652275461 +0200
@@ -11,14 +11,16 @@
  utils.h |    4 ++++
  1 file changed, 4 insertions(+)
 
---- a/utils.h
-+++ b/utils.h
-@@ -28,10 +28,14 @@
+Index: btrfs-progs-v4.10.2/fsfeatures.h
+===================================================================
+--- btrfs-progs-v4.10.2.orig/fsfeatures.h
++++ btrfs-progs-v4.10.2/fsfeatures.h
+@@ -19,10 +19,14 @@
+ 
+ #include "kerncompat.h"
  
- #define BTRFS_MKFS_SYSTEM_GROUP_SIZE (4 * 1024 * 1024)
- #define BTRFS_MKFS_SMALL_VOLUME_SIZE (1024 * 1024 * 1024)
 +#ifndef BTRFS_MKFS_DEFAULT_NODE_SIZE
- #define BTRFS_MKFS_DEFAULT_NODE_SIZE 16384
+ #define BTRFS_MKFS_DEFAULT_NODE_SIZE SZ_16K
 +#endif
 +#ifndef BTRFS_MKFS_DEFAULT_FEATURES
  #define BTRFS_MKFS_DEFAULT_FEATURES                           \


Reply via email to