Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2018-01-16 09:31:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.btrfsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "btrfsprogs"

Tue Jan 16 09:31:22 2018 rev:91 rq:562612 version:4.14.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes    2018-01-01 
22:05:52.624024622 +0100
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes       
2018-01-16 09:31:26.900357893 +0100
@@ -1,0 +2,34 @@
+Mon Jan  8 00:00:01 CET 2018 - dste...@suse.cz
+
+- spec: fix distro version condition
+
+-------------------------------------------------------------------
+Mon Jan  8 00:00:00 CET 2018 - dste...@suse.cz
+
+- update to version 4.14.1
+  * dump-tree: print times of root items
+  * check: fix several lowmem mode bugs
+  * convert: fix rollback after balance
+  * other
+    * new and updated tests, enabled lowmem mode in CI
+    * docs updates
+    * fix travis CI build
+    * build fixes
+    * cleanups
+- update to version 4.14
+  * build: libzstd now required by default
+  * check: more lowmem mode repair enhancements
+  * subvol set-default: also accept path
+  * prop set: compression accepts no/none, same as ""
+  * filesystem usage: enable for filesystem on top of a seed device
+  * rescue: new command fix-device-size
+  * other
+    * new tests
+    * cleanups and refactoring
+    * doc updates
+- Removed patches:
+  - rollback-regression-fix.patch - upstreamed
+- spec: disable static build, missing libzstd-devel-static
+- spec: disable zstd support for non-Tumbleweed distros
+
+-------------------------------------------------------------------

Old:
----
  btrfs-progs-v4.13.3.tar.gz
  rollback-regression-fix.patch

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

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

Other differences:
------------------
++++++ btrfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.LmjH8u/_old  2018-01-16 09:31:27.744318407 +0100
+++ /var/tmp/diff_new_pack.LmjH8u/_new  2018-01-16 09:31:27.752318032 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package btrfsprogs
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -24,11 +24,12 @@
 %if 0%{?suse_version} <= 1310 || 0%{?suse_version} == 1315
 %define build_static   0
 %else
-%define build_static   1
+# temporarily disable until libzstd-devel-static
+%define build_static   0
 %endif
 
 Name:           btrfsprogs
-Version:        4.13.3
+Version:        4.14.1
 Release:        0
 Summary:        Utilities for the Btrfs filesystem
 License:        GPL-2.0
@@ -43,7 +44,6 @@
 Source5:        sles11-defaults.h
 
 Patch1:         mkfs-default-features.patch
-Patch2:         rollback-regression-fix.patch
 
 BuildRequires:  asciidoc
 BuildRequires:  autoconf
@@ -54,6 +54,9 @@
 BuildRequires:  libreiserfscore-devel >= 3.6.27
 Requires:       libreiserfscore0 >= 3.6.27
 BuildRequires:  libuuid-devel
+%if 0%{?suse_version} > 1500
+BuildRequires:  libzstd-devel
+%endif
 BuildRequires:  lzo-devel
 BuildRequires:  pkg-config
 %if 0%{?suse_version} >= 1310
@@ -138,7 +141,6 @@
 %prep
 %setup -q -n btrfs-progs-v%{version}
 %patch1 -p1
-%patch2 -p1
 
 %build
 ./autogen.sh
@@ -147,7 +149,11 @@
 export CFLAGS="%optflags -include sles11-defaults.h"
 %endif
 
-%configure
+%configure                     \
+%if 0%{?suse_version} <= 1500
+                       --disable-zstd
+%endif
+
 make V=1 %{?_smp_mflags} all \
 %if %build_static
                        static

++++++ btrfs-progs-v4.13.3.tar.gz -> btrfs-progs-v4.14.1.tar.gz ++++++
++++ 10117 lines of diff (skipped)


Reply via email to