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.changes    2014-10-18 
09:08:58.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.fsarchiver.new/fsarchiver.changes       
2016-01-12 16:12:58.000000000 +0100
@@ -1,0 +2,17 @@
+Fri Jan  8 09:22:02 UTC 2016 - [email protected]
+
+- 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.000000000 +0100
+++ /var/tmp/diff_new_pack.kFKxrw/_new  2016-01-12 16:13:00.000000000 +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.000000000 +0100
+++ /var/tmp/diff_new_pack.kFKxrw/_new  2016-01-12 16:13:00.000000000 +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)
- 


Reply via email to