Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2015-09-08 17:37:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.btrfsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "btrfsprogs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes    2015-09-03 
18:07:25.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes       
2015-09-08 17:38:14.000000000 +0200
@@ -1,0 +2,33 @@
+Thu Sep  3 00:00:00 CEST 2015 - dste...@suse.cz
+
+- version 4.2
+  * enhancements:
+    * mkfs: do not create extra single chunks on multiple devices
+    * resize: try to guess the minimal size, 'inspect min-dev-size'
+    * qgroup assign: add option to schedule rescan
+    * chunk-recover: be more verbose about the scanning process
+  * fixes:
+    * check:
+      * find stripes crossing stripe boundary -- created by convert
+      * print correct range for file hole when there are no extents
+       and learn how to fix it
+    * replace: more sanity checks
+    * convert: concurrency fixes related to reporting progress
+    * find-root: option -a will not skip the current root anymore
+    * subvol list: fix occasional crash
+    * do not create stripes crossing stripe boundary
+  * build:
+    * fixes for musl libc
+    * preliminary support for android (not working yet, more code changes 
needed)
+    * new EXTRA_CFLAGS and EXTRA_LDFLAGS
+  * other:
+    * lots of cleanups
+    * tests: lots of updates, new tests, framework improvements
+    * documentation updates
+    * debugging: print-tree shows stripe length
+- Removed patches (upstreamed):
+  * 2104-get-min-size-for-resize.patch
+  * 2105-move-min-resize-implementation-to-inspec.patch
+  * 2106-inspect-add-command-min-dev-size.patch
+
+-------------------------------------------------------------------

Old:
----
  2104-get-min-size-for-resize.patch
  2105-move-min-resize-implementation-to-inspec.patch
  2106-inspect-add-command-min-dev-size.patch
  btrfs-progs-v4.1.2.tar.gz

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

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

Other differences:
------------------
++++++ btrfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.8LqIYM/_old  2015-09-08 17:38:18.000000000 +0200
+++ /var/tmp/diff_new_pack.8LqIYM/_new  2015-09-08 17:38:18.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           btrfsprogs
-Version:        4.1.2
+Version:        4.2
 Release:        0
 Summary:        Utilities for the Btrfs filesystem
 License:        GPL-2.0
@@ -33,9 +33,6 @@
 Patch163:       0163-btrfs-progs-fsck-fix-segfault.patch
 Patch167:       0167-Btrfs-progs-make-find_and_setup_root-return-an-error.patch
 Patch168:       0168-Btrfs-progs-don-t-bug-out-if-we-can-t-find-the-last-.patch
-Patch2104:      2104-get-min-size-for-resize.patch
-Patch2105:      2105-move-min-resize-implementation-to-inspec.patch
-Patch2106:      2106-inspect-add-command-min-dev-size.patch
 
 Patch1000:      local-version-override.patch
 Patch1001:      fix-doc-build-on-SLE11SP3.diff
@@ -85,9 +82,6 @@
 %patch163 -p1
 %patch167 -p1
 %patch168 -p1
-%patch2104 -p1
-%patch2105 -p1
-%patch2106 -p1
 %patch1000 -p1
 %patch1001 -p1
 %patch1002 -p1
@@ -212,6 +206,7 @@
 %{_mandir}/man8/btrfs-scrub.8.gz
 %{_mandir}/man8/btrfs-send.8.gz
 %{_mandir}/man8/btrfs-subvolume.8.gz
+%{_mandir}/man8/btrfs-select-super.8.gz
 %dir %{_datadir}/bash-completion
 %dir %{_datadir}/bash-completion/completions
 %{_datadir}/bash-completion/completions/btrfs

++++++ btrfs-progs-v4.1.2.tar.gz -> btrfs-progs-v4.2.tar.gz ++++++
++++ 5032 lines of diff (skipped)

++++++ local-version-override.patch ++++++
--- /var/tmp/diff_new_pack.8LqIYM/_old  2015-09-08 17:38:19.000000000 +0200
+++ /var/tmp/diff_new_pack.8LqIYM/_new  2015-09-08 17:38:19.000000000 +0200
@@ -6,8 +6,8 @@
  # Copyright 2008, Oracle
  # Released under the GNU GPLv2
  
--v="v4.1.2"
-+v="v4.1.2+20150724"
+-v="v4.2"
++v="v4.2+20150903"
  
  opt=$1
  


Reply via email to