Hello community, here is the log from the commit of package WoeUSB for openSUSE:Factory checked in at 2018-08-20 16:19:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old) and /work/SRC/openSUSE:Factory/.WoeUSB.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "WoeUSB" Mon Aug 20 16:19:40 2018 rev:6 rq:630308 version:3.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes 2018-05-10 15:50:52.334026106 +0200 +++ /work/SRC/openSUSE:Factory/.WoeUSB.new/WoeUSB.changes 2018-08-20 16:19:41.476845385 +0200 @@ -1,0 +2,6 @@ +Tue Aug 14 07:20:45 UTC 2018 - [email protected] + +- Version 3.2.2 + * This release improves compatibility with space-included filenames. + +------------------------------------------------------------------- Old: ---- WoeUSB-3.2.1.tar.gz New: ---- WoeUSB-3.2.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ WoeUSB.spec ++++++ --- /var/tmp/diff_new_pack.srFb5y/_old 2018-08-20 16:19:42.052846198 +0200 +++ /var/tmp/diff_new_pack.srFb5y/_new 2018-08-20 16:19:42.052846198 +0200 @@ -17,13 +17,13 @@ Name: WoeUSB -Version: 3.2.1 +Version: 3.2.2 Release: 0 Summary: Windows USB installation media creator License: GPL-3.0-or-later Group: System/Management Url: https://github.com/slacka/WoeUSB -Source: https://github.com/slacka/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz +Source: https://github.com/slacka/WoeUSB/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz BuildRequires: autoconf BuildRequires: automake BuildRequires: fdupes ++++++ WoeUSB-3.2.1.tar.gz -> WoeUSB-3.2.2.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WoeUSB-3.2.1/src/woeusb new/WoeUSB-3.2.2/src/woeusb --- old/WoeUSB-3.2.1/src/woeusb 2018-05-08 18:21:26.000000000 +0200 +++ new/WoeUSB-3.2.2/src/woeusb 2018-08-14 03:07:12.000000000 +0200 @@ -100,9 +100,12 @@ printf_with_color=util_printf_with_color declare temp_directory; temp_directory=$( - mktemp\ - --tmpdir\ - --directory\ + # COMPATIBILITY: Use short option for Slackware 14.2 + # -d: --directory + # -t: --tmpdir + mktemp \ + -d \ + -t \ WoeUSB.XXXXXX.tempdir ); declare -r temp_directory @@ -1118,7 +1121,7 @@ 'Refer: https://github.com/slacka/WoeUSB/wiki/Limitations#fat32-filesystem-4gib-single-file-size-limitation for more info.\n' return 1 fi - done < <(find "${source_fs_mountpoint}" -type f) + done < <(find "${source_fs_mountpoint}" -type f -print0) return 0 }; declare -fr check_fat32_filesize_limitation
