Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2018-08-15 10:29:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/btrfsprogs (Old)
 and      /work/SRC/openSUSE:Factory/.btrfsprogs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "btrfsprogs"

Wed Aug 15 10:29:45 2018 rev:98 rq:627712 version:4.17.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes    2018-06-25 
11:34:56.649994684 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes       
2018-08-15 10:29:56.543372406 +0200
@@ -1,0 +2,24 @@
+Mon Aug  6 00:00:00 CEST 2018 - [email protected]
+
+- update to version 4.17.1
+  * check:
+    * add ability to fix wrong ram_bytes for compressed inline files
+    * beautify progress output
+  * btrfstune: allow to continue uuid change after unclean interruption
+  * several fuzz fixes:
+    * detect overalpping chunks
+    * chunk loading error handling
+    * don't crash with unexpected root refs to extents
+  * relax option parsing again to allow mixing options and non-options
+    arguments
+  * fix qgroup rescan status reporting
+  * build:
+    * drop obsolete dir-test
+    * new configure option to disable building of tools
+    * add compatibility options --disable-static and --disable-shared
+  * other:
+    * cleanups and preparatory work
+    * new test images
+- spec cleanup
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ btrfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.Ov3rc4/_old  2018-08-15 10:29:58.963376776 +0200
+++ /var/tmp/diff_new_pack.Ov3rc4/_new  2018-08-15 10:29:58.963376776 +0200
@@ -31,7 +31,7 @@
 %define build_docs     0
 
 Name:           btrfsprogs
-Version:        4.17
+Version:        4.17.1
 Release:        0
 Summary:        Utilities for the Btrfs filesystem
 License:        GPL-2.0-only
@@ -174,12 +174,12 @@
 ./autogen.sh
 %if 0%{?suse_version} == 1110
 cp %{SOURCE5} .
-export CFLAGS="%optflags -include sles11-defaults.h"
+export CFLAGS="%{optflags} -include sles11-defaults.h"
 %endif
 
 %configure                     \
                        --disable-python        \
-%if !%build_docs
+%if !%{build_docs}
                        --disable-documentation \
 %endif
 %if 0%{?suse_version} <= 1500
@@ -187,18 +187,18 @@
 %endif
 
 make V=1 %{?_smp_mflags} all \
-%if %build_static
+%if %{build_static}
                        static
 %endif
 
 %install
 make install           \
-%if %build_static
+%if %{build_static}
        install-static  \
 %endif
        DESTDIR=%{buildroot} prefix=%{_prefix} bindir=%{_sbindir} 
mandir=%{_mandir} libdir=%{_libdir}
 
-%if !%build_docs
+%if !%{build_docs}
 cd Documentation
 # fool make to avoid rebuilding some of the sources, the final btrfs.5.gz is in
 # the tarball and we have to overwrite it in the installation path
@@ -209,7 +209,7 @@
 cd ..
 %endif
 
-%if %build_static
+%if %{build_static}
 make install-static DESTDIR=%{buildroot} prefix=%{_prefix} bindir=%{_sbindir} 
mandir=%{_mandir} libdir=%{_libdir}
 %endif
 
@@ -246,7 +246,7 @@
 %if 0%{!?for_debugging:1}
 DEBUG_FILES="/sbin/btrfs-find-root
   %{_sbindir}/btrfs-find-root
-  %_mandir/man8/btrfs-find-root.8.gz
+  %{_mandir}/man8/btrfs-find-root.8.gz
   /sbin/btrfs-select-super
   %{_sbindir}/btrfs-select-super"
 for file in $DEBUG_FILES; do
@@ -298,31 +298,31 @@
 /lib/mkinitrd/scripts/setup-btrfs.sh
 %endif
 %{_bindir}/btrfs-map-logical
-%{_mandir}/man8/btrfs-image.8.gz
-%{_mandir}/man8/btrfsck.8.gz
-%{_mandir}/man8/fsck.btrfs.8.gz
-%{_mandir}/man8/mkfs.btrfs.8.gz
-%{_mandir}/man8/btrfs.8.gz
-%{_mandir}/man5/btrfs.5.gz
-%{_mandir}/man8/btrfs-convert.8.gz
-%{_mandir}/man8/btrfs-map-logical.8.gz
-%{_mandir}/man8/btrfstune.8.gz
-%{_mandir}/man8/btrfs-balance.8.gz
-%{_mandir}/man8/btrfs-check.8.gz
-%{_mandir}/man8/btrfs-device.8.gz
-%{_mandir}/man8/btrfs-filesystem.8.gz
-%{_mandir}/man8/btrfs-inspect-internal.8.gz
-%{_mandir}/man8/btrfs-property.8.gz
-%{_mandir}/man8/btrfs-qgroup.8.gz
-%{_mandir}/man8/btrfs-quota.8.gz
-%{_mandir}/man8/btrfs-receive.8.gz
-%{_mandir}/man8/btrfs-replace.8.gz
-%{_mandir}/man8/btrfs-rescue.8.gz
-%{_mandir}/man8/btrfs-restore.8.gz
-%{_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
+%{_mandir}/man8/btrfs-image.8%{?ext_man}
+%{_mandir}/man8/btrfsck.8%{?ext_man}
+%{_mandir}/man8/fsck.btrfs.8%{?ext_man}
+%{_mandir}/man8/mkfs.btrfs.8%{?ext_man}
+%{_mandir}/man8/btrfs.8%{?ext_man}
+%{_mandir}/man5/btrfs.5%{?ext_man}
+%{_mandir}/man8/btrfs-convert.8%{?ext_man}
+%{_mandir}/man8/btrfs-map-logical.8%{?ext_man}
+%{_mandir}/man8/btrfstune.8%{?ext_man}
+%{_mandir}/man8/btrfs-balance.8%{?ext_man}
+%{_mandir}/man8/btrfs-check.8%{?ext_man}
+%{_mandir}/man8/btrfs-device.8%{?ext_man}
+%{_mandir}/man8/btrfs-filesystem.8%{?ext_man}
+%{_mandir}/man8/btrfs-inspect-internal.8%{?ext_man}
+%{_mandir}/man8/btrfs-property.8%{?ext_man}
+%{_mandir}/man8/btrfs-qgroup.8%{?ext_man}
+%{_mandir}/man8/btrfs-quota.8%{?ext_man}
+%{_mandir}/man8/btrfs-receive.8%{?ext_man}
+%{_mandir}/man8/btrfs-replace.8%{?ext_man}
+%{_mandir}/man8/btrfs-rescue.8%{?ext_man}
+%{_mandir}/man8/btrfs-restore.8%{?ext_man}
+%{_mandir}/man8/btrfs-scrub.8%{?ext_man}
+%{_mandir}/man8/btrfs-send.8%{?ext_man}
+%{_mandir}/man8/btrfs-subvolume.8%{?ext_man}
+%{_mandir}/man8/btrfs-select-super.8%{?ext_man}
 %dir %{_datadir}/bash-completion
 %dir %{_datadir}/bash-completion/completions
 %{_datadir}/bash-completion/completions/btrfs
@@ -330,12 +330,12 @@
 %if 0%{?for_debugging:1}
 /sbin/btrfs-find-root
 %{_sbindir}/btrfs-find-root
-%{_mandir}/man8/btrfs-find-root.8.gz
+%{_mandir}/man8/btrfs-find-root.8%{?ext_man}
 /sbin/btrfs-select-super
 %{_sbindir}/btrfs-select-super
 %endif
 
-%if %build_static
+%if %{build_static}
 %files -n btrfsprogs-static
 %defattr(-, root, root)
 %{_sbindir}/btrfs.static

++++++ btrfs-progs-v4.17.tar.gz -> btrfs-progs-v4.17.1.tar.gz ++++++
++++ 4298 lines of diff (skipped)


Reply via email to