commit WoeUSB for openSUSE:Factory

2020-02-10 Thread root
Hello community,

here is the log from the commit of package WoeUSB for openSUSE:Factory checked 
in at 2020-02-10 21:54:41

Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old)
 and  /work/SRC/openSUSE:Factory/.WoeUSB.new.26092 (New)


Package is "WoeUSB"

Mon Feb 10 21:54:41 2020 rev:13 rq:772662 version:3.3.1

Changes:

--- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes2019-04-25 
16:20:51.198072218 +0200
+++ /work/SRC/openSUSE:Factory/.WoeUSB.new.26092/WoeUSB.changes 2020-02-10 
21:54:52.082238903 +0100
@@ -1,0 +2,12 @@
+Mon Feb 10 12:34:39 UTC 2020 - Yunhe Guo 
+
+- Version 3.3.1
+  * Fixed echo write error on Linux kernel 5.4
+  * Other minor bug fixes
+
+---
+Thu Oct 17 12:45:52 UTC 2019 - Richard Brown 
+
+- Remove obsolete Groups tag (fate#326485)
+
+---

Old:

  WoeUSB-3.3.0.tar.gz

New:

  WoeUSB-3.3.1.tar.gz



Other differences:
--
++ WoeUSB.spec ++
--- /var/tmp/diff_new_pack.boVTcu/_old  2020-02-10 21:54:53.058239443 +0100
+++ /var/tmp/diff_new_pack.boVTcu/_new  2020-02-10 21:54:53.066239447 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package WoeUSB
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,12 +17,11 @@
 
 
 Name:   WoeUSB
-Version:3.3.0
+Version:3.3.1
 Release:0
 Summary:Windows USB installation media creator
 License:GPL-3.0-or-later
-Group:  System/Management
-Url:https://github.com/slacka/WoeUSB
+URL:https://github.com/slacka/WoeUSB
 Source: 
https://github.com/slacka/WoeUSB/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  autoconf
 BuildRequires:  automake

++ WoeUSB-3.3.0.tar.gz -> WoeUSB-3.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.3.0/README.md new/WoeUSB-3.3.1/README.md
--- old/WoeUSB-3.3.0/README.md  2019-03-26 03:34:51.0 +0100
+++ new/WoeUSB-3.3.1/README.md  2020-01-27 14:18:04.0 +0100
@@ -64,6 +64,9 @@
 
 # For Fedora 22
 $ sudo dnf install wxGTK-devel dh-autoreconf.noarch
+
+# For Opensuse
+$ sudo zypper in wxGTK3-3_2-devel dh-autoreconf devscripts
 ```
  Build & Install WoeUSB
 ```shell
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.3.0/src/data/Makefile.am 
new/WoeUSB-3.3.1/src/data/Makefile.am
--- old/WoeUSB-3.3.0/src/data/Makefile.am   2019-03-26 03:34:51.0 
+0100
+++ new/WoeUSB-3.3.1/src/data/Makefile.am   2020-01-27 14:18:04.0 
+0100
@@ -5,3 +5,6 @@
 
 bindir=${pkgdatadir}
 dist_bin_SCRIPTS = listUsb listDvdDrive
+
+all:
+   chmod 0755 listUsb listDvdDrive
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.3.0/src/woeusb new/WoeUSB-3.3.1/src/woeusb
--- old/WoeUSB-3.3.0/src/woeusb 2019-03-26 03:34:51.0 +0100
+++ new/WoeUSB-3.3.1/src/woeusb 2020-01-27 14:18:04.0 +0100
@@ -764,17 +764,20 @@
result=failed
fi
 
-   if command -v grub-install &> /dev/null; then
-   command_grubinstall_ref=grub-install
-   name_grub_prefix_ref=grub
-   elif command -v grub2-install &> /dev/null; then
-   command_grubinstall_ref=grub2-install
-   name_grub_prefix_ref=grub2
-   else
-   echo_with_color red "${FUNCNAME[0]}: Error: grub-install or 
grub2-install command not found!" >&2
-   echo_with_color red "${FUNCNAME[0]}: Error: Please make sure 
that GNU GRUB is properly installed!" >&2
-   result=failed
-   fi
+   if command -v grub-install.unsupported &> /dev/null; then
+   command_grubinstall_ref=grub-install.unsupported
+   name_grub_prefix_ref=grub
+   elif command -v grub-install &> /dev/null; then
+   command_grubinstall_ref=grub-install
+   name_grub_prefix_ref=grub
+   elif command -v grub2-install &> /dev/null; then
+   command_grubinstall_ref=grub2-install
+   name_grub_prefix_ref=grub2
+   else
+   echo_with_color red "${FUNCNAME[0]}: Error: grub-install or 
grub2-install command not found!" >&2
+   echo_with_color red "${FUNCNAME[0]}: Error: Please make sure 
that GNU GRUB is properly installed!" >&2
+   result=failed
+   fi
 
if [ "${result}" == failed ]; then

commit WoeUSB for openSUSE:Factory

2019-04-25 Thread root
Hello community,

here is the log from the commit of package WoeUSB for openSUSE:Factory checked 
in at 2019-04-25 16:20:27

Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old)
 and  /work/SRC/openSUSE:Factory/.WoeUSB.new.5536 (New)


Package is "WoeUSB"

Thu Apr 25 16:20:27 2019 rev:12 rq:697502 version:3.3.0

Changes:

--- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes2019-04-04 
12:08:35.393373127 +0200
+++ /work/SRC/openSUSE:Factory/.WoeUSB.new.5536/WoeUSB.changes  2019-04-25 
16:20:51.198072218 +0200
@@ -1,0 +2,8 @@
+Sun Apr 21 12:35:20 UTC 2019 - Yunhe Guo 
+
+- Version 3.3.0
+  * Improvements to the WoeUSB GUI
+  * The option of using the NTFS filesystem as the target filesystem
+has now being provided in the GUI
+
+---

Old:

  WoeUSB-3.2.12.tar.gz

New:

  WoeUSB-3.3.0.tar.gz



Other differences:
--
++ WoeUSB.spec ++
--- /var/tmp/diff_new_pack.mUos6I/_old  2019-04-25 16:20:51.574072151 +0200
+++ /var/tmp/diff_new_pack.mUos6I/_new  2019-04-25 16:20:51.578072151 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   WoeUSB
-Version:3.2.12
+Version:3.3.0
 Release:0
 Summary:Windows USB installation media creator
 License:GPL-3.0-or-later

++ WoeUSB-3.2.12.tar.gz -> WoeUSB-3.3.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.2.12/src/MainPanel.cpp 
new/WoeUSB-3.3.0/src/MainPanel.cpp
--- old/WoeUSB-3.2.12/src/MainPanel.cpp 2018-12-24 09:28:06.0 +0100
+++ new/WoeUSB-3.3.0/src/MainPanel.cpp  2019-03-26 03:34:51.0 +0100
@@ -39,37 +39,42 @@
 MainPanel::MainPanel(wxWindow* parent, wxWindowID id, const wxPoint& pos, 
const wxSize& size, long style ) : wxPanel( parent, id, pos, size, style )
 {
 // Controls
-   wxBoxSizer *MainSizer = new wxBoxSizer( wxVERTICAL );
+wxBoxSizer *MainSizer = new wxBoxSizer( wxVERTICAL );
 
-   // Iso / CD
-   MainSizer->Add(new wxStaticText(this, wxID_ANY, _("Source :")), 0, 
wxALL, 3);
+// Iso / CD
+MainSizer->Add(new wxStaticText(this, wxID_ANY, _("Source :")), 0, wxALL, 
3);
 
 // Iso
-   m_isoChoice = new wxRadioButton(this, wxID_ANY, _("From a disk image 
(iso)"));
-   MainSizer->Add(m_isoChoice, 0, wxALL, 3);
+m_isoChoice = new wxRadioButton(this, wxID_ANY, _("From a disk image 
(iso)"));
+MainSizer->Add(m_isoChoice, 0, wxALL, 3);
 
-   wxBoxSizer *tmpSizer = new wxBoxSizer( wxHORIZONTAL );
-   tmpSizer->AddSpacer(20);
-   m_isoFile = new wxFilePickerCtrl(this, wxID_ANY, _T(""), _("Please 
select a disk image"), _T("Iso images (*.iso)|*.iso;*.ISO|All files|*"));
-   tmpSizer->Add(m_isoFile, 1, wxLEFT | wxRIGHT | wxBOTTOM, 3);
-   MainSizer->Add(tmpSizer, 0, wxEXPAND, 0);
+wxBoxSizer *tmpSizer = new wxBoxSizer( wxHORIZONTAL );
+tmpSizer->AddSpacer(20);
+m_isoFile = new wxFilePickerCtrl(this, wxID_ANY, _T(""), _("Please select 
a disk image"), _T("Iso images (*.iso)|*.iso;*.ISO|All files|*"));
+tmpSizer->Add(m_isoFile, 1, wxLEFT | wxRIGHT | wxBOTTOM, 3);
+MainSizer->Add(tmpSizer, 0, wxEXPAND, 0);
 
 // DVD
-   MainSizer->Add(m_dvdChoice = new wxRadioButton(this, wxID_ANY, _("From 
a CD/DVD drive")), 0, wxALL, 3);
+MainSizer->Add(m_dvdChoice = new wxRadioButton(this, wxID_ANY, _("From a 
CD/DVD drive")), 0, wxALL, 3);
 
 // List
-   tmpSizer = new wxBoxSizer( wxHORIZONTAL );
-   tmpSizer->AddSpacer(20);
+tmpSizer = new wxBoxSizer( wxHORIZONTAL );
+tmpSizer->AddSpacer(20);
 m_dvdDriveList = new wxListBox(this, wxID_ANY);
 tmpSizer->Add(m_dvdDriveList, 1, wxEXPAND | wxLEFT | wxRIGHT | wxBOTTOM, 
3);
-   MainSizer->Add(tmpSizer, 1, wxEXPAND, 0);
+MainSizer->Add(tmpSizer, 1, wxEXPAND, 0);
+
+// File system
+wxString rbxFs[] = { wxT("FAT"), wxT("NTFS") };
+m_fsRadio = new wxRadioBox(this, wxID_ANY, _("File system"), 
wxDefaultPosition, wxDefaultSize, WXSIZEOF(rbxFs), rbxFs);
+MainSizer->Add(m_fsRadio, 0, wxEXPAND | wxALL | wxALIGN_CENTER, 20);
 
 // Target
 MainSizer->AddSpacer(30);
 
 MainSizer->Add(new wxStaticText(this, wxID_ANY, _("Target device :")), 0, 
wxALL, 3);
 
-// List
+// List
 m_usbStickList = new wxListBox(this, wxID_ANY);
 MainSizer->Add(m_usbStickList, 1, wxEXPAND | wxALL, 3);
 
@@ -83,26 +88,26 @@
 MainSizer->Add(BtSizer, 0, wxALIGN_RIGHT, 0);
 
 // Finition
-   SetSizer(MainSizer);
+SetSizer(MainSizer);
 
 /*m_popupMenu = new wxMenu;
 m_popupMenu->Append(m_menuItemAddManually = MenuAddItem(m_popupMenu, 
wxString(_("Add Manually")) + _T("\tCtrl+N"), _T("add.png")));
 m_popupMenu->Append(m_menuItemAddAutodetect 

commit WoeUSB for openSUSE:Factory

2019-04-04 Thread root
Hello community,

here is the log from the commit of package WoeUSB for openSUSE:Factory checked 
in at 2019-04-04 12:08:29

Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old)
 and  /work/SRC/openSUSE:Factory/.WoeUSB.new.3908 (New)


Package is "WoeUSB"

Thu Apr  4 12:08:29 2019 rev:11 rq:691313 version:3.2.12

Changes:

--- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes2018-12-28 
12:35:14.299966984 +0100
+++ /work/SRC/openSUSE:Factory/.WoeUSB.new.3908/WoeUSB.changes  2019-04-04 
12:08:35.393373127 +0200
@@ -1,0 +2,6 @@
+Sun Mar 31 14:47:41 UTC 2019 - Aleksa Sarai 
+
+- Explicitly Require all runtime dependencies, rather than depending on users
+  to install packages from the startup error messages.
+
+---



Other differences:
--
++ WoeUSB.spec ++
--- /var/tmp/diff_new_pack.VoIY9I/_old  2019-04-04 12:08:36.097372460 +0200
+++ /var/tmp/diff_new_pack.VoIY9I/_new  2019-04-04 12:08:36.101372456 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package WoeUSB
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -32,6 +32,11 @@
 BuildRequires:  libtool
 BuildRequires:  update-desktop-files
 BuildRequires:  wxGTK3-devel
+Requires:   dosfstools
+Requires:   grub2
+Requires:   ntfsprogs
+Requires:   parted
+Requires:   util-linux
 
 %description
 WoeUSB is a utility for creating a bootable Windows installation




commit WoeUSB for openSUSE:Factory

2018-12-28 Thread root
Hello community,

here is the log from the commit of package WoeUSB for openSUSE:Factory checked 
in at 2018-12-28 12:34:58

Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old)
 and  /work/SRC/openSUSE:Factory/.WoeUSB.new.28833 (New)


Package is "WoeUSB"

Fri Dec 28 12:34:58 2018 rev:10 rq:661436 version:3.2.12

Changes:

--- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes2018-09-20 
11:42:17.824827069 +0200
+++ /work/SRC/openSUSE:Factory/.WoeUSB.new.28833/WoeUSB.changes 2018-12-28 
12:35:14.299966984 +0100
@@ -1,0 +2,15 @@
+Tue Dec 25 09:34:06 UTC 2018 - Yunhe Guo 
+
+- Version 3.2.12
+  * This release features some minor improvements to the code.
+- Version 3.2.11
+  * This release fixes a big regression causing source image with 
+>4GiB file can't be installed on disks with NTFS target filesystem
+using --partition USB preparation mode, refer Issue #226 for more
+info.
+  * We would like to thank Luke Anderson(@spble) that brought up the
+issue, @0xC1A551C for confirming it and providing mitigation,
+and everyone in the discussion thread that helped to escalate
+the issue.
+
+---

Old:

  WoeUSB-3.2.10.tar.gz

New:

  WoeUSB-3.2.12.tar.gz



Other differences:
--
++ WoeUSB.spec ++
--- /var/tmp/diff_new_pack.x9z36s/_old  2018-12-28 12:35:14.695966708 +0100
+++ /var/tmp/diff_new_pack.x9z36s/_new  2018-12-28 12:35:14.699966705 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   WoeUSB
-Version:3.2.10
+Version:3.2.12
 Release:0
 Summary:Windows USB installation media creator
 License:GPL-3.0-or-later

++ WoeUSB-3.2.10.tar.gz -> WoeUSB-3.2.12.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.2.10/.github/issue_template.md 
new/WoeUSB-3.2.12/.github/issue_template.md
--- old/WoeUSB-3.2.10/.github/issue_template.md 2018-09-18 17:36:41.0 
+0200
+++ new/WoeUSB-3.2.12/.github/issue_template.md 2018-12-24 09:28:06.0 
+0100
@@ -1,5 +1,5 @@
 ## Good Habit Checklist for Issue Reporting
-Checkout [Mastering Markdown · GitHub 
Guides](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
 if you needs help on the GitHub-flavored Markdown syntax.  You may remove 
sections and contents that don't apply.
+Checkout [Mastering Markdown · GitHub 
Guides](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown)
 if you need help on the GitHub-flavored Markdown syntax.  You may remove 
sections and contents that don't apply.
 
 * [ ] I've searched the issue tracker and is pretty sure that there's no 
duplicate issue already filed
 * [ ] I've built the latest development snapshot using the instructions in 
README and verified that the issue can still be reproduced (for bug reports)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.2.10/README.md new/WoeUSB-3.2.12/README.md
--- old/WoeUSB-3.2.10/README.md 2018-09-18 17:36:41.0 +0200
+++ new/WoeUSB-3.2.12/README.md 2018-12-24 09:28:06.0 +0100
@@ -29,6 +29,8 @@
 
  Official Distribution Packages
 * [Fedora](https://src.fedoraproject.org/rpms/WoeUSB) packages maintained by 
mprahl
+* [openSUSE](https://software.opensuse.org/package/WoeUSB) packages maintained 
by [guoyunhe](https://guoyunhe.me/)
+* [Gentoo](https://packages.gentoo.org/packages/sys-boot/woeusb) packages 
maintained by pacho
 
  Third-party Distribution Packages
 * [Arch Linux](https://aur.archlinux.org/packages/woeusb-git/) packages 
maintained by darkfm
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.2.10/src/woeusb new/WoeUSB-3.2.12/src/woeusb
--- old/WoeUSB-3.2.10/src/woeusb2018-09-18 17:36:41.0 +0200
+++ new/WoeUSB-3.2.12/src/woeusb2018-12-24 09:28:06.0 +0100
@@ -236,7 +236,8 @@
"${install_mode}" \
"${target_media}" \
target_device \
-   target_partition
+   target_partition \
+   target_filesystem_type
 
check_source_and_target_not_busy \
"${install_mode}" \
@@ -831,16 +832,46 @@
 }; declare -fr check_runtime_parameters
 
 determine_target_parameters(){
-   util_check_function_parameters_quantity 4 $#
+   util_check_function_parameters_quantity 5 $#
local install_mode="${1}"; shift
local target_media="${1}"; shift
local -n target_device_ref="${1}"; shift
local -n target_partition_ref="${1}"; shift
+   local -n target_filesystem_type_ref="${1}"; shift
 
if [ "${install_mode}" = 

commit WoeUSB for openSUSE:Factory

2018-09-20 Thread root
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.changes2018-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 
+
+- 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.0 +0200
+++ new/WoeUSB-3.2.10/README.md 2018-09-18 17:36:41.0 +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 
+$ cd 
 $ 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__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.0 +0200
+++ new/WoeUSB-3.2.10/src/woeusb2018-09-18 17:36:41.0 +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




commit WoeUSB for openSUSE:Factory

2018-09-17 Thread root
Hello community,

here is the log from the commit of package WoeUSB for openSUSE:Factory checked 
in at 2018-09-17 14:27:36

Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old)
 and  /work/SRC/openSUSE:Factory/.WoeUSB.new (New)


Package is "WoeUSB"

Mon Sep 17 14:27:36 2018 rev:8 rq:635964 version:3.2.9

Changes:

--- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes2018-09-14 
00:01:55.273929430 +0200
+++ /work/SRC/openSUSE:Factory/.WoeUSB.new/WoeUSB.changes   2018-09-17 
14:28:16.219688184 +0200
@@ -1,0 +2,20 @@
+Sun Sep 16 07:22:29 UTC 2018 - Yunhe Guo 
+
+- Version 3.2.9
+  * This release fixes a regression that will make --target-filesystem
+command-line option not working(#210).  We would like to thank 
+@mishka81 for bringing up the issue.
+- Version 3.2.8
+  * This release fixes a typecasting bug in the graphical wrapper
+code. We would like to thank @dcb314 and @Skrilltrax for bringing
+it up and provide the patch!
+- Version 3.2.7
+  * This release fixes a typo which will lead to command not found
+when FAT32 4GiB single file size limitation is detected. Enjoy!
+- Version 3.2.6
+  * This release fixes a issue when user uses lowercase filesystem
+name as --target-filesystem's argument.
+- Version 3.2.5
+  * This release fixes a major regression introduced by v3.2.4.
+
+---

Old:

  WoeUSB-3.2.4.tar.gz

New:

  WoeUSB-3.2.9.tar.gz



Other differences:
--
++ WoeUSB.spec ++
--- /var/tmp/diff_new_pack.HGAWy2/_old  2018-09-17 14:28:17.395687178 +0200
+++ /var/tmp/diff_new_pack.HGAWy2/_new  2018-09-17 14:28:17.399687174 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   WoeUSB
-Version:3.2.4
+Version:3.2.9
 Release:0
 Summary:Windows USB installation media creator
 License:GPL-3.0-or-later

++ WoeUSB-3.2.4.tar.gz -> WoeUSB-3.2.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.2.4/CONTRIBUTING.md 
new/WoeUSB-3.2.9/CONTRIBUTING.md
--- old/WoeUSB-3.2.4/CONTRIBUTING.md2018-09-12 15:45:13.0 +0200
+++ new/WoeUSB-3.2.9/CONTRIBUTING.md2018-09-15 17:34:08.0 +0200
@@ -1,5 +1,5 @@
 # Contributing Guidelines
-This document explains how to contribute to this project in many aspects. 
Please make sure to read this thoroughly before making any contributions.
+This document explains how to contribute to this project in many aspects. 
Please make sure to read the relating sections thoroughly before making any 
contributions.
 
 ## Reporting Issues
 The so-called "issue" includes but is not limited to software bugs and 
suggestions
@@ -33,7 +33,7 @@
 There are so many aspects of the code that can be improved, however, please 
consider the following topics while doing so.
 
 ### Coding Style
-It is required to mimic the coding style of the current code
+While we don't really have a strictly unifeid style throughout the codebsae, 
it is required to *mimic the coding style of the code in context*.
 
  Indentation
 This project uses tab characters for indentation as it's width can be flexibly 
configured in many text editors
@@ -54,20 +54,23 @@
 * Function parameters should be caught by `local` parameters instead of 
directly referenced using positional parameter syntax
 * To increase code reusability, avoid referencing global variables from a 
function, alway pass it by function arguments
 
-### Character Encoding of Files
-We use UTF-8 encoding for all of our files
+### Character Encoding of Plaintext Files
+[UTF-8 everywhere!](https://utf8everywhere.org)  (Unless otherwise mandated by 
its specification)
 
 ## Promote This Project to Others
-It is appreciated if you share this project with others.  Also, if you write 
an article about this project, plese share it with us, we'd love to hear about 
it!
+It is appreciated if you share this project with others.  Also, if you write 
an article about this project, plese [share it with 
us](https://github.com/slacka/WoeUSB/wiki/Public-Reactions), we'd love to hear 
about it!
 
 ## Design Artwork/Logos for This Software
-All current artwork is stored under src/data.  Please only use materials that 
are under a free license.
+All current artwork is stored under src/data.  **Please only use materials 
that are under a free license.**
 
-## Hints on Using the Git VCS
-### Create commits based on minimal independent changes
+## Guidelines in Using 

commit WoeUSB for openSUSE:Factory

2018-09-13 Thread root
Hello community,

here is the log from the commit of package WoeUSB for openSUSE:Factory checked 
in at 2018-09-14 00:01:50

Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old)
 and  /work/SRC/openSUSE:Factory/.WoeUSB.new (New)


Package is "WoeUSB"

Fri Sep 14 00:01:50 2018 rev:7 rq:635481 version:3.2.4

Changes:

--- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes2018-08-20 
16:19:41.476845385 +0200
+++ /work/SRC/openSUSE:Factory/.WoeUSB.new/WoeUSB.changes   2018-09-14 
00:01:55.273929430 +0200
@@ -1,0 +2,10 @@
+Thu Sep 13 07:43:30 UTC 2018 - Yunhe Guo 
+
+- Version 3.2.4
+  * This release features a major cleanup to the code, be sure to
+report any regressions you've encountered.
+- Version 3.2.3
+  * This release fixes a bug that will make woeusb bailout when the
+ISO filename contains a valid token of a regular expression.
+
+---

Old:

  WoeUSB-3.2.2.tar.gz

New:

  WoeUSB-3.2.4.tar.gz



Other differences:
--
++ WoeUSB.spec ++
--- /var/tmp/diff_new_pack.Sg96AV/_old  2018-09-14 00:01:55.845928992 +0200
+++ /var/tmp/diff_new_pack.Sg96AV/_new  2018-09-14 00:01:55.845928992 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   WoeUSB
-Version:3.2.2
+Version:3.2.4
 Release:0
 Summary:Windows USB installation media creator
 License:GPL-3.0-or-later

++ WoeUSB-3.2.2.tar.gz -> WoeUSB-3.2.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.2.2/src/woeusb new/WoeUSB-3.2.4/src/woeusb
--- old/WoeUSB-3.2.2/src/woeusb 2018-08-14 03:07:12.0 +0200
+++ new/WoeUSB-3.2.4/src/woeusb 2018-09-12 15:45:13.0 +0200
@@ -1,7 +1,7 @@
 #!/usr/bin/env bash
 # A Linux program to create bootable Windows USB stick from a real Windows DVD 
or an image
 # Copyright © 2013 Colin GILLE / congelli501
-# Copyright © 2017 slacka et. al.
+# Copyright © 2018 slacka et. al.
 #
 # This file is part of WoeUSB.
 #
@@ -19,17 +19,18 @@
 # along with WoeUSB  If not, see .
 #
 # Notes:
-# * Use --strip instead of --no-symlinks for compatibility of Ubuntu 
14.04(EoL: April 2019)
+# * Use `--strip` instead of `--no-symlinks` for realpath(1) for compatibility 
of Ubuntu 14.04(EoL: April 2019)
 #
 # We use indirections and primitive variables, which is false positive of this 
rule
 # shellcheck disable=SC2034
 
 ## Makes debuggers' life easier - Unofficial Bash Strict Mode
 ## BASHDOC: Shell Builtin Commands - Modifying Shell Behavior - The Set Builtin
-set -o errexit
-set -o errtrace
-set -o nounset
-set -o pipefail
+set \
+   -o errexit \
+   -o errtrace \
+   -o nounset \
+   -o pipefail
 
 ## Enable aliases for easy access to functions
 shopt -s expand_aliases
@@ -44,7 +45,7 @@
 ## Non-overridable Primitive Variables
 ## BASHDOC: Shell Variables » Bash Variables
 ## BASHDOC: Basic Shell Features » Shell Parameters » Special Parameters
-if [ -v "BASH_SOURCE[0]" ]; then
+if [ -v 'BASH_SOURCE[0]' ]; then
RUNTIME_EXECUTABLE_PATH="$(realpath --strip "${BASH_SOURCE[0]}")"
RUNTIME_EXECUTABLE_FILENAME="$(basename "${RUNTIME_EXECUTABLE_PATH}")"
RUNTIME_EXECUTABLE_NAME="${RUNTIME_EXECUTABLE_FILENAME%.*}"
@@ -52,11 +53,11 @@
RUNTIME_COMMANDLINE_BASECOMMAND="${0}"
# Keep these partially unused variables declared
# shellcheck disable=SC2034
-   declare -r\
-   RUNTIME_EXECUTABLE_PATH\
-   RUNTIME_EXECUTABLE_FILENAME\
-   RUNTIME_EXECUTABLE_NAME\
-   RUNTIME_EXECUTABLE_DIRECTORY\
+   declare -r \
+   RUNTIME_EXECUTABLE_PATH \
+   RUNTIME_EXECUTABLE_FILENAME \
+   RUNTIME_EXECUTABLE_NAME \
+   RUNTIME_EXECUTABLE_DIRECTORY \
RUNTIME_COMMANDLINE_BASECOMMAND
 fi
 declare -ar RUNTIME_COMMANDLINE_PARAMETERS=("${@}")
@@ -65,38 +66,38 @@
 ## Only set parameters global when there's no other way around(like passing in 
function as a function argument), usually when the variable is directly or 
indirectly referenced by traps
 ## Even when the parameter is set global, you should pass it in as function 
argument when it's possible for better code reusability.
 ## TODO: Global parameter cleanup
-## TODO: Use Y/N or true/false instead 1(true)/0(false) as boolean value so it 
won't confuse with the regular bash intepretation of 0(true)/non-zero(false)
-### Doing GUI-specific stuff when set to 1, set by --only-for-gui
+### Doing GUI-specific stuff when set to `true`, set by --only-for-gui
 ### Requires to be set to global due to indirectly referenced by trap
-declare -i global_only_for_gui=0
+declare 

commit WoeUSB for openSUSE:Factory

2018-08-20 Thread root
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.changes2018-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 - guoyunhebr...@gmail.com
+
+- 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.0 +0200
+++ new/WoeUSB-3.2.2/src/woeusb 2018-08-14 03:07:12.0 +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.XX.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
 




commit WoeUSB for openSUSE:Factory

2018-05-10 Thread root
Hello community,

here is the log from the commit of package WoeUSB for openSUSE:Factory checked 
in at 2018-05-10 15:50:52

Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old)
 and  /work/SRC/openSUSE:Factory/.WoeUSB.new (New)


Package is "WoeUSB"

Thu May 10 15:50:52 2018 rev:5 rq:605712 version:3.2.1

Changes:

--- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes2018-03-30 
12:07:54.580677657 +0200
+++ /work/SRC/openSUSE:Factory/.WoeUSB.new/WoeUSB.changes   2018-05-10 
15:50:52.334026106 +0200
@@ -1,0 +2,19 @@
+Wed May  9 08:28:30 UTC 2018 - guoyunhebr...@gmail.com
+
+- Version 3.2.1
+  * This patch release fixes the fatal error slipped into last minute patch in 
v3.2.0.
+
+---
+Tue May  8 11:32:57 UTC 2018 - guoyunhebr...@gmail.com
+
+- Version 3.2.0
+  * A check for "FAT32 Filesystem 4GiB Single File Size Limitation" has been
+implemented thanks to Jakub Szymański
+  * A fix to comply with the recent changes of UEFI:NTFS has been implemented
+thanks to Felipe Magno de Almeida
+  * PNG images distributed in WoeUSB has been optimized to smaller size thanks
+to Peter Dave Hello
+  * A typo has been picked out in woeusb(1) manpage thanks to Anthony Fok
+  * Detailed changes see https://github.com/slacka/WoeUSB/releases/tag/v3.2.0
+
+---

Old:

  WoeUSB-3.1.5.tar.gz

New:

  WoeUSB-3.2.1.tar.gz



Other differences:
--
++ WoeUSB.spec ++
--- /var/tmp/diff_new_pack.SZAyI5/_old  2018-05-10 15:50:53.209994000 +0200
+++ /var/tmp/diff_new_pack.SZAyI5/_new  2018-05-10 15:50:53.213993854 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   WoeUSB
-Version:3.1.5
+Version:3.2.1
 Release:0
 Summary:Windows USB installation media creator
 License:GPL-3.0-or-later

++ WoeUSB-3.1.5.tar.gz -> WoeUSB-3.2.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.1.5/setup-development-environment.bash 
new/WoeUSB-3.2.1/setup-development-environment.bash
--- old/WoeUSB-3.1.5/setup-development-environment.bash 2018-03-19 
22:28:23.0 +0100
+++ new/WoeUSB-3.2.1/setup-development-environment.bash 2018-05-08 
18:21:26.0 +0200
@@ -8,7 +8,7 @@
 set -o nounset
 set -o pipefail
 
-for required_command in\
+for required_command in \
realpath\
basename\
dirname\
@@ -17,7 +17,8 @@
do
if ! command -v "${required_command}" >/dev/null; then
printf\
-   "Error: This program requires \"${required_command}\" 
command in your \$PATH.\n"\
+   "Error: This program requires \"%s\" command in your 
\$PATH.\n"\
+   "${required_command}"\
1>&2
exit 1
fi
@@ -61,11 +62,22 @@
git config include.path ../.gitconfig\
&& printf "done\n"
 
-   printf "Activate Git smudge filter...\n"
-   git stash save &>/dev/null || true
+   printf "Activating Git smudge filter...\n"
+   # git - How do I programmatically determine if there are uncommitted 
changes? - Stack Overflow
+   # 
https://stackoverflow.com/questions/3878624/how-do-i-programmatically-determine-if-there-are-uncommitted-changes
+   # DOC: git-diff-index(1) manpage: OPTIONS: --quiet, --exit-code
+   local stash_is_needed=false
+   if ! git diff-index --quiet HEAD --; then
+   stash_is_needed=true
+   fi
+   if test "${stash_is_needed}" = 'true'; then
+   git stash save &>/dev/null
+   fi
rm .git/index
git checkout HEAD -- "$(git rev-parse --show-toplevel)" >/dev/null
-   git stash pop &>/dev/null || true
+   if test "${stash_is_needed}" = 'true'; then
+   git stash pop &>/dev/null
+   fi; unset stash_is_needed
printf "done.\n"
 
exit 0
Binary files old/WoeUSB-3.1.5/src/data/c501-logo.png and 
new/WoeUSB-3.2.1/src/data/c501-logo.png differ
Binary files old/WoeUSB-3.1.5/src/data/icon.png and 
new/WoeUSB-3.2.1/src/data/icon.png differ
Binary files old/WoeUSB-3.1.5/src/data/woeusb-logo.png and 
new/WoeUSB-3.2.1/src/data/woeusb-logo.png differ
Binary files old/WoeUSB-3.1.5/src/linux-menu/woeusbgui-icon.png and 
new/WoeUSB-3.2.1/src/linux-menu/woeusbgui-icon.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.1.5/src/woeusb new/WoeUSB-3.2.1/src/woeusb
--- old/WoeUSB-3.1.5/src/woeusb 2018-03-19 22:28:23.0 +0100
+++ new/WoeUSB-3.2.1/src/woeusb 2018-05-08 18:21:26.0 +0200
@@ -176,7 +176,7 @@

commit WoeUSB for openSUSE:Factory

2018-03-30 Thread root
Hello community,

here is the log from the commit of package WoeUSB for openSUSE:Factory checked 
in at 2018-03-30 12:07:50

Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old)
 and  /work/SRC/openSUSE:Factory/.WoeUSB.new (New)


Package is "WoeUSB"

Fri Mar 30 12:07:50 2018 rev:4 rq:592195 version:3.1.5

Changes:

--- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes2018-03-20 
22:00:28.813422410 +0100
+++ /work/SRC/openSUSE:Factory/.WoeUSB.new/WoeUSB.changes   2018-03-30 
12:07:54.580677657 +0200
@@ -1,0 +2,21 @@
+Thu Mar 29 05:43:11 UTC 2018 - guoyunhebr...@gmail.com
+
+- Version 3.1.5
+  * Packaging: Debian: Downgrade debian/compat to 9 to match debian/control
+  * Packaging: Debian: Downgrade debhelper dependency to v9 to support Ubuntu 
14.04(till April 2019)
+  * Packaging: Debian: Add missing build dependency: dh-autoreconf
+  * Packaging: Debian: Depend on grub2-common instead of grub-common
+  * Packaging: Debian: Add gettext package as build dependencies
+  * Merge branch 'master' of github.com:slacka/WoeUSB
+  * Manpages: woeusbgui(1): Fix typo
+  * Add VCS- fields to debian/control
+  * Remove versioned dependencies where satisfied by all releases since 
oldoldstable (Wheezy)
+  * Remove dependencies on essential packages as they're always there
+  * Fix priority-extra-is-replaced-by-priority-optional
+  * Bump Debian Standards Version to 4.1.1
+  * build-depends-on-1-revision build-depends: coreutils (>= 8.23-1)
+  * Remove trailing whitespace
+  * Fix obsolete-relation-form-in-source in woeusb depends: bash (>4.3)
+  * core: Eliminate abused double quotes
+
+---

Old:

  WoeUSB-3.1.4.tar.gz

New:

  WoeUSB-3.1.5.tar.gz



Other differences:
--
++ WoeUSB.spec ++
--- /var/tmp/diff_new_pack.Pa7Cp2/_old  2018-03-30 12:07:55.112658423 +0200
+++ /var/tmp/diff_new_pack.Pa7Cp2/_new  2018-03-30 12:07:55.112658423 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   WoeUSB
-Version:3.1.4
+Version:3.1.5
 Release:0
 Summary:Windows USB installation media creator
 License:GPL-3.0-or-later

++ WoeUSB-3.1.4.tar.gz -> WoeUSB-3.1.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.1.4/debian/changelog 
new/WoeUSB-3.1.5/debian/changelog
--- old/WoeUSB-3.1.4/debian/changelog   2017-11-12 07:43:44.0 +0100
+++ new/WoeUSB-3.1.5/debian/changelog   2018-03-19 22:28:23.0 +0100
@@ -3,5 +3,5 @@
   * This is a fake changelog for packaging purpose, for the actual changelog 
pl-
 ease refer Commits · slacka/WoeUSB
 
-   
- -- 林博仁 (Buo-Ren, Lin)   Mon, 12 Jun 2017 09:04:00 +0100
+
+ -- 林博仁 (Buo-Ren, Lin)   Wed, 15 Nov 2017 09:04:00 +0100
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.1.4/debian/compat 
new/WoeUSB-3.1.5/debian/compat
--- old/WoeUSB-3.1.4/debian/compat  2017-11-12 07:43:44.0 +0100
+++ new/WoeUSB-3.1.5/debian/compat  2018-03-19 22:28:23.0 +0100
@@ -1 +1 @@
-10
+9
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/WoeUSB-3.1.4/debian/control 
new/WoeUSB-3.1.5/debian/control
--- old/WoeUSB-3.1.4/debian/control 2017-11-12 07:43:44.0 +0100
+++ new/WoeUSB-3.1.5/debian/control 2018-03-19 22:28:23.0 +0100
@@ -1,28 +1,29 @@
 Source: woeusb
 Homepage: https://github.com/slacka/WoeUSB
 Section: utils
-Priority: extra
+Priority: optional
 Maintainer: 林博仁 (Buo-Ren, Lin) 
-Build-Depends: debhelper (>= 10),
+Build-Depends: debhelper (>= 9),
+   dh-autoreconf,
git-core,
-   libwxgtk2.8-dev (>= 2.8.4) | libwxgtk3.0-dev,
-   realpath | coreutils (>= 8.23-1)
-Standards-Version: 3.8.1
+   libwxgtk2.8-dev | libwxgtk3.0-dev,
+   realpath | coreutils (>= 8.23)
+Standards-Version: 4.1.1
+Vcs-Browser: https://github.com/slacka/WoeUSB/
+Vcs-Git: https://github.com/slacka/WoeUSB.git
 
 Package: woeusb
 Architecture: any
-Depends: bash (>4.3),
+Depends: bash (>=4.3),
  dosfstools,
- findutils,
- grep,
- grub-common,
+ gettext,
+ grub2-common,
  grub-pc-bin,
- ntfsprogs | ntfs-3g (>= 1:2011),
+ ntfsprogs | ntfs-3g,
  p7zip-full,
  parted,
  policykit-1,
  realpath | coreutils (>= 8.23),
- util-linux, 
  wget,
  ${misc:Depends},
  ${shlibs:Depends}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit WoeUSB for openSUSE:Factory

2018-03-20 Thread root
Hello community,

here is the log from the commit of package WoeUSB for openSUSE:Factory checked 
in at 2018-03-20 22:00:07

Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old)
 and  /work/SRC/openSUSE:Factory/.WoeUSB.new (New)


Package is "WoeUSB"

Tue Mar 20 22:00:07 2018 rev:3 rq:588553 version:3.1.4

Changes:

--- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes2018-01-23 
13:52:56.693738926 +0100
+++ /work/SRC/openSUSE:Factory/.WoeUSB.new/WoeUSB.changes   2018-03-20 
22:00:28.813422410 +0100
@@ -1,0 +2,6 @@
+Sat Mar 10 10:01:26 UTC 2018 - sebix+novell@sebix.at
+
+- update to version 3.1.4:
+ * no changelog available, please see 
https://github.com/slacka/WoeUSB/commits/master
+
+---

Old:

  WoeUSB-2.2.2.tar.gz

New:

  WoeUSB-3.1.4.tar.gz



Other differences:
--
++ WoeUSB.spec ++
--- /var/tmp/diff_new_pack.mWtZwt/_old  2018-03-20 22:00:29.821386119 +0100
+++ /var/tmp/diff_new_pack.mWtZwt/_new  2018-03-20 22:00:29.825385975 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package WoeUSB
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,21 +17,21 @@
 
 
 Name:   WoeUSB
-Version:2.2.2
+Version:3.1.4
 Release:0
 Summary:Windows USB installation media creator
-License:GPL-3.0+
+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
-BuildRequires:  gcc-c++
-BuildRequires:  wxGTK3-devel
 BuildRequires:  autoconf
 BuildRequires:  automake
-BuildRequires:  libtool
+BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 BuildRequires:  gettext
+BuildRequires:  libtool
 BuildRequires:  update-desktop-files
-BuildRequires:  fdupes
+BuildRequires:  wxGTK3-devel
 
 %description
 WoeUSB is a utility for creating a bootable Windows installation
@@ -64,7 +64,6 @@
 %{_bindir}/woeusbgui
 %{_datadir}/applications/woeusbgui.desktop
 %{_datadir}/pixmaps/woeusbgui-icon.png
-%{_datadir}/woeusb/data/woeusbgui-screenshot.png
 %dir %{_datadir}/woeusb
 %dir %{_datadir}/woeusb/data
 %{_datadir}/woeusb/data/c501-logo.png

++ WoeUSB-2.2.2.tar.gz -> WoeUSB-3.1.4.tar.gz ++
 2007 lines of diff (skipped)




commit WoeUSB for openSUSE:Factory

2018-01-23 Thread root
Hello community,

here is the log from the commit of package WoeUSB for openSUSE:Factory checked 
in at 2018-01-23 13:52:55

Comparing /work/SRC/openSUSE:Factory/WoeUSB (Old)
 and  /work/SRC/openSUSE:Factory/.WoeUSB.new (New)


Package is "WoeUSB"

Tue Jan 23 13:52:55 2018 rev:2 rq:568207 version:2.2.2

Changes:

--- /work/SRC/openSUSE:Factory/WoeUSB/WoeUSB.changes2018-01-22 
16:10:15.865101806 +0100
+++ /work/SRC/openSUSE:Factory/.WoeUSB.new/WoeUSB.changes   2018-01-23 
13:52:56.693738926 +0100
@@ -1,0 +2,5 @@
+Mon Jan 15 11:07:11 UTC 2018 - jeng...@inai.de
+
+- Avoid assuming specific user context in description.
+
+---



Other differences:
--
++ WoeUSB.spec ++
--- /var/tmp/diff_new_pack.wTsPj0/_old  2018-01-23 13:52:57.877683617 +0100
+++ /var/tmp/diff_new_pack.wTsPj0/_new  2018-01-23 13:52:57.881683430 +0100
@@ -34,8 +34,8 @@
 BuildRequires:  fdupes
 
 %description
-A utility that enables you to create your own bootable Windows installation
-USB storage device from an existing Windows Installation disc or disk image.
+WoeUSB is a utility for creating a bootable Windows installation
+USB storage device from an existing Windows installation disc or disk image.
 
 %prep
 %setup -q