Hello community, here is the log from the commit of package xfsdump for openSUSE:Factory checked in at 2014-06-18 10:59:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/xfsdump (Old) and /work/SRC/openSUSE:Factory/.xfsdump.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "xfsdump" Changes: -------- --- /work/SRC/openSUSE:Factory/xfsdump/xfsdump.changes 2013-03-14 15:36:32.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.xfsdump.new/xfsdump.changes 2014-06-18 10:59:39.000000000 +0200 @@ -1,0 +2,36 @@ +Mon Jun 2 11:34:10 UTC 2014 - [email protected] + +- Update to version 3.1.3: + - Unconditionally add checksums to various dump headers in + xfsdump. + - Verify dump header checksums if present in xfsrestore. + - Convert to using the POSIX signal API. + - Remove restriction of 8 options in dialogs. + - Various refactoring and internal cleanups to xfsdump and xfsrestore. + - Build system fixes, thanks to Ted Ts'o. + - Fix metadata restore on split files. + - Add a -D option to skip a recursive scan of the filesystem when dumping. + - Fix a 1 byte overflow with empty lists, thanks to Mike Frysinger. + - Enable multi-stream support on Linux using pthreads. + - Fix handling of Ctrl-D in prompts. + - Obsolete SGI_XFSDUMP_SKIP_FILE extended attribute for excluding + files from dump. + - Fix restoration of extended attributes on the root directory. + - Use the full 32-bit inode generation number instead of 12-bit + generation number. Bump the dump format version to 3. + - Do not create parent directories for orphaned files during + list-only (-t option) restore. + - Save and restore 32 bit project ids correctly. + - Fix a segfault in xfsrestore when a path name is too long, + thanks to Nigel Tamplin. + - Fix a backward compatibility problem. Dumps created with + version 3.1.2 where extended attributes are in use failed + to restore with v3.1.0 due to file header checksum errors. + Thanks to Fugazzi for reporting. + - Refactored release scripts to conform to using git archive. + - Changed the build process so that 'make deb' uses the same + process of creating a source tree as the release script. +- Removed xfsdump-3.0.1-fix-bufferoverflow.diff, upstream fixed the problem + differently + +------------------------------------------------------------------- Old: ---- xfsdump-3.0.1-fix-bufferoverflow.diff xfsdump-3.0.5.tar.gz New: ---- xfsdump-3.1.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ xfsdump.spec ++++++ --- /var/tmp/diff_new_pack.2W5nNE/_old 2014-06-18 10:59:40.000000000 +0200 +++ /var/tmp/diff_new_pack.2W5nNE/_new 2014-06-18 10:59:40.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package xfsdump # -# 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 @@ -21,7 +21,7 @@ BuildRequires: libattr-devel BuildRequires: ncurses-devel BuildRequires: xfsprogs-devel -Version: 3.0.5 +Version: 3.1.3 Release: 0 Url: http://oss.sgi.com/projects/xfs/ Summary: Administrative Utilities for the XFS File System @@ -29,8 +29,7 @@ Group: System/Filesystems Source0: xfsdump-%version.tar.gz Patch0: xfsdump-docdir.diff -Patch1: xfsdump-3.0.1-fix-bufferoverflow.diff -Patch2: getdents.diff +Patch1: getdents.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -60,7 +59,6 @@ %setup -q %patch0 %patch1 -p1 -%patch2 -p1 %build export DEBUG=-DNDEBUG @@ -70,6 +68,7 @@ %install export DIST_ROOT="$RPM_BUILD_ROOT" make install +%{find_lang} xfsdump # Remove the link created by the make file rm $RPM_BUILD_ROOT/%{_sbindir}/{xfsdump,xfsrestore} mv $RPM_BUILD_ROOT/sbin/{xfsdump,xfsrestore} $RPM_BUILD_ROOT/%{_sbindir} @@ -78,7 +77,7 @@ ln -s %{_sbindir}/xfsrestore $RPM_BUILD_ROOT/sbin #EndUsrMerge -%files +%files -f xfsdump.lang %defattr(-,root,root,755) %{_sbindir}/* #UsrMerge @@ -86,5 +85,8 @@ #EndUsrMerge %doc %{_defaultdocdir}/%name %{_mandir}/man8/* +%if 0%{?suse_version} > 1200 +%doc doc/COPYING +%endif %changelog ++++++ xfsdump-3.0.5.tar.gz -> xfsdump-3.1.3.tar.gz ++++++ ++++ 28502 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
