diff -Nru unetbootin-611/debian/changelog unetbootin-613/debian/changelog --- unetbootin-611/debian/changelog 2015-07-19 23:03:52.000000000 +0000 +++ unetbootin-613/debian/changelog 2015-07-20 09:13:39.000000000 +0000 @@ -1,8 +1,14 @@ -unetbootin (611-1~utopic1) utopic; urgency=low +unetbootin (613-1~utopic1) utopic; urgency=low * Upload to Launchpad - -- Geza Kovacs Sun, 19 Jul 2015 16:03:43 -0700 + -- Geza Kovacs Mon, 20 Jul 2015 02:13:31 -0700 + +unetbootin (613-1) unstable; urgency=low + + * New upstream release. + + -- Geza Kovacs Mon, 20 Jul 2015 02:11:34 -0700 unetbootin (611-1) unstable; urgency=low Binary files /tmp/L8m8cZanT_/unetbootin-611/._distrolst.cpp and /tmp/_sN32tQScG/unetbootin-613/._distrolst.cpp differ diff -Nru unetbootin-611/distrolst.cpp unetbootin-613/distrolst.cpp --- unetbootin-611/distrolst.cpp 2015-07-19 22:52:11.000000000 +0000 +++ unetbootin-613/distrolst.cpp 2015-07-20 01:05:56.000000000 +0000 @@ -386,7 +386,14 @@ } if (islivecd) { - downloadfile(QString("http://download.fedoraproject.org/pub/fedora/linux/releases/%1/Live/%2/Fedora-Live-Desktop-%3-%1-1.iso").arg(relname).arg(cpuarch).arg(minorarch), isotmpf); + downloadfile(fileFilterNetDir(QStringList() << + "http://download.fedoraproject.org/pub/fedora/linux/releases/"+relname+"/Live/"+cpuarch+"/" + , 524288000, 2233125376, QList() << + QRegExp(".iso$", Qt::CaseInsensitive) << + QRegExp("Fedora", Qt::CaseInsensitive) << + QRegExp("Live", Qt::CaseInsensitive) << + QRegExp("LXDE", Qt::CaseInsensitive) + ), isotmpf); extractiso(isotmpf); } else Binary files /tmp/L8m8cZanT_/unetbootin-611/._distrover.cpp and /tmp/_sN32tQScG/unetbootin-613/._distrover.cpp differ diff -Nru unetbootin-611/distrover.cpp unetbootin-613/distrover.cpp --- unetbootin-611/distrover.cpp 2015-07-19 22:43:29.000000000 +0000 +++ unetbootin-613/distrover.cpp 2015-07-20 00:57:22.000000000 +0000 @@ -67,11 +67,11 @@ "Description: Elive is a Debian-based distribution featuring the Enlightenment window manager.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << "Stable_Live")); -distroselect->addItem("Fedora", (QStringList() << "20_Live" << +distroselect->addItem("Fedora", (QStringList() << "22_Live" << unetbootin::tr("Homepage: http://fedoraproject.org
" "Description: Fedora is a Red Hat sponsored community distribution which showcases the latest cutting-edge free/open-source software.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched. The NetInstall version allows for both installation over the internet (FTP), or offline installation using pre-downloaded installation ISO files.") << - "19_NetInstall" << "19_NetInstall_x64" << "19_Live" << "19_Live_x64" << "20_NetInstall" << "20_NetInstall_x64" << "20_Live" << "20_Live_x64" << "Rawhide_NetInstall" << "Rawhide_NetInstall_x64")); + "21_NetInstall" << "21_NetInstall_x64" << "21_Live" << "21_Live_x64" << "22_NetInstall" << "22_NetInstall_x64" << "22_Live" << "22_Live_x64" << "Rawhide_NetInstall" << "Rawhide_NetInstall_x64")); distroselect->addItem("FreeBSD", (QStringList() << "8.0" << unetbootin::tr("Homepage: http://www.freebsd.org
" "Description: FreeBSD is a general-purpose Unix-like operating system designed for scalability and performance.
" @@ -135,11 +135,11 @@ "Description: LinuxConsole is a desktop distro to play games, easy to install, easy to use and fast to boot .
" "Install Notes: The 1.0.2010 is latest 1.0, now available on rolling release (run liveuptate to update modules and kernel).") << "1.0.2010-cd")); - distroselect->addItem("Linux Mint", (QStringList() << "17_Live" << + distroselect->addItem("Linux Mint", (QStringList() << "17.2_Live" << unetbootin::tr("Homepage: http://linuxmint.com
" "Description: Linux Mint is a user-friendly Ubuntu-based distribution which includes additional proprietary codecs and other software by default.
" "Install Notes: The Live version allows for booting in Live mode, from which the installer can optionally be launched.") << - "13_Live" << "13_Live_x64" << "14_Live" << "14_Live_x64" << "15_Live" << "15_Live_x64" << "16_Live" << "16_Live_x64" << "17_Live" << "17_Live_x64")); + "17_Live" << "17_Live_x64" << "17.1_Live" << "17.1_Live_x64" << "17.2_Live" << "17.2_Live_x64")); distroselect->addItem("Lubuntu", (QStringList() << "14.04_Live" << unetbootin::tr("Homepage: http://www.lubuntu.net
" "Description: Lubuntu is an official Ubuntu derivative featuring the LXDE desktop.
" diff -Nru unetbootin-611/README.TXT unetbootin-613/README.TXT --- unetbootin-611/README.TXT 2015-07-19 22:55:27.000000000 +0000 +++ unetbootin-613/README.TXT 2015-07-20 08:43:12.000000000 +0000 @@ -1,16 +1,16 @@ -UNetbootin Source Revision 611 +UNetbootin Source Revision 613 Copyright Geza Kovacs Homepage at http://unetbootin.sourceforge.net Licensed under the GNU GPL v2 and above, components from other projects are licensed under their respective licenses -Build generated on Sun Jul 19 15:55:27 PDT 2015 +Build generated on Mon Jul 20 01:43:12 PDT 2015 Download using git: git clone https://github.com/gkovacs/unetbootin.git cd unetbootin -git checkout faf661d69896d992e840e7547df779e1be9000a0 +git checkout cbf30e41bbd2ad57f31feb29c559d6a2046f0d6c Download using bzr: -bzr branch http://bazaar.launchpad.net/~vcs-imports/unetbootin/trunk -r611 +bzr branch http://bazaar.launchpad.net/~vcs-imports/unetbootin/trunk -r613 Build instructions at http://sourceforge.net/apps/trac/unetbootin/wiki/compile Binary files /tmp/L8m8cZanT_/unetbootin-611/._unetbootin.cpp and /tmp/_sN32tQScG/unetbootin-613/._unetbootin.cpp differ diff -Nru unetbootin-611/unetbootin.cpp unetbootin-613/unetbootin.cpp --- unetbootin-611/unetbootin.cpp 2015-07-19 21:48:11.000000000 +0000 +++ unetbootin-613/unetbootin.cpp 2015-07-20 00:53:42.000000000 +0000 @@ -741,7 +741,7 @@ void unetbootin::on_okbutton_clicked() { - if (typeselect->currentIndex() == typeselect->findText(tr("USB Drive")) && driveselect->currentText().isEmpty()) + if (typeselect->currentIndex() == typeselect->findText(tr("USB Drive")) && driveselect->currentText().isEmpty() && !testingDownload) { QMessageBox unotenoughinputmsgb; unotenoughinputmsgb.setIcon(QMessageBox::Information); @@ -757,7 +757,7 @@ } } #ifdef Q_OS_MAC - if (locatemountpoint(driveselect->currentText()) == "NOT MOUNTED") + if (locatemountpoint(driveselect->currentText()) == "NOT MOUNTED" && !testingDownload) callexternapp("diskutil", "mount "+driveselect->currentText()); #endif #ifdef Q_OS_LINUX