commit fsarchiver for openSUSE:Factory

2018-07-17 Thread root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2018-07-17 09:42:48

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is "fsarchiver"

Tue Jul 17 09:42:48 2018 rev:26 rq:623111 version:0.8.5

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2018-02-21 
14:12:45.531407766 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2018-07-17 09:43:53.356962000 +0200
@@ -1,0 +2,15 @@
+Mon Jul 16 10:50:25 UTC 2018 - mplus...@suse.com
+
+- Use pkgconfig style dependencies
+- Drop not needed dependencies
+
+---
+Mon Jul 16 09:06:55 UTC 2018 - mvet...@suse.com
+
+- Update to 0.8.5:
+  * Improved support for extfs filesystems (Contribution from Marcos Mello)
+  * Fixed build issue with e2fsprogs < 1.41 (Contribution from Marcos Mello)
+  * Fixed build issue related to xattr.h (Contribution from Lars Wendler)
+- Remove fsarchiver-attr.patch: upstreamed
+
+---

Old:

  fsarchiver-0.8.4.tar.gz
  fsarchiver-attr.patch

New:

  fsarchiver-0.8.5.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.S9PdzN/_old  2018-07-17 09:43:53.796960388 +0200
+++ /var/tmp/diff_new_pack.S9PdzN/_new  2018-07-17 09:43:53.800960373 +0200
@@ -17,28 +17,27 @@
 
 
 Name:   fsarchiver
-Version:0.8.4
+Version:0.8.5
 Release:0
 Summary:Filesystem Archiver
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Archiving/Backup
-Url:http://www.fsarchiver.org
+URL:http://www.fsarchiver.org
 Source0:
https://github.com/fdupoux/fsarchiver/releases/download/%{version}/%{name}-%{version}.tar.gz
 Source1:HOWTO
 # PATCH-FIX-UPSTREAM Remove conflicting uses of reserved identifiers
 Patch0: fsarchiver-types.patch
-Patch1: fsarchiver-attr.patch
-BuildRequires:  e2fsprogs-devel
 BuildRequires:  libgcrypt-devel
-BuildRequires:  libtool
-BuildRequires:  libzstd-devel
-BuildRequires:  lzo-devel
 BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(blkid)
 BuildRequires:  pkgconfig(bzip2)
+BuildRequires:  pkgconfig(ext2fs)
 BuildRequires:  pkgconfig(liblz4)
 BuildRequires:  pkgconfig(liblzma)
+BuildRequires:  pkgconfig(libzstd)
+BuildRequires:  pkgconfig(lzo2)
+BuildRequires:  pkgconfig(uuid)
 BuildRequires:  pkgconfig(zlib)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 FSArchiver is a system tool that allows you to save the contents of
@@ -53,11 +52,9 @@
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 cp -p %{SOURCE1} .
 
 %build
-autoreconf -fiv
 %configure
 make %{?_smp_mflags} V=1
 
@@ -65,8 +62,8 @@
 %make_install
 
 %files
-%defattr(-,root,root,-)
-%doc ChangeLog COPYING HOWTO NEWS README THANKS internals/
+%license COPYING
+%doc ChangeLog HOWTO NEWS README THANKS internals/
 %{_sbindir}/%{name}
 %{_mandir}/man?/*
 

++ fsarchiver-0.8.4.tar.gz -> fsarchiver-0.8.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.8.4/ChangeLog 
new/fsarchiver-0.8.5/ChangeLog
--- old/fsarchiver-0.8.4/ChangeLog  2018-02-19 11:34:29.0 +0100
+++ new/fsarchiver-0.8.5/ChangeLog  2018-07-10 22:17:25.0 +0200
@@ -1,5 +1,9 @@
 fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
 =
+* 0.8.5 (2018-07-10):
+  - Improved support for extfs filesystems (Contribution from Marcos Mello)
+  - Fixed build issue with e2fsprogs < 1.41 (Contribution from Marcos Mello)
+  - Fixed build issue related to xattr.h (Contribution from Lars Wendler)
 * 0.8.4 (2018-02-19):
   - Added support for zstd compression algorithm (New option "-Z")
 * 0.8.3 (2017-12-22):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.8.4/aclocal.m4 
new/fsarchiver-0.8.5/aclocal.m4
--- old/fsarchiver-0.8.4/aclocal.m4 2018-02-19 11:38:45.0 +0100
+++ new/fsarchiver-0.8.5/aclocal.m4 2018-07-10 22:21:21.0 +0200
@@ -21,7 +21,7 @@
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
 # pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-# serial 12 (pkg-config-0.29.2)
+# serial 11 (pkg-config-0.29.1)
 
 dnl Copyright © 2004 Scott James Remnant .
 dnl Copyright © 2012-2015 Dan Nicholson 
@@ -63,7 +63,7 @@
 dnl See the "Since" comment for each macro you use to see what version
 dnl of the macros 

commit fsarchiver for openSUSE:Factory

2018-02-21 Thread root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2018-02-21 14:12:44

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is "fsarchiver"

Wed Feb 21 14:12:44 2018 rev:25 rq:578504 version:0.8.4

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2018-01-07 
17:23:17.043901411 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2018-02-21 14:12:45.531407766 +0100
@@ -1,0 +2,7 @@
+Tue Feb 20 15:33:54 UTC 2018 - mvet...@suse.com
+
+- Update to 0.8.4:
+  * Added support for zstd compression algorithm (New option “-Z”).
+- Add BuildRequires: libzstd-devel.
+
+---

Old:

  fsarchiver-0.8.3.tar.gz

New:

  fsarchiver-0.8.4.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.uRnWdo/_old  2018-02-21 14:12:46.511372475 +0100
+++ /var/tmp/diff_new_pack.uRnWdo/_new  2018-02-21 14:12:46.511372475 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fsarchiver
-Version:0.8.3
+Version:0.8.4
 Release:0
 Summary:Filesystem Archiver
 License:GPL-2.0
@@ -31,6 +31,7 @@
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  libtool
+BuildRequires:  libzstd-devel
 BuildRequires:  lzo-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(bzip2)

++ fsarchiver-0.8.3.tar.gz -> fsarchiver-0.8.4.tar.gz ++
 5792 lines of diff (skipped)




commit fsarchiver for openSUSE:Factory

2018-01-07 Thread root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2018-01-07 17:23:12

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is "fsarchiver"

Sun Jan  7 17:23:12 2018 rev:24 rq:562162 version:0.8.3

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2017-09-04 
12:34:44.384865926 +0200
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2018-01-07 17:23:17.043901411 +0100
@@ -1,0 +2,7 @@
+Fri Jan  5 11:20:00 UTC 2018 - lazy.k...@opensuse.org
+
+- Update to 0.8.3.
+  * Implemented LZ4 compression.
+- Add BuildRequires: pkgconfig(liblz4).
+
+---

Old:

  fsarchiver-0.8.2.tar.gz

New:

  fsarchiver-0.8.3.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.bm67R9/_old  2018-01-07 17:23:17.631873851 +0100
+++ /var/tmp/diff_new_pack.bm67R9/_new  2018-01-07 17:23:17.631873851 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fsarchiver
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:   fsarchiver
-Version:0.8.2
+Version:0.8.3
 Release:0
 Summary:Filesystem Archiver
 License:GPL-2.0
@@ -34,6 +34,7 @@
 BuildRequires:  lzo-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(bzip2)
+BuildRequires:  pkgconfig(liblz4)
 BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

++ fsarchiver-0.8.2.tar.gz -> fsarchiver-0.8.3.tar.gz ++
 3700 lines of diff (skipped)




commit fsarchiver for openSUSE:Factory

2017-09-04 Thread root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2017-09-04 12:34:32

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is "fsarchiver"

Mon Sep  4 12:34:32 2017 rev:23 rq:520164 version:0.8.2

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2017-01-12 
15:57:57.709477732 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2017-09-04 12:34:44.384865926 +0200
@@ -1,0 +2,8 @@
+Fri Sep  1 11:48:06 UTC 2017 - lazy.k...@opensuse.org
+
+- Update to 0.8.2.
+  * Add support for the latest ext4 filesystem features.
+  * Improved support of large block device when restoring extfs
+filesystems.
+
+---

Old:

  fsarchiver-0.8.1.tar.gz

New:

  fsarchiver-0.8.2.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.OLzQSm/_old  2017-09-04 12:34:45.284739400 +0200
+++ /var/tmp/diff_new_pack.OLzQSm/_new  2017-09-04 12:34:45.288738837 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fsarchiver
-Version:0.8.1
+Version:0.8.2
 Release:0
 Summary:Filesystem Archiver
 License:GPL-2.0

++ fsarchiver-0.8.1.tar.gz -> fsarchiver-0.8.2.tar.gz ++
 4232 lines of diff (skipped)




commit fsarchiver for openSUSE:Factory

2016-08-15 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2016-08-15 10:31:59

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is "fsarchiver"

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2016-07-14 
09:50:12.0 +0200
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2016-08-15 10:32:01.0 +0200
@@ -1,0 +2,14 @@
+Thu Aug 11 11:18:39 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.8.0.
+  * Implemented FAT filesystem support for EFI system partitions.
+  * Allow user to specify new filesystem label or UUID during
+restfs.
+  * Fixed more errors and warnings reported by cppcheck.
+- Changes in 0.6.24.
+  * Updated man page and description of the commands and options.
+  * Support for sparse inode chunks on XFS v5.
+  * Avoid internationalization when running commands so mkfs output
+can be parsed properly.
+
+---

Old:

  fsarchiver-0.6.23.tar.gz

New:

  fsarchiver-0.8.0.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.WRxDeE/_old  2016-08-15 10:32:01.0 +0200
+++ /var/tmp/diff_new_pack.WRxDeE/_new  2016-08-15 10:32:01.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fsarchiver
-Version:0.6.23
+Version:0.8.0
 Release:0
 Summary:Filesystem Archiver
 License:GPL-2.0

++ fsarchiver-0.6.23.tar.gz -> fsarchiver-0.8.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.23/ChangeLog 
new/fsarchiver-0.8.0/ChangeLog
--- old/fsarchiver-0.6.23/ChangeLog 2016-06-16 20:52:20.0 +0200
+++ new/fsarchiver-0.8.0/ChangeLog  2016-08-09 23:06:37.0 +0200
@@ -1,5 +1,13 @@
 fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
 =
+* 0.8.0 (2016-08-09):
+  - Implemented FAT filesystem support for EFI system partitions
+  - Allow user to specify new filesystem label or UUID during restfs
+  - Fixed more errors and warnings reported by cppcheck
+* 0.6.24 (2016-08-07):
+  - Updated man page and description of the commands and options
+  - Support for sparse inode chunks on XFS v5
+  - Avoid internationalization when running commands so mkfs output can be 
parsed properly
 * 0.6.23 (2016-06-16):
   - Added micro-seconds to timestamp used in the name of the temporary 
directory
   - Fixed memory leaks on failure scenarios and protect against buffer 
overflows in scanf
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.23/THANKS new/fsarchiver-0.8.0/THANKS
--- old/fsarchiver-0.6.23/THANKS2016-06-14 20:51:22.0 +0200
+++ new/fsarchiver-0.8.0/THANKS 2016-08-07 23:55:51.0 +0200
@@ -15,4 +15,5 @@
 Many thanks to Marcos Mello who helped a lot improve the XFS support
 in fsarchiver-0.6.20. He found unexpected fsarchiver behaviors with new
 versions of the kernel and xfsprogs, did a lot of research regarding these
-components, and tested the XFS fixes in fsarchiver.
+components, and tested the XFS fixes in fsarchiver. He also provided fixes
+and documentation updates in fsarchiver-0.6.24.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.23/configure 
new/fsarchiver-0.8.0/configure
--- old/fsarchiver-0.6.23/configure 2016-06-16 20:53:19.0 +0200
+++ new/fsarchiver-0.8.0/configure  2016-08-09 23:08:28.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for fsarchiver 0.6.23.
+# Generated by GNU Autoconf 2.69 for fsarchiver 0.8.0.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='fsarchiver'
 PACKAGE_TARNAME='fsarchiver'
-PACKAGE_VERSION='0.6.23'
-PACKAGE_STRING='fsarchiver 0.6.23'
+PACKAGE_VERSION='0.8.0'
+PACKAGE_STRING='fsarchiver 0.8.0'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1314,7 +1314,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures fsarchiver 0.6.23 to adapt to many kinds of systems.
+\`configure' configures fsarchiver 0.8.0 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1385,7 +1385,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- 

commit fsarchiver for openSUSE:Factory

2016-07-14 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2016-07-14 09:50:03

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is "fsarchiver"

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2016-02-23 
16:59:44.0 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2016-07-14 09:50:12.0 +0200
@@ -1,0 +2,13 @@
+Tue Jul  5 17:55:38 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.6.23.
+  * Added micro-seconds to timestamp used in the name of the
+temporary directory.
+  * Fixed memory leaks on failure scenarios and protect against
+buffer overflows in scanf.
+  * Fixed possible failure to restore ext4 filesystems when mkfs
+running in interactive mode.
+  * Fixed compilation errors with the musl libc.
+- Refresh fsarchiver-attr.patch.
+
+---

Old:

  fsarchiver-0.6.22.tar.gz

New:

  fsarchiver-0.6.23.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.4hOIOW/_old  2016-07-14 09:50:13.0 +0200
+++ /var/tmp/diff_new_pack.4hOIOW/_new  2016-07-14 09:50:13.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   fsarchiver
-Version:0.6.22
+Version:0.6.23
 Release:0
 Summary:Filesystem Archiver
 License:GPL-2.0

++ fsarchiver-0.6.22.tar.gz -> fsarchiver-0.6.23.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.22/ChangeLog 
new/fsarchiver-0.6.23/ChangeLog
--- old/fsarchiver-0.6.22/ChangeLog 2016-02-13 17:17:51.0 +0100
+++ new/fsarchiver-0.6.23/ChangeLog 2016-06-16 20:52:20.0 +0200
@@ -1,5 +1,10 @@
 fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
 =
+* 0.6.23 (2016-06-16):
+  - Added micro-seconds to timestamp used in the name of the temporary 
directory
+  - Fixed memory leaks on failure scenarios and protect against buffer 
overflows in scanf
+  - Fixed possible failure to restore ext4 filesystems when mkfs running in 
interactive mode
+  - Fixed compilation errors with the musl libc
 * 0.6.22 (2016-02-13):
   - Test support for extended attributes and ACLs instead of checking mount 
options
 * 0.6.21 (2016-01-07):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.22/aclocal.m4 
new/fsarchiver-0.6.23/aclocal.m4
--- old/fsarchiver-0.6.22/aclocal.m42016-02-13 17:19:45.0 +0100
+++ new/fsarchiver-0.6.23/aclocal.m42016-06-16 20:53:18.0 +0200
@@ -21,7 +21,7 @@
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
 dnl pkg.m4 - Macros to locate and utilise pkg-config.   -*- Autoconf -*-
-dnl serial 11 (pkg-config-0.29)
+dnl serial 11 (pkg-config-0.29.1)
 dnl
 dnl Copyright © 2004 Scott James Remnant .
 dnl Copyright © 2012-2015 Dan Nicholson 
@@ -63,7 +63,7 @@
 dnl See the "Since" comment for each macro you use to see what version
 dnl of the macros you require.
 m4_defun([PKG_PREREQ],
-[m4_define([PKG_MACROS_VERSION], [0.29])
+[m4_define([PKG_MACROS_VERSION], [0.29.1])
 m4_if(m4_version_compare(PKG_MACROS_VERSION, [$1]), -1,
 [m4_fatal([pkg.m4 version $1 or higher is required but 
]PKG_MACROS_VERSION[ found])])
 ])dnl PKG_PREREQ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.22/configure 
new/fsarchiver-0.6.23/configure
--- old/fsarchiver-0.6.22/configure 2016-02-13 17:19:46.0 +0100
+++ new/fsarchiver-0.6.23/configure 2016-06-16 20:53:19.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for fsarchiver 0.6.22.
+# Generated by GNU Autoconf 2.69 for fsarchiver 0.6.23.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='fsarchiver'
 PACKAGE_TARNAME='fsarchiver'
-PACKAGE_VERSION='0.6.22'
-PACKAGE_STRING='fsarchiver 0.6.22'
+PACKAGE_VERSION='0.6.23'
+PACKAGE_STRING='fsarchiver 0.6.23'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1314,7 +1314,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures fsarchiver 0.6.22 to adapt to many kinds of systems.
+\`configure' configures fsarchiver 0.6.23 to adapt to 

commit fsarchiver for openSUSE:Factory

2016-02-23 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2016-02-23 16:57:52

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is "fsarchiver"

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2016-01-12 
16:12:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2016-02-23 16:59:44.0 +0100
@@ -1,0 +2,7 @@
+Sat Feb 13 23:13:17 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.6.22.
+  * Test support for extended attributes and ACLs instead of
+checking mount options.
+
+---

Old:

  fsarchiver-0.6.21.tar.gz

New:

  fsarchiver-0.6.22.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.duUPOR/_old  2016-02-23 16:59:45.0 +0100
+++ /var/tmp/diff_new_pack.duUPOR/_new  2016-02-23 16:59:45.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fsarchiver
-Version:0.6.21
+Version:0.6.22
 Release:0
 Summary:Filesystem Archiver
 License:GPL-2.0

++ fsarchiver-0.6.21.tar.gz -> fsarchiver-0.6.22.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.21/ChangeLog 
new/fsarchiver-0.6.22/ChangeLog
--- old/fsarchiver-0.6.21/ChangeLog 2016-01-07 20:13:57.0 +0100
+++ new/fsarchiver-0.6.22/ChangeLog 2016-02-13 17:17:51.0 +0100
@@ -1,5 +1,7 @@
 fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
 =
+* 0.6.22 (2016-02-13):
+  - Test support for extended attributes and ACLs instead of checking mount 
options
 * 0.6.21 (2016-01-07):
   - Removed duplicate types definitions in order to fix compilation errors
   - Attempt to unmount a device four times before failing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.21/configure 
new/fsarchiver-0.6.22/configure
--- old/fsarchiver-0.6.21/configure 2016-01-07 20:20:05.0 +0100
+++ new/fsarchiver-0.6.22/configure 2016-02-13 17:19:46.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for fsarchiver 0.6.21.
+# Generated by GNU Autoconf 2.69 for fsarchiver 0.6.22.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='fsarchiver'
 PACKAGE_TARNAME='fsarchiver'
-PACKAGE_VERSION='0.6.21'
-PACKAGE_STRING='fsarchiver 0.6.21'
+PACKAGE_VERSION='0.6.22'
+PACKAGE_STRING='fsarchiver 0.6.22'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1314,7 +1314,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures fsarchiver 0.6.21 to adapt to many kinds of systems.
+\`configure' configures fsarchiver 0.6.22 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1385,7 +1385,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of fsarchiver 0.6.21:";;
+ short | recursive ) echo "Configuration of fsarchiver 0.6.22:";;
esac
   cat <<\_ACEOF
 
@@ -1510,7 +1510,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-fsarchiver configure 0.6.21
+fsarchiver configure 0.6.22
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1875,7 +1875,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by fsarchiver $as_me 0.6.21, which was
+It was created by fsarchiver $as_me 0.6.22, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2224,7 +2224,7 @@
 
 
 
-$as_echo "#define PACKAGE_RELDATE \"2016-01-07\"" >>confdefs.h
+$as_echo "#define PACKAGE_RELDATE \"2016-02-13\"" >>confdefs.h
 
 
 $as_echo "#define PACKAGE_FILEFMT \"FsArCh_002\"" >>confdefs.h
@@ -2236,7 +2236,7 @@
 $as_echo "#define PACKAGE_VERSION_B 6" >>confdefs.h
 
 
-$as_echo "#define PACKAGE_VERSION_C 21" >>confdefs.h
+$as_echo "#define PACKAGE_VERSION_C 22" >>confdefs.h
 
 
 $as_echo "#define PACKAGE_VERSION_D 0" >>confdefs.h
@@ -2867,7 +2867,7 @@
 
 # Define the identity of the package.
  PACKAGE='fsarchiver'
- VERSION='0.6.21'
+ VERSION='0.6.22'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -7167,7 +7167,7 @@
 # report actual 

commit fsarchiver for openSUSE:Factory

2016-01-12 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2016-01-12 16:12:46

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is "fsarchiver"

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2014-10-18 
09:08:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2016-01-12 16:12:58.0 +0100
@@ -1,0 +2,17 @@
+Fri Jan  8 09:22:02 UTC 2016 - lazy.k...@opensuse.org
+
+- Update to 0.6.21.
+  * Removed duplicate types definitions in order to fix compilation
+errors.
+  * Attempt to unmount a device four times before failing.
+- Changes in 0.6.20.
+  * Detect version of XFS filesystems in order to preserve it when
+they are restored.
+  * Add support for XFS filesystems features introduced in XFS
+version 5.
+  * Make sure the UUIDs of XFS filesystems are always preserved.
+- Update fsarchiver-types.patch: partially fixed upstream.
+- Correct source URL.
+- Install more docs.
+
+---

Old:

  fsarchiver-0.6.19.tar.gz

New:

  fsarchiver-0.6.21.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.kFKxrw/_old  2016-01-12 16:13:00.0 +0100
+++ /var/tmp/diff_new_pack.kFKxrw/_new  2016-01-12 16:13:00.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fsarchiver
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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,13 +17,13 @@
 
 
 Name:   fsarchiver
-Version:0.6.19
+Version:0.6.21
 Release:0
 Summary:Filesystem Archiver
 License:GPL-2.0
 Group:  Productivity/Archiving/Backup
 Url:http://www.fsarchiver.org
-Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source0:
https://github.com/fdupoux/fsarchiver/releases/download/%{version}/%{name}-%{version}.tar.gz
 Source1:HOWTO
 # PATCH-FIX-UPSTREAM Remove conflicting uses of reserved identifiers
 Patch0: fsarchiver-types.patch
@@ -64,8 +64,8 @@
 
 %files
 %defattr(-,root,root,-)
-%doc ChangeLog COPYING HOWTO NEWS README THANKS
+%doc ChangeLog COPYING HOWTO NEWS README THANKS internals/
 %{_sbindir}/%{name}
-%doc %{_mandir}/man?/*
+%{_mandir}/man?/*
 
 %changelog

++ fsarchiver-0.6.19.tar.gz -> fsarchiver-0.6.21.tar.gz ++
 7548 lines of diff (skipped)

++ fsarchiver-types.patch ++
--- /var/tmp/diff_new_pack.kFKxrw/_old  2016-01-12 16:13:00.0 +0100
+++ /var/tmp/diff_new_pack.kFKxrw/_new  2016-01-12 16:13:00.0 +0100
@@ -113,19 +113,3 @@
 +uint64_t reserved[32];
  u8 sys_chunk_array[BTRFS_SYSTEM_CHUNK_ARRAY_SIZE];
  } __attribute__ ((__packed__));
- 
-Index: fsarchiver-0.6.17/src/types.h
-===
 fsarchiver-0.6.17.orig/src/types.h
-+++ fsarchiver-0.6.17/src/types.h
-@@ -32,10 +32,6 @@ typedef int32_t s32;
- typedef uint64_t u64;
- typedef int64_t s64;
- 
--typedef uint16_t __le16;
--typedef uint32_t __le32;
--typedef uint64_t __le64;
--
- #define le8_to_cpu(v) (v)
- #define cpu_to_le8(v) (v)
- 




commit fsarchiver for openSUSE:Factory

2014-10-18 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2014-10-18 09:08:45

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is fsarchiver

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2014-03-04 
13:24:33.0 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2014-10-18 09:08:58.0 +0200
@@ -1,0 +2,7 @@
+Sun Oct 12 14:48:05 UTC 2014 - crrodrig...@opensuse.org
+
+- Add fsarchiver-attr.patch: remove dependency on libattr..it was
+  never linked anyway, things still worked because glibc provides
+  the same interface.
+
+---

New:

  fsarchiver-attr.patch



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.PqYJwa/_old  2014-10-18 09:08:59.0 +0200
+++ /var/tmp/diff_new_pack.PqYJwa/_new  2014-10-18 09:08:59.0 +0200
@@ -27,9 +27,10 @@
 Source1:HOWTO
 # PATCH-FIX-UPSTREAM Remove conflicting uses of reserved identifiers
 Patch0: fsarchiver-types.patch
+Patch1: fsarchiver-attr.patch
 BuildRequires:  e2fsprogs-devel
-BuildRequires:  libattr-devel
 BuildRequires:  libgcrypt-devel
+BuildRequires:  libtool
 BuildRequires:  lzo-devel
 BuildRequires:  pkg-config
 BuildRequires:  pkgconfig(bzip2)
@@ -50,11 +51,13 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 cp -p %{SOURCE1} .
 
 %build
+autoreconf -fiv
 %configure
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
 
 %install
 %makeinstall

++ fsarchiver-attr.patch ++
--- fsarchiver-0.6.19.orig/src/oper_restore.c
+++ fsarchiver-0.6.19/src/oper_restore.c
@@ -19,12 +19,13 @@
 #  include config.h
 #endif
 
+#include errno.h
 #include unistd.h
 #include fcntl.h
 #include assert.h
 #include string.h
 #include stdlib.h
-#include attr/xattr.h
+#include sys/xattr.h
 #include sys/time.h
 #include sys/stat.h
 #include gcrypt.h
--- fsarchiver-0.6.19.orig/src/oper_save.c
+++ fsarchiver-0.6.19/src/oper_save.c
@@ -28,7 +28,8 @@
 #include sys/mount.h
 #include sys/statvfs.h
 #include sys/stat.h
-#include attr/xattr.h
+#include errno.h
+#include sys/xattr.h
 #include zlib.h
 #include assert.h
 #include gcrypt.h
@@ -57,6 +58,10 @@
 #include error.h
 #include queue.h
 
+#ifndef ENOATTR 
+#define ENOATTR ENODATA
+#endif
+
 typedef struct s_savear
 {   carchwriter ai;
 cregmulti   regmulti;
--- fsarchiver-0.6.19.orig/configure.ac
+++ fsarchiver-0.6.19/configure.ac
@@ -88,7 +88,7 @@ PKG_CHECK_MODULES([BLKID], [blkid])
 PKG_CHECK_MODULES([UUID], [uuid])
 
 dnl Check for header files installed with a library
-AC_CHECK_HEADER([attr/xattr.h],, [AC_MSG_ERROR([attr/xattr.h not found. you 
may have to install a package called attr, libattr, libattr-devel])])
+AC_CHECK_HEADER([sys/xattr.h],, [AC_MSG_ERROR([sys/xattr.h not found. you may 
have to install a package called attr, libattr, libattr-devel])])
 
 dnl Check for standard header files.
 AC_CHECK_HEADERS([malloc.h unistd.h pthread.h])
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fsarchiver for openSUSE:Factory

2014-03-04 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2014-03-04 13:24:32

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is fsarchiver

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2014-02-19 
06:54:58.0 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2014-03-04 13:24:33.0 +0100
@@ -1,0 +2,7 @@
+Sat Mar  1 22:31:06 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 0.6.19.
+  * Reverted number of inode blocks per group patch which caused
+a regression in release 0.6.18.
+
+---

Old:

  fsarchiver-0.6.18.tar.gz

New:

  fsarchiver-0.6.19.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.fOiGcp/_old  2014-03-04 13:24:34.0 +0100
+++ /var/tmp/diff_new_pack.fOiGcp/_new  2014-03-04 13:24:34.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fsarchiver
-Version:0.6.18
+Version:0.6.19
 Release:0
 Summary:Filesystem Archiver
 License:GPL-2.0

++ fsarchiver-0.6.18.tar.gz - fsarchiver-0.6.19.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.18/ChangeLog 
new/fsarchiver-0.6.19/ChangeLog
--- old/fsarchiver-0.6.18/ChangeLog 2014-02-13 23:16:23.0 +0100
+++ new/fsarchiver-0.6.19/ChangeLog 2014-03-01 17:36:48.0 +0100
@@ -1,5 +1,7 @@
 fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
 =
+* 0.6.19 (2014-03-01):
+  - Reverted number of inode blocks per group patch which caused a 
regression in release 0.6.18
 * 0.6.18 (2014-02-13):
   - Prepared release sources using autoconf-2.69 to add support for new 
architectures (RHBZ#925370)
   - Applied patch from Berix to preserve the number of inode blocks per group 
on ext filesystems
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.18/configure 
new/fsarchiver-0.6.19/configure
--- old/fsarchiver-0.6.18/configure 2014-02-13 23:11:43.0 +0100
+++ new/fsarchiver-0.6.19/configure 2014-03-01 17:38:21.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for fsarchiver 0.6.18.
+# Generated by GNU Autoconf 2.69 for fsarchiver 0.6.19.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -577,8 +577,8 @@
 # Identity of this package.
 PACKAGE_NAME='fsarchiver'
 PACKAGE_TARNAME='fsarchiver'
-PACKAGE_VERSION='0.6.18'
-PACKAGE_STRING='fsarchiver 0.6.18'
+PACKAGE_VERSION='0.6.19'
+PACKAGE_STRING='fsarchiver 0.6.19'
 PACKAGE_BUGREPORT=''
 PACKAGE_URL=''
 
@@ -1314,7 +1314,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures fsarchiver 0.6.18 to adapt to many kinds of systems.
+\`configure' configures fsarchiver 0.6.19 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1385,7 +1385,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of fsarchiver 0.6.18:;;
+ short | recursive ) echo Configuration of fsarchiver 0.6.19:;;
esac
   cat \_ACEOF
 
@@ -1508,7 +1508,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-fsarchiver configure 0.6.18
+fsarchiver configure 0.6.19
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1873,7 +1873,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by fsarchiver $as_me 0.6.18, which was
+It was created by fsarchiver $as_me 0.6.19, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -,7 +,7 @@
 
 
 
-$as_echo #define PACKAGE_RELDATE \2014-02-13\ confdefs.h
+$as_echo #define PACKAGE_RELDATE \2014-03-01\ confdefs.h
 
 
 $as_echo #define PACKAGE_FILEFMT \FsArCh_002\ confdefs.h
@@ -2234,7 +2234,7 @@
 $as_echo #define PACKAGE_VERSION_B 6 confdefs.h
 
 
-$as_echo #define PACKAGE_VERSION_C 18 confdefs.h
+$as_echo #define PACKAGE_VERSION_C 19 confdefs.h
 
 
 $as_echo #define PACKAGE_VERSION_D 0 confdefs.h
@@ -2817,7 +2817,7 @@
 
 # Define the identity of the package.
  PACKAGE='fsarchiver'
- VERSION='0.6.18'
+ VERSION='0.6.19'
 
 
 cat confdefs.h _ACEOF
@@ -7064,7 

commit fsarchiver for openSUSE:Factory

2014-02-18 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2014-02-19 06:54:56

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is fsarchiver

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2013-10-29 
09:25:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2014-02-19 06:54:58.0 +0100
@@ -1,0 +2,13 @@
+Fri Feb 14 17:31:59 UTC 2014 - lazy.k...@opensuse.org
+
+- Update to 0.6.18.
+  * Prepared release sources using autoconf-2.69 to add support for
+new architectures.
+  * Applied patch from Berix to preserve the number of inode blocks
+per group on ext filesystems.
+  * Added support for recent btrfs features (up to linux-3.14).
+  * Run mkfs.btrfs with option -f so that it does not fail on
+devices with pre-existing filesystems.
+- Remove check for unsupported openSUSE versions.
+
+---

Old:

  fsarchiver-0.6.17.tar.gz

New:

  fsarchiver-0.6.18.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.vfhmde/_old  2014-02-19 06:54:59.0 +0100
+++ /var/tmp/diff_new_pack.vfhmde/_new  2014-02-19 06:54:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fsarchiver
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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:   fsarchiver
-Version:0.6.17
+Version:0.6.18
 Release:0
 Summary:Filesystem Archiver
 License:GPL-2.0
@@ -32,15 +32,9 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  lzo-devel
 BuildRequires:  pkg-config
-%if 0%{?suse_version} = 1210
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(zlib)
-%else
-BuildRequires:  libbz2-devel
-BuildRequires:  xz-devel
-BuildRequires:  zlib-devel
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -56,7 +50,7 @@
 %prep
 %setup -q
 %patch0 -p1
-cp %{SOURCE1} .
+cp -p %{SOURCE1} .
 
 %build
 %configure

++ fsarchiver-0.6.17.tar.gz - fsarchiver-0.6.18.tar.gz ++
 13192 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fsarchiver-0.6.17/ChangeLog new/fsarchiver-0.6.18/ChangeLog
--- old/fsarchiver-0.6.17/ChangeLog 2013-02-25 20:29:25.0 +0100
+++ new/fsarchiver-0.6.18/ChangeLog 2014-02-13 23:16:23.0 +0100
@@ -1,5 +1,10 @@
 fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
 =
+* 0.6.18 (2014-02-13):
+  - Prepared release sources using autoconf-2.69 to add support for new 
architectures (RHBZ#925370)
+  - Applied patch from Berix to preserve the number of inode blocks per group 
on ext filesystems
+  - Added support for recent btrfs features (up to linux-3.14)
+  - Run mkfs.btrfs with option -f so that it does not fail on devices with 
pre-existing filesystems
 * 0.6.17 (2013-02-25):
   - Implemented mkfsopt restfs option to pass extra options to mkfs (Michael 
Moninski)
   - Fixed parsing of /proc/self/mountinfo (mount options were not parsed on 
new systems)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fsarchiver-0.6.17/INSTALL new/fsarchiver-0.6.18/INSTALL
--- old/fsarchiver-0.6.17/INSTALL   2013-02-25 20:29:45.0 +0100
+++ new/fsarchiver-0.6.18/INSTALL   2014-02-13 23:01:23.0 +0100
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -226,6 

commit fsarchiver for openSUSE:Factory

2013-10-29 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2013-10-29 09:25:09

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is fsarchiver

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2013-08-22 
09:23:10.0 +0200
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2013-10-29 09:25:10.0 +0100
@@ -1,0 +2,5 @@
+Sat Oct 26 11:27:09 UTC 2013 - andreas.stie...@gmx.de
+
+- fix SLE build
+
+---



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.8fpQdX/_old  2013-10-29 09:25:10.0 +0100
+++ /var/tmp/diff_new_pack.8fpQdX/_new  2013-10-29 09:25:10.0 +0100
@@ -32,9 +32,15 @@
 BuildRequires:  libgcrypt-devel
 BuildRequires:  lzo-devel
 BuildRequires:  pkg-config
+%if 0%{?suse_version} = 1210
 BuildRequires:  pkgconfig(bzip2)
 BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(zlib)
+%else
+BuildRequires:  libbz2-devel
+BuildRequires:  xz-devel
+BuildRequires:  zlib-devel
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -57,7 +63,7 @@
 make %{?_smp_mflags}
 
 %install
-%make_install
+%makeinstall
 
 %files
 %defattr(-,root,root,-)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fsarchiver for openSUSE:Factory

2013-08-22 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2013-08-22 09:23:09

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is fsarchiver

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2013-03-03 
21:05:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2013-08-22 09:23:10.0 +0200
@@ -1,0 +2,5 @@
+Tue Aug 20 16:06:42 UTC 2013 - sch...@suse.de
+
+- fsarchiver-types.patch: Remove conflicting uses of reserved identifiers
+
+---

New:

  fsarchiver-types.patch



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.4yj7EA/_old  2013-08-22 09:23:11.0 +0200
+++ /var/tmp/diff_new_pack.4yj7EA/_new  2013-08-22 09:23:11.0 +0200
@@ -25,6 +25,8 @@
 Url:http://www.fsarchiver.org
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:HOWTO
+# PATCH-FIX-UPSTREAM Remove conflicting uses of reserved identifiers
+Patch0: fsarchiver-types.patch
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libattr-devel
 BuildRequires:  libgcrypt-devel
@@ -47,6 +49,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 cp %{SOURCE1} .
 
 %build

++ fsarchiver-types.patch ++
Index: fsarchiver-0.6.17/src/fs_btrfs.h
===
--- fsarchiver-0.6.17.orig/src/fs_btrfs.h
+++ fsarchiver-0.6.17/src/fs_btrfs.h
@@ -79,37 +79,37 @@ static inline u64 btrfs_sb_offset(int mi
 struct btrfs_dev_item 
 {
 /* the internal btrfs device id */
-__le64 devid;
+uint64_t devid;
 
 /* size of the device */
-__le64 total_bytes;
+uint64_t total_bytes;
 
 /* bytes used */
-__le64 bytes_used;
+uint64_t bytes_used;
 
 /* optimal io alignment for this device */
-__le32 io_align;
+uint32_t io_align;
 
 /* optimal io width for this device */
-__le32 io_width;
+uint32_t io_width;
 
 /* minimal io size for this device */
-__le32 sector_size;
+uint32_t sector_size;
 
 /* type and info about this device */
-__le64 type;
+uint64_t type;
 
 /* expected generation for this device */
-__le64 generation;
+uint64_t generation;
 
 /*
  * starting byte of this partition on the device,
  * to allowr for stripe alignment in the future
  */
-__le64 start_offset;
+uint64_t start_offset;
 
 /* grouping information for allocation decisions */
-__le32 dev_group;
+uint32_t dev_group;
 
 /* seek speed 0-100 where 100 is fastest */
 u8 seek_speed;
@@ -133,32 +133,32 @@ struct btrfs_super_block
 u8 csum[BTRFS_CSUM_SIZE];
 /* the first 4 fields must match struct btrfs_header */
 u8 fsid[BTRFS_FSID_SIZE];/* FS specific uuid */
-__le64 bytenr; /* this block number */
-__le64 flags;
+uint64_t bytenr; /* this block number */
+uint64_t flags;
 
 /* allowed to be different from the btrfs_header from here own down */
-__le64 magic;
-__le64 generation;
-__le64 root;
-__le64 chunk_root;
-__le64 log_root;
+uint64_t magic;
+uint64_t generation;
+uint64_t root;
+uint64_t chunk_root;
+uint64_t log_root;
 
 /* this will help find the new super based on the log root */
-__le64 log_root_transid;
-__le64 total_bytes;
-__le64 bytes_used;
-__le64 root_dir_objectid;
-__le64 num_devices;
-__le32 sectorsize;
-__le32 nodesize;
-__le32 leafsize;
-__le32 stripesize;
-__le32 sys_chunk_array_size;
-__le64 chunk_root_generation;
-__le64 compat_flags;
-__le64 compat_ro_flags;
-__le64 incompat_flags;
-__le16 csum_type;
+uint64_t log_root_transid;
+uint64_t total_bytes;
+uint64_t bytes_used;
+uint64_t root_dir_objectid;
+uint64_t num_devices;
+uint32_t sectorsize;
+uint32_t nodesize;
+uint32_t leafsize;
+uint32_t stripesize;
+uint32_t sys_chunk_array_size;
+uint64_t chunk_root_generation;
+uint64_t compat_flags;
+uint64_t compat_ro_flags;
+uint64_t incompat_flags;
+uint16_t csum_type;
 u8 root_level;
 u8 chunk_root_level;
 u8 log_root_level;
@@ -167,7 +167,7 @@ struct btrfs_super_block
 char label[BTRFS_LABEL_SIZE];
 
 /* future expansion */
-__le64 reserved[32];
+uint64_t reserved[32];
 u8 sys_chunk_array[BTRFS_SYSTEM_CHUNK_ARRAY_SIZE];
 } __attribute__ ((__packed__));
 
Index: fsarchiver-0.6.17/src/types.h
===
--- 

commit fsarchiver for openSUSE:Factory

2013-03-03 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2013-03-03 21:05:48

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is fsarchiver, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2013-02-09 
10:04:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2013-03-03 21:05:49.0 +0100
@@ -1,0 +2,9 @@
+Thu Feb 28 14:29:33 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 0.6.17.
+  + Implemented mkfsopt restfs option to pass extra options to
+mkfs.
+  + Fixed parsing of /proc/self/mountinfo (mount options were not
+parsed on new systems).
+
+---

Old:

  fsarchiver-0.6.16.tar.gz

New:

  fsarchiver-0.6.17.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.9Kfi8a/_old  2013-03-03 21:05:51.0 +0100
+++ /var/tmp/diff_new_pack.9Kfi8a/_new  2013-03-03 21:05:51.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   fsarchiver
-Version:0.6.16
+Version:0.6.17
 Release:0
 Summary:Filesystem Archiver
 License:GPL-2.0

++ fsarchiver-0.6.16.tar.gz - fsarchiver-0.6.17.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.16/ChangeLog 
new/fsarchiver-0.6.17/ChangeLog
--- old/fsarchiver-0.6.16/ChangeLog 2013-02-07 19:49:08.0 +0100
+++ new/fsarchiver-0.6.17/ChangeLog 2013-02-25 20:29:25.0 +0100
@@ -1,5 +1,9 @@
 fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
 =
+* 0.6.17 (2013-02-25):
+  - Implemented mkfsopt restfs option to pass extra options to mkfs (Michael 
Moninski)
+  - Fixed parsing of /proc/self/mountinfo (mount options were not parsed on 
new systems)
+  - Removed the ebuild for gentoo as fsarchiver is now in the official portage 
tree
 * 0.6.16 (2013-02-07):
   - Fixed mke2fs requirement for the ext_attr feature (affects RHLE5/CentOS5)
   - Fixed parsing of /proc/self/mountinfo for systemd based systems
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.16/configure 
new/fsarchiver-0.6.17/configure
--- old/fsarchiver-0.6.16/configure 2013-02-07 19:49:20.0 +0100
+++ new/fsarchiver-0.6.17/configure 2013-02-25 20:29:44.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for fsarchiver 0.6.16.
+# Generated by GNU Autoconf 2.63 for fsarchiver 0.6.17.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -594,8 +594,8 @@
 # Identity of this package.
 PACKAGE_NAME='fsarchiver'
 PACKAGE_TARNAME='fsarchiver'
-PACKAGE_VERSION='0.6.16'
-PACKAGE_STRING='fsarchiver 0.6.16'
+PACKAGE_VERSION='0.6.17'
+PACKAGE_STRING='fsarchiver 0.6.17'
 PACKAGE_BUGREPORT=''
 
 # Factoring default headers for most tests.
@@ -1334,7 +1334,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures fsarchiver 0.6.16 to adapt to many kinds of systems.
+\`configure' configures fsarchiver 0.6.17 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1405,7 +1405,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of fsarchiver 0.6.16:;;
+ short | recursive ) echo Configuration of fsarchiver 0.6.17:;;
esac
   cat \_ACEOF
 
@@ -1523,7 +1523,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-fsarchiver configure 0.6.16
+fsarchiver configure 0.6.17
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1537,7 +1537,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by fsarchiver $as_me 0.6.16, which was
+It was created by fsarchiver $as_me 0.6.17, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -1907,7 +1907,7 @@
 
 
 cat confdefs.h \_ACEOF
-#define PACKAGE_RELDATE 2013-02-07
+#define PACKAGE_RELDATE 2013-02-25
 _ACEOF
 
 
@@ -1927,7 +1927,7 @@
 
 
 cat confdefs.h \_ACEOF
-#define PACKAGE_VERSION_C 16
+#define PACKAGE_VERSION_C 17
 _ACEOF
 
 
@@ -2543,7 +2543,7 

commit fsarchiver for openSUSE:Factory

2013-02-09 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2013-02-09 10:04:47

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is fsarchiver, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2012-06-05 
15:30:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2013-02-09 10:04:50.0 +0100
@@ -1,0 +2,7 @@
+Thu Feb  7 19:29:44 UTC 2013 - lazy.k...@opensuse.org
+
+- Update to 0.6.16.
+  + Fixed parsing of /proc/self/mountinfo for systemd based
+systems.
+
+---

Old:

  fsarchiver-0.6.15.tar.gz

New:

  fsarchiver-0.6.16.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.DbWxQs/_old  2013-02-09 10:04:52.0 +0100
+++ /var/tmp/diff_new_pack.DbWxQs/_new  2013-02-09 10:04:52.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fsarchiver
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products 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:   fsarchiver
-Version:0.6.15
+Version:0.6.16
 Release:0
 Summary:Filesystem Archiver
 License:GPL-2.0

++ fsarchiver-0.6.15.tar.gz - fsarchiver-0.6.16.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.15/ChangeLog 
new/fsarchiver-0.6.16/ChangeLog
--- old/fsarchiver-0.6.15/ChangeLog 2012-06-02 18:09:06.0 +0200
+++ new/fsarchiver-0.6.16/ChangeLog 2013-02-07 19:49:08.0 +0100
@@ -1,5 +1,8 @@
 fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
 =
+* 0.6.16 (2013-02-07):
+  - Fixed mke2fs requirement for the ext_attr feature (affects RHLE5/CentOS5)
+  - Fixed parsing of /proc/self/mountinfo for systemd based systems
 * 0.6.15 (2012-06-02):
   - Added support for recent ext4 features (up to linux-3.4 / e2fsprogs-1.42)
 * 0.6.14 (2012-06-02):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/fsarchiver-0.6.15/configure 
new/fsarchiver-0.6.16/configure
--- old/fsarchiver-0.6.15/configure 2012-06-02 18:10:14.0 +0200
+++ new/fsarchiver-0.6.16/configure 2013-02-07 19:49:20.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.63 for fsarchiver 0.6.15.
+# Generated by GNU Autoconf 2.63 for fsarchiver 0.6.16.
 #
 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
 # 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
@@ -594,8 +594,8 @@
 # Identity of this package.
 PACKAGE_NAME='fsarchiver'
 PACKAGE_TARNAME='fsarchiver'
-PACKAGE_VERSION='0.6.15'
-PACKAGE_STRING='fsarchiver 0.6.15'
+PACKAGE_VERSION='0.6.16'
+PACKAGE_STRING='fsarchiver 0.6.16'
 PACKAGE_BUGREPORT=''
 
 # Factoring default headers for most tests.
@@ -1334,7 +1334,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures fsarchiver 0.6.15 to adapt to many kinds of systems.
+\`configure' configures fsarchiver 0.6.16 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1405,7 +1405,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of fsarchiver 0.6.15:;;
+ short | recursive ) echo Configuration of fsarchiver 0.6.16:;;
esac
   cat \_ACEOF
 
@@ -1523,7 +1523,7 @@
 test -n $ac_init_help  exit $ac_status
 if $ac_init_version; then
   cat \_ACEOF
-fsarchiver configure 0.6.15
+fsarchiver configure 0.6.16
 generated by GNU Autoconf 2.63
 
 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
@@ -1537,7 +1537,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by fsarchiver $as_me 0.6.15, which was
+It was created by fsarchiver $as_me 0.6.16, which was
 generated by GNU Autoconf 2.63.  Invocation command line was
 
   $ $0 $@
@@ -1907,7 +1907,7 @@
 
 
 cat confdefs.h \_ACEOF
-#define PACKAGE_RELDATE 2012-06-02
+#define PACKAGE_RELDATE 2013-02-07
 _ACEOF
 
 
@@ -1927,7 +1927,7 @@
 
 
 cat confdefs.h \_ACEOF

commit fsarchiver for openSUSE:Factory

2012-03-09 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2012-03-09 21:22:47

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is fsarchiver, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2011-12-21 
10:00:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2012-03-09 21:22:49.0 +0100
@@ -1,0 +2,8 @@
+Mon Mar  5 07:53:34 UTC 2012 - lazy.k...@opensuse.org
+
+- Update to 0.6.13.
+  + Fixed detection of the root filesystem using
+/proc/self/mountinfo instead of /proc/mounts.
+- Use pkgconfig(*) as build dependencies.
+
+---

Old:

  fsarchiver-0.6.12.tar.gz

New:

  fsarchiver-0.6.13.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.sfZfYq/_old  2012-03-09 21:22:50.0 +0100
+++ /var/tmp/diff_new_pack.sfZfYq/_new  2012-03-09 21:22:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fsarchiver
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,23 @@
 #
 
 
-
 Name:   fsarchiver
-Version:0.6.12
-Release:1
-License:GPL-2.0
+Version:0.6.13
+Release:0
 Summary:Filesystem Archiver
-Url:http://www.fsarchiver.org
+License:GPL-2.0
 Group:  Productivity/Archiving/Backup
+Url:http://www.fsarchiver.org
 Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
 Source1:HOWTO
-BuildRequires:  e2fsprogs
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libattr-devel
-BuildRequires:  libbz2-devel
 BuildRequires:  libgcrypt-devel
 BuildRequires:  lzo-devel
 BuildRequires:  pkg-config
-BuildRequires:  xz-devel
-BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(bzip2)
+BuildRequires:  pkgconfig(liblzma)
+BuildRequires:  pkgconfig(zlib)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

++ fsarchiver-0.6.12.tar.gz - fsarchiver-0.6.13.tar.gz ++
 9178 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fsarchiver-0.6.12/ChangeLog new/fsarchiver-0.6.13/ChangeLog
--- old/fsarchiver-0.6.12/ChangeLog 2010-12-25 11:13:08.0 +0100
+++ new/fsarchiver-0.6.13/ChangeLog 2012-03-04 10:40:05.0 +0100
@@ -1,5 +1,7 @@
 fsarchiver: Filesystem Archiver for Linux [http://www.fsarchiver.org]
 =
+* 0.6.13 (2012-03-04):
+  - Fixed detection of the root filesystem using /proc/self/mountinfo 
instead of /proc/mounts
 * 0.6.12 (2010-12-25):
   - Fix: get correct mount info for root device when not listed in 
/proc/mounts (eg: missing /dev/root)
 * 0.6.11 (2010-12-01):
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fsarchiver-0.6.12/config.h.in new/fsarchiver-0.6.13/config.h.in
--- old/fsarchiver-0.6.12/config.h.in   2010-12-25 11:24:38.0 +0100
+++ new/fsarchiver-0.6.13/config.h.in   2012-03-04 10:42:11.0 +0100
@@ -144,9 +144,6 @@
 /* Define to the one symbol short name of this package. */
 #undef PACKAGE_TARNAME
 
-/* Define to the home page for this package. */
-#undef PACKAGE_URL
-
 /* Define to the version of this package. */
 #undef PACKAGE_VERSION
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/fsarchiver-0.6.12/configure.ac new/fsarchiver-0.6.13/configure.ac
--- old/fsarchiver-0.6.12/configure.ac  2010-12-25 11:15:57.0 +0100
+++ new/fsarchiver-0.6.13/configure.ac  2012-03-04 10:41:57.0 +0100
@@ -3,12 +3,12 @@
 
 

commit fsarchiver for openSUSE:Factory

2011-12-21 Thread h_root
Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory 
checked in at 2011-12-21 10:00:03

Comparing /work/SRC/openSUSE:Factory/fsarchiver (Old)
 and  /work/SRC/openSUSE:Factory/.fsarchiver.new (New)


Package is fsarchiver, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/fsarchiver/fsarchiver.changes2011-09-23 
01:58:20.0 +0200
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes   
2011-12-21 10:00:04.0 +0100
@@ -1,0 +2,7 @@
+Thu Nov 24 16:28:05 UTC 2011 - lazy.k...@opensuse.org
+
+- Corrected License tag according to SPDX Standard.
+- Use full URL as a source.
+- Spec clean up.
+
+---

Old:

  fsarchiver-0.6.12.tar.bz2

New:

  fsarchiver-0.6.12.tar.gz



Other differences:
--
++ fsarchiver.spec ++
--- /var/tmp/diff_new_pack.JEYWUo/_old  2011-12-21 10:00:05.0 +0100
+++ /var/tmp/diff_new_pack.JEYWUo/_new  2011-12-21 10:00:05.0 +0100
@@ -20,13 +20,12 @@
 Name:   fsarchiver
 Version:0.6.12
 Release:1
+License:GPL-2.0
+Summary:Filesystem Archiver
 Url:http://www.fsarchiver.org
-License:GPLv2
-Source0:%{name}-%{version}.tar.bz2
-Source1:HOWTO
 Group:  Productivity/Archiving/Backup
-Summary:Filesystem Archiver for Linux
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Source0:
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
+Source1:HOWTO
 BuildRequires:  e2fsprogs
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  libattr-devel
@@ -36,6 +35,7 @@
 BuildRequires:  pkg-config
 BuildRequires:  xz-devel
 BuildRequires:  zlib-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 FSArchiver is a system tool that allows you to save the contents of
@@ -44,29 +44,20 @@
 restored on a different file-system. Unlike tar/dar, FSArchiver also
 creates the file-system when it extracts the data to partitions.
 Everything is checksummed in the archive in order to protect the data.
-If the archive is corrupt, you just loose the current file, not the
-whole archive.
-
-
-
-Authors:
-
-Francois Dupoux fdup...@users.sourceforge.net
+If the archive is corrupt, you just loose the current file, not
+the whole archive.
 
 %prep
 %setup -q
-%__cp -p %{S:1} .
+cp %{SOURCE1} .
 
 %build
 %configure
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %make_install
 
-%clean
-%{?buildroot:%__rm -rf %{buildroot}}
-
 %files
 %defattr(-,root,root,-)
 %doc ChangeLog COPYING HOWTO NEWS README THANKS

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit fsarchiver for openSUSE:Factory

2011-05-25 Thread h_root

Hello community,

here is the log from the commit of package fsarchiver for openSUSE:Factory
checked in at Wed May 25 10:44:41 CEST 2011.




New Changes file:

--- /dev/null   2010-08-26 16:28:41.0 +0200
+++ /mounts/work_src_done/STABLE/fsarchiver/fsarchiver.changes  2011-05-24 
18:03:50.0 +0200
@@ -0,0 +1,234 @@
+---
+Tue May 24 16:00:48 UTC 2011 - lazy.k...@opensuse.org
+
+- Made changelog more verbose -- added changes important
+  for enduser
+
+---
+Mon Apr 11 09:44:55 UTC 2011 - lazy.k...@opensuse.org
+
+- Added COPYING
+- Prepare spec
+
+---
+Sat Dec 25 14:40:14 UTC 2010 - lazy.k...@opensuse.org
+
+- Update to 0.6.12
+  + Fix: get correct mount info for root device when not listed in
+/proc/mounts (eg: missing /dev/root)
+
+---
+Fri Dec  3 18:32:28 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.11
+  + Updated supported btrfs compat flags to make it work with
+btrfs-2.6.35
+  + The -c/--cryptpass option now supports interactive passwords:
+use -c -
+
+---
+Sun May  9 14:49:54 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.10
+  + Fixed support of symbolic links on ntfs filesystems with
+ntfs3g = 2010.3.6
+
+---
+Thu May  6 20:41:53 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.9
+  + Fix in probe: show devmapper/lvm volumes even when /dev/dm-xx
+does not exist
+  + Fixed restoration of very small archives (archive  4K)
+  + Fix error handling in restoration: consider ENOSPC as a fatal
+error and other fixes
+  + Fix: remove all volumes of the archive instead of just
+the first one if save fails
+
+---
+Sun Feb 21 10:30:09 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.8
+  + Fixed critial bug: there was a risk of corruption when
+the archive was written on a smbfs/cifs filesystem
+
+---
+Mon Feb  1 15:32:39 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.7
+  + Added support for sparse files (sparse file on the original
+disk will be recreated as sparse file)
+  + Added per-archive minimum fsarchiver version requirement
+(MAINHEADKEY_MINFSAVERSION)
+  + Added dirsinfo in archives with simple files and directories
+to store stats required for progression
+  + The logfile created when option -d is used now has a specific
+name so that it's not overwritten
+  + The md5 checksums are now calculated using the implementation
+from libgcrypt instead of the internal one
+  + The libgcrypt library is now a mandatory dependency and crypto
+cannot be disabled any more
+  + Allow non root users to use fsarchiver archinfo as long as
+they have read permissions on the archive
+- Updated HOWTO
+
+---
+Mon Jan 25 22:53:12 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.6
+  + Fix: don't remove the archive file when savefs/savedir fails
+because the archive already exists
+  + Partitions already mounted are remounted with MS_BIND to have
+access to files hidden by mounted filesystems
+  + Analyse filesystems only when they are all accessible
+to prevent having to wait and then get an error
+  + Important internal changes, renaming of functions/files, and
+simplifications for better consistency
+  + Fixed potential memory error in savefs/savedir with extended
+attributes (bug reported by mbiebl)
+
+---
+Fri Jan  8 12:11:19 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.5
+  + Retry with the default level (gzip -6) when compression of
+a data block lacks memory with bzip2/lzma
+- Added Suggests
+
+---
+Sun Jan  3 23:49:50 UTC 2010 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.4
+  + Improved the manpage: documented the long options, added
+examples, links, ...
+  + Fixed critical bug: integer overflow for u16 headerlen
+when sum of attributes size  65535
+  + Introduced new fileformat: FsArCh_002, but old format
+FsArCh_001 is also supported
+  + Using code from libblkid instead of complex implementation
+to read ntfs labels
+- Added pkg-config to BuildRequires
+- Removed 'export PATH' -- no need anymore
+
+---
+Tue Dec 29 11:54:40 UTC 2009 - lazy.kent.s...@gmail.com
+
+- Update to 0.6.3
+  + Dont fail when e2fsck returns 1 in extfs_mkfs() since it means
+the filesystem has been