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.000000000 +0200
+++ /mounts/work_src_done/STABLE/fsarchiver/fsarchiver.changes  2011-05-24 
18:03:50.000000000 +0200
@@ -0,0 +1,234 @@
+-------------------------------------------------------------------
+Tue May 24 16:00:48 UTC 2011 - [email protected]
+
+- Made changelog more verbose -- added changes important
+  for enduser
+
+-------------------------------------------------------------------
+Mon Apr 11 09:44:55 UTC 2011 - [email protected]
+
+- Added COPYING
+- Prepare spec
+
+-------------------------------------------------------------------
+Sat Dec 25 14:40:14 UTC 2010 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- 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 - [email protected]
+
+- Update to 0.6.3
+  + Dont fail when e2fsck returns 1 in extfs_mkfs() since it means
+    the filesystem has been fixed
+  + Display the percentage of the operation which has been
+    completed when verbose >= 1 (sort of progress bar)
+  + Display information about physical disks as well as partitions
+    in "fsarchiver probe <mode>"
+  + Fixed bug with archive splitting: the split size was sometimes
+    incorrect due to an integer overflow
+  + Added option "--exclude/-e <pattern>" to exclude files/dirs.
+    It works for both archiving and extracting.
+  + Added support for long options (--option) using getopt_long
+- Removed obsolete patches
+- Updated HOWTO
+
+-------------------------------------------------------------------
+Wed Dec 23 12:19:06 UTC 2009 - [email protected]
+
+- Bugfixes:
+  + Fixes a integer overflow problem that affects fsarchiver when
+    it's compiled in 32bit. The split size is incorrect and then
+    it either splits with an incorrect volume size or it does not
+    split the archives.
+  + Fsarchiver fails to start on a system where libgcrypt is
+    upgraded to a version which is more recent than the libgcrypt
+    used at compilation time when the fsarchiver package is built.
+
+-------------------------------------------------------------------
+Wed Dec  9 18:24:30 UTC 2009 - [email protected]
+
+- Patch refresh
+
+-------------------------------------------------------------------
+Wed Dec  9 16:22:50 UTC 2009 - [email protected]
+
+- Patch to fix error when e2fsck returns exit status 1
+
+-------------------------------------------------------------------
+Wed Dec  9 08:50:11 UTC 2009 - [email protected]
+
+- Update to 0.6.2
+  + Fix related the the ntfs attributes when lgetxattr returns
+    a negative size
+  + Saves the name of the original device where the filesystem
+    is stored (FSYSHEADKEY_ORIGDEV)
+  + Fixed enable options in configure: "--enable-xxx" had
+    the opposite effect (Thanks to horhe)
+  + Exit with an error if the user wants to use a compression level
+    which is not supported (Thanks to mbiebl)
+  + Fixed crash when mount fails (mntbyfsa was set to true and not
+    clear if mount fails)
+  + Fixed code for ntfs symlinks (they have to be recreated
+    as normal files and dirs + special attributes)
+  + Changed the requirement from ntfs3g-AR (advanced release)
+    to ntfs3g >= 20091114 (standard release) for ntfs
+  + Improvements and fixes in the autotools build chain files
+    (contribution from Michael Biebl)
+  + Added option "-L" to specify the label of the archive:
+    it's just a comment about the contents
+- Updated HOWTO
+
+-------------------------------------------------------------------
+Wed Oct  7 00:00:00 MSD 2009 - [email protected]
+
+- Update to 0.6.1
+  + New encryption implementation was not thread-safe (broken when
+    option -j was used)
+  + Dropped openssl support (this code was disabled
+    in fsarchiver-0.6.0 anyway)
+- Added manpage
+- Replaced openssl-devel with libgcrypt-devel in BuildRequires
+
+-------------------------------------------------------------------
+Mon Sep 14 00:00:00 MSD 2009 - [email protected]
+
+- Update to 0.5.9
+  + Fixed 'fsarchiver probe' which ignored /dev/dm-0
+    (first device mapper disk)
+  + It now displays NTFS uuids in the archive information
+    ("fsarchive archinfo archive.fsa")
+  + Support for "system.ntfs_times" attribute supported
+    by ntfs-3g >= 2009.4.4AR.17
++++ 37 more lines (skipped)
++++ between /dev/null
++++ and /mounts/work_src_done/STABLE/fsarchiver/fsarchiver.changes

calling whatdependson for head-i586


New:
----
  HOWTO
  fsarchiver-0.6.12.tar.bz2
  fsarchiver.changes
  fsarchiver.spec

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

Other differences:
------------------
++++++ fsarchiver.spec ++++++
#
# spec file for package fsarchiver
#
# Copyright (c) 2011 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
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#



Name:           fsarchiver
Version:        0.6.12
Release:        1
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
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

%description
FSArchiver is a system tool that allows you to save the contents of
a file-system to a compressed archive file. The file-system can be
restored on a partition which has a different size and it can be
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 <[email protected]>

%prep
%setup -q
%__cp -p %{S:1} .

%build
%configure
%__make %{?_smp_mflags}

%install
%make_install

%clean
%{?buildroot:%__rm -rf "%{buildroot}"}

%files
%defattr(-,root,root,-)
%doc ChangeLog COPYING HOWTO NEWS README THANKS
%{_sbindir}/%{name}
%doc %{_mandir}/man?/*

%changelog
++++++ HOWTO ++++++
++++ 673 lines (skipped)


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



Remember to have fun...

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

Reply via email to