Hello community, here is the log from the commit of package WoeUSB for openSUSE:Factory checked in at 2018-09-20 11:42:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old) and /work/SRC/openSUSE:Factory/.WoeUSB.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "WoeUSB" Thu Sep 20 11:42:17 2018 rev:9 rq:636594 version:3.2.10 Changes: -------- --- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes 2018-09-17 14:28:16.219688184 +0200 +++ /work/SRC/openSUSE:Factory/.WoeUSB.new/WoeUSB.changes 2018-09-20 11:42:17.824827069 +0200 @@ -1,0 +2,8 @@ +Wed Sep 19 07:35:47 UTC 2018 - Yunhe Guo <[email protected]> + +- Version 3.2.10 + * This release fixes a regression that makes the --partition + device preparation mode failed to work. We would like to thank + @jackvnimble for the patch! + +------------------------------------------------------------------- Old: ---- WoeUSB-3.2.9.tar.gz New: ---- WoeUSB-3.2.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ WoeUSB.spec ++++++ --- /var/tmp/diff_new_pack.7KbDKM/_old 2018-09-20 11:42:18.332826772 +0200 +++ /var/tmp/diff_new_pack.7KbDKM/_new 2018-09-20 11:42:18.332826772 +0200 @@ -17,7 +17,7 @@ Name: WoeUSB -Version: 3.2.9 +Version: 3.2.10 Release: 0 Summary: Windows USB installation media creator License: GPL-3.0-or-later ++++++ WoeUSB-3.2.9.tar.gz -> WoeUSB-3.2.10.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WoeUSB-3.2.9/README.md new/WoeUSB-3.2.10/README.md --- old/WoeUSB-3.2.9/README.md 2018-09-15 17:34:08.000000000 +0200 +++ new/WoeUSB-3.2.10/README.md 2018-09-18 17:36:41.000000000 +0200 @@ -53,7 +53,7 @@ ```shell # For Debian-based distributions (NOTE: For your convenience, this package is already provided in the release page) $ sudo apt-get install devscripts equivs gdebi-core -$ cd <WoeUSB source code directory> +$ cd <WoeUSB source tree directory, the folder that contains the `src` folder> $ mk-build-deps # NOTE: Currently, due to Debian Bug #679101, this command will fail if the source path contains spaces. $ sudo gdebi woeusb-build-deps_<version>_all.deb diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/WoeUSB-3.2.9/src/woeusb new/WoeUSB-3.2.10/src/woeusb --- old/WoeUSB-3.2.9/src/woeusb 2018-09-15 17:34:08.000000000 +0200 +++ new/WoeUSB-3.2.10/src/woeusb 2018-09-18 17:36:41.000000000 +0200 @@ -605,7 +605,7 @@ "${FUNCNAME[0]}: Error: No creation method specified!" >&2 return 1 elif \ - [ "${enable_device}" == false ] \ + [ "${enable_device}" == true ] \ && [ "${enable_partition}" == true ]; then echo_with_color red "${FUNCNAME[0]}: Error: --device and --partition creation method are mutual-exclusive." >&2 return 1
