Hello community,

here is the log from the commit of package btrfsprogs for openSUSE:Factory 
checked in at 2015-03-16 09:37:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-01-30 
23:58:08.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.btrfsprogs.new/btrfsprogs.changes       
2015-03-16 09:37:25.000000000 +0100
@@ -1,0 +2,25 @@
+Wed Mar 11 00:00:00 CET 2015 - [email protected]
+
+- version 3.19
+  - btrfs-image
+    - restore can now run in parallel threads
+    - fixed restore of multiple image from multiple devices onto a single dev
+    - introduced metadump v2
+  - check
+    - make --init-csum-tree and --init-extent-tree work together
+  - find-new
+    - option to search through all metadata even if a root was already found
+  - convert
+    - show progress by default, can be turned off
+  - corrupt-block
+    - option to work on a specific root
+  - bash completion script for all subcommands
+- spec: convert to autotools
+  Removed patch 0169-btrfs-progs-Check-metadata-mirrors-in-find-root.patch
+
+-------------------------------------------------------------------
+Mon Mar  2 00:00:00 CET 2015 - [email protected]
+
+- add COPYING
+
+-------------------------------------------------------------------

Old:
----
  0169-btrfs-progs-Check-metadata-mirrors-in-find-root.patch
  btrfs-progs-v3.18.2.tar.gz

New:
----
  btrfs-progs-v3.19.tar.gz

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

Other differences:
------------------
++++++ btrfsprogs.spec ++++++
--- /var/tmp/diff_new_pack.y8gi1r/_old  2015-03-16 09:37:26.000000000 +0100
+++ /var/tmp/diff_new_pack.y8gi1r/_new  2015-03-16 09:37:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package btrfsprogs
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:           btrfsprogs
-Version:        3.18.2
+Version:        3.19
 Release:        0
 Summary:        Utilities for the Btrfs filesystem
 License:        GPL-2.0
@@ -33,18 +33,20 @@
 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
-Patch169:       0169-btrfs-progs-Check-metadata-mirrors-in-find-root.patch
 
 Patch1000:      local-version-override.patch
 Patch1001:      fix-doc-build-on-SLE11SP3.diff
 
 BuildRequires:  asciidoc
+BuildRequires:  autoconf
+BuildRequires:  automake
 BuildRequires:  libacl-devel
 BuildRequires:  libattr-devel
 BuildRequires:  libblkid-devel
 BuildRequires:  libext2fs-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  lzo-devel
+BuildRequires:  pkg-config
 %if 0%{?suse_version} >= 1310
 BuildRequires:  suse-module-tools
 %endif
@@ -80,13 +82,13 @@
 %patch163 -p1
 %patch167 -p1
 %patch168 -p1
-%patch169 -p1
 %patch1000 -p1
 %patch1001 -p1
 
 %build
-make %{?_smp_mflags} CFLAGS="%{optflags}" all btrfs-convert \
-       btrfs-zero-log btrfs-select-super btrfs-image btrfstune
+./autogen.sh
+%configure
+make V=1 %{?_smp_mflags} all
 
 %install
 make install DESTDIR=%{buildroot} prefix=%{_prefix} bindir=%{_sbindir} 
mandir=%{_mandir} libdir=%{_libdir}
@@ -144,6 +146,7 @@
 
 %files
 %defattr(-, root, root)
+%doc COPYING
 /sbin/fsck.btrfs
 # mkinitrd utils
 /sbin/btrfs

++++++ btrfs-progs-v3.18.2.tar.gz -> btrfs-progs-v3.19.tar.gz ++++++
++++ 17940 lines of diff (skipped)

++++++ local-version-override.patch ++++++
--- /var/tmp/diff_new_pack.y8gi1r/_old  2015-03-16 09:37:27.000000000 +0100
+++ /var/tmp/diff_new_pack.y8gi1r/_new  2015-03-16 09:37:27.000000000 +0100
@@ -1,13 +1,13 @@
-Index: btrfs-progs-v3.16.1/version.sh
+Index: btrfs-progs-v3.19/version.sh
 ===================================================================
---- btrfs-progs-v3.16.1.orig/version.sh
-+++ btrfs-progs-v3.16.1/version.sh
+--- btrfs-progs-v3.19.orig/version.sh
++++ btrfs-progs-v3.19/version.sh
 @@ -6,7 +6,7 @@
  # Copyright 2008, Oracle
  # Released under the GNU GPLv2
   
--v="v3.18.2"
-+v="v3.18.2+20150129"
+-v="v3.19"
++v="v3.19+20150311"
+ 
+ opt=$1
  
- lib_major=0
- lib_minor=1

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to