Hello community,

here is the log from the commit of package dar for openSUSE:Factory checked in 
at 2014-07-04 09:34:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dar (Old)
 and      /work/SRC/openSUSE:Factory/.dar.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dar"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dar/dar.changes  2014-06-16 21:25:56.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.dar.new/dar.changes     2014-07-04 
09:35:00.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Jun 26 12:49:11 CEST 2014 - zaw...@gmail.com
+
+- update to version 2.4.14
+  * Extensive changelog can be found in Changelog file
+- drop dar-DARWIN.patch (fixed in package itself)
+
+-------------------------------------------------------------------

Old:
----
  dar-2.4.10.tar.gz
  dar-DARWIN.patch

New:
----
  dar-2.4.14.tar.gz

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

Other differences:
------------------
++++++ dar.spec ++++++
--- /var/tmp/diff_new_pack.gJzcsD/_old  2014-07-04 09:35:01.000000000 +0200
+++ /var/tmp/diff_new_pack.gJzcsD/_new  2014-07-04 09:35:01.000000000 +0200
@@ -17,15 +17,13 @@
 
 
 Name:           dar
-Version:        2.4.10
+Version:        2.4.14
 Release:        0
 Summary:        Backup and Restore Application
 License:        SUSE-GPL-2.0+-with-openssl-exception
 Group:          System/Filesystems
 Url:            http://dar.linux.free.fr/
 Source0:        %{name}-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE dar-DARWIN.patch dims...@opensuse.org -- Something goes 
wrong in the build and the installed config.h is corrupted (due to grep DAR, 
which also matches DARWIN, but the #endif is not matched. Patch in this form 
not suitable for upstream.
-Patch1:         dar-DARWIN.patch
 Patch2:         dar-use-libc-xattr.patch
 BuildRequires:  e2fsprogs-devel
 BuildRequires:  fdupes
@@ -101,7 +99,6 @@
 %lang_package
 %prep
 %setup -q
-%patch1 -p1
 %patch2 -p1
 %if 0%{suse_version} > 1200
 sed -i -e 's,^AM_GNU_GETTEXT_VERSION.*,-AM_GNU_GETTEXT_VERSION(0.18),' 
configure.ac

++++++ dar-2.4.10.tar.gz -> dar-2.4.14.tar.gz ++++++
++++ 89629 lines of diff (skipped)

++++++ dar-use-libc-xattr.patch ++++++
--- /var/tmp/diff_new_pack.gJzcsD/_old  2014-07-04 09:35:02.000000000 +0200
+++ /var/tmp/diff_new_pack.gJzcsD/_new  2014-07-04 09:35:02.000000000 +0200
@@ -1,6 +1,7 @@
---- dar-2.4.10.orig/configure.ac
-+++ dar-2.4.10/configure.ac
-@@ -294,15 +294,15 @@ AC_ARG_ENABLE(  [ea-support],
+diff -Nru dar-2.4.14.orig/configure.ac dar-2.4.14/configure.ac
+--- dar-2.4.14.orig/configure.ac       2014-06-15 18:43:40.000000000 +0200
++++ dar-2.4.14/configure.ac    2014-06-26 13:14:05.789271140 +0200
+@@ -336,15 +336,15 @@
                  [ AC_MSG_CHECKING([for Extended Attribute support])
                    AC_MSG_RESULT([disabled])
                  ],
@@ -9,7 +10,7 @@
 +                [ AC_CHECK_HEADERS([sys/xattr.h])
 +                  AC_SEARCH_LIBS([lgetxattr], [attr])
                    AC_MSG_CHECKING([for Unix Extended Attribute support])
-                   AC_LINK_IFELSE(AC_LANG_PROGRAM([[extern "C" {
+                   AC_LINK_IFELSE([AC_LANG_PROGRAM([[extern "C" {
                                                       #if HAVE_SYS_TYPES_H
                                                       #include <sys/types.h>
                                                       #endif
@@ -19,10 +20,11 @@
 +                                                     #include <sys/xattr.h>
                                                       #endif
                                                      }]],
-                                                     [ lgetxattr((char *)0, 
(char *)0, (void *)0, 0); ]),
---- dar-2.4.10.orig/src/libdar/ea_filesystem.cpp
-+++ dar-2.4.10/src/libdar/ea_filesystem.cpp
-@@ -61,6 +61,10 @@ char *strchr (), *strrchr ();
+                                                     [ lgetxattr((char *)0, 
(char *)0, (void *)0, 0); ])
+diff -Nru dar-2.4.14.orig/src/libdar/ea_filesystem.cpp 
dar-2.4.14/src/libdar/ea_filesystem.cpp
+--- dar-2.4.14.orig/src/libdar/ea_filesystem.cpp       2014-06-15 
13:12:18.000000000 +0200
++++ dar-2.4.14/src/libdar/ea_filesystem.cpp    2014-06-26 13:13:35.549533341 
+0200
+@@ -61,6 +61,10 @@
  #endif
  } // end extern "C"
  

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

Reply via email to