Hello community, here is the log from the commit of package dar for openSUSE:Factory checked in at 2015-12-23 08:50:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2015-09-24 06:14:36.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dar.new/dar.changes 2015-12-23 08:50:35.000000000 +0100 @@ -1,0 +2,24 @@ +Mon Dec 21 12:10:09 UTC 2015 - [email protected] + +- Update to 2.4.20 + * fixed display bug in dar_manager met when using -o option and + adding options for dar that does not exist for dar_manager + (like -R option) + * reactivating disabled (by mistake) optimization for some + read-only dar manager database operations + * fixing compilation issue with dar against gcc 4.9.2 + * fixing syntax error in dar_manager message + * fixing bug that avoided creating an archive at the root of the + filesystem +- Changes for 2.4.19 + * fixed missing quote in dar_par.dcf which is called by the par2 + directive + * fixed bug in dar_manager's -u option, not displaying most + recent files of an archive when they have been marked as + removed in a more recent archive of the same dar_manager + database. + * fixed bug met while restoring in sequential read mode a file + having several copies (was modified at the time it was saved + and retry-on-change was set). + +------------------------------------------------------------------- Old: ---- dar-2.4.18.tar.gz dar-2.4.18.tar.gz.sig New: ---- dar-2.4.20.tar.gz dar-2.4.20.tar.gz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dar.spec ++++++ --- /var/tmp/diff_new_pack.mVCflk/_old 2015-12-23 08:50:36.000000000 +0100 +++ /var/tmp/diff_new_pack.mVCflk/_new 2015-12-23 08:50:36.000000000 +0100 @@ -17,7 +17,7 @@ Name: dar -Version: 2.4.18 +Version: 2.4.20 Release: 0 Summary: Backup and Restore Application License: SUSE-GPL-2.0+-with-openssl-exception @@ -121,9 +121,10 @@ xargs sed -i "s/__DATE__/${DATE}/g;s/__TIME__/${TIME}/g" %build -autoreconf -f -i -v +autoreconf -fiv %configure \ - --with-pic --datadir=%{_defaultdocdir} \ + --with-pic \ + --datadir=%{_defaultdocdir} \ --disable-static \ --enable-largefile \ --disable-dar-static ++++++ dar-2.4.18.tar.gz -> dar-2.4.20.tar.gz ++++++ ++++ 9182 lines of diff (skipped) ++++++ dar-use-libc-xattr.patch ++++++ --- /var/tmp/diff_new_pack.mVCflk/_old 2015-12-23 08:50:37.000000000 +0100 +++ /var/tmp/diff_new_pack.mVCflk/_new 2015-12-23 08:50:37.000000000 +0100 @@ -1,7 +1,7 @@ -Index: dar-2.4.18/configure.ac +Index: dar-2.4.20/configure.ac =================================================================== ---- dar-2.4.18.orig/configure.ac -+++ dar-2.4.18/configure.ac +--- dar-2.4.20.orig/configure.ac ++++ dar-2.4.20/configure.ac @@ -350,15 +350,15 @@ AC_ARG_ENABLE( [ea-support], [ AC_MSG_CHECKING([for Extended Attribute support]) AC_MSG_RESULT([disabled]) @@ -22,10 +22,10 @@ #endif }]], [ lgetxattr((char *)0, (char *)0, (void *)0, 0); ]) -Index: dar-2.4.18/src/libdar/ea_filesystem.cpp +Index: dar-2.4.20/src/libdar/ea_filesystem.cpp =================================================================== ---- dar-2.4.18.orig/src/libdar/ea_filesystem.cpp -+++ dar-2.4.18/src/libdar/ea_filesystem.cpp +--- dar-2.4.20.orig/src/libdar/ea_filesystem.cpp ++++ dar-2.4.20/src/libdar/ea_filesystem.cpp @@ -61,6 +61,10 @@ char *strchr (), *strrchr (); #endif } // end extern "C"
