Hello community,

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

Package is "btrfsprogs"

Tue Dec 11 15:43:39 2018 rev:99 rq:655604 version:4.19.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/btrfsprogs/btrfsprogs.changes    2018-08-15 
10:29:56.543372406 +0200
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new.19453/btrfsprogs.changes 
2018-12-11 15:43:44.758476015 +0100
@@ -1,0 +2,47 @@
+Thu Dec  6 00:00:00 CET 2018 - dste...@suse.cz
+
+- update to version 4.19.1
+  * check
+    * many lowmem mode improvements
+    * properly report qgroup mismatch errors
+    * check symlinks with append/immutable flags
+  * fi usage
+    * correctly calculate allocated/unallocated for raid10
+    * minor output updates
+  * mkfs
+    * detect ENOSPC on thinly provisioned devices
+    * fix spurious EEXIST during directory traversal
+  * restore: fix relative path for restore target
+  * dump-tree: print symbolic tree names for backrefs
+  * send: fix regression preventing send -p with subvolumes mounted on "/"
+  * corrupt-tree: refactoring and command line updates
+  * build
+    * make it work with e2fsprogs < 1.42 again
+    * restore support for autoconf 2.63
+    * detect if -std=gnu90 is supported
+  * other
+    * new tests
+    * cleanups
+
+-------------------------------------------------------------------
+Mon Nov 12 00:00:00 CET 2018 - dste...@suse.cz
+
+- update to version 4.19
+  * check: support repair of fs with free-space-tree feature
+  * core:
+    * port delayed ref infrastructure from kernel
+    * support write to free space tree
+  * dump-tree: new options for BFS and DFS enumeration of b-trees
+  * quota: rescan is now done automatically after 'assign'
+  * btrfstune: incomplete fix to uuid change
+  * subvol: fix 255 char limit checks
+  * completion: complete block devices and now regular files too
+  * docs:
+    * ship uncompressed manual pages
+    * btrfsck uses a manual page link instead of symlink
+  * other
+    * improved error handling
+    * docs
+    * new tests
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ btrfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.6SwGks/_old  2018-12-11 15:43:45.462475243 +0100
+++ /var/tmp/diff_new_pack.6SwGks/_new  2018-12-11 15:43:45.462475243 +0100
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -31,7 +31,7 @@
 %define build_docs     0
 
 Name:           btrfsprogs
-Version:        4.17.1
+Version:        4.19.1
 Release:        0
 Summary:        Utilities for the Btrfs filesystem
 License:        GPL-2.0-only
@@ -200,12 +200,10 @@
 
 %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
-touch btrfs-man5.5.gz btrfs-man5.asciidoc
-touch btrfs-ioctl.asciidoc btrfs-ioctl.3.gz
-make V=1 MV=mv DESTDIR=%{buildroot} prefix=%{_prefix} bindir=%{_sbindir} 
mandir=%{_mandir} libdir=%{_libdir} install
-install -m 0644 btrfs.5.gz %{buildroot}/%{_mandir}/man5
+install -m 0755 -d %{buildroot}/%{_mandir}/man5
+install -m 0755 -d %{buildroot}/%{_mandir}/man8
+install -m 0644 *.5 %{buildroot}/%{_mandir}/man5
+install -m 0644 *.8 %{buildroot}/%{_mandir}/man8
 cd ..
 %endif
 
@@ -246,7 +244,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
   /sbin/btrfs-select-super
   %{_sbindir}/btrfs-select-super"
 for file in $DEBUG_FILES; do

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


Reply via email to