Hello community, here is the log from the commit of package unetbootin for openSUSE:Factory checked in at 2018-07-18 22:53:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/unetbootin (Old) and /work/SRC/openSUSE:Factory/.unetbootin.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "unetbootin" Wed Jul 18 22:53:04 2018 rev:8 rq:621764 version:0.0.657 Changes: -------- --- /work/SRC/openSUSE:Factory/unetbootin/unetbootin.changes 2017-08-08 11:59:36.376925013 +0200 +++ /work/SRC/openSUSE:Factory/.unetbootin.new/unetbootin.changes 2018-07-18 22:53:06.247127199 +0200 @@ -1,0 +2,12 @@ +Fri Jun 29 12:06:01 UTC 2018 - [email protected] + +- require p7zip-full for TW as 7z binary needed by unetbootin was + moved to this package (see bsc#899627 for more details about + this change) + +------------------------------------------------------------------- +Tue Dec 26 11:59:31 UTC 2017 - [email protected] + +- update to revision 657 + +------------------------------------------------------------------- Old: ---- unetbootin-source-655.tar.gz New: ---- unetbootin-source-657.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ unetbootin.spec ++++++ --- /var/tmp/diff_new_pack.js80Wj/_old 2018-07-18 22:53:07.663122503 +0200 +++ /var/tmp/diff_new_pack.js80Wj/_new 2018-07-18 22:53:07.667122490 +0200 @@ -1,7 +1,7 @@ # # spec file for package unetbootin # -# 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 @@ -16,11 +16,11 @@ # -%define rev 655 +%define rev 657 Name: unetbootin Summary: Universal Netboot Installer -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/GUI/Other Version: 0.0.%{rev} Release: 0 @@ -39,7 +39,12 @@ Requires(postun): hicolor-icon-theme Requires(postun): update-desktop-files Requires: mtools +# Remove when p7zip-full is in all products +%if 0%{suse_version} > 1500 +Requires: p7zip-full +%else Requires: p7zip +%endif Requires: syslinux Requires: udev Requires: util-linux ++++++ unetbootin-source-655.tar.gz -> unetbootin-source-657.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/README.TXT new/README.TXT --- old/README.TXT 2017-07-18 23:28:51.000000000 +0200 +++ new/README.TXT 2017-10-24 11:00:20.000000000 +0200 @@ -1,16 +1,16 @@ -UNetbootin Source Revision 655 +UNetbootin Source Revision 657 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 Tue Jul 18 14:28:51 PDT 2017 +Build generated on Tue Oct 24 02:00:20 PDT 2017 Download using git: git clone https://github.com/gkovacs/unetbootin.git cd unetbootin -git checkout 8ca8d67ae8da723b2f7142fd7e3112970395e13a +git checkout 4400a81158c0f3c66fc6da6cf9cedf54453794e2 Download using bzr: -bzr branch http://bazaar.launchpad.net/~vcs-imports/unetbootin/trunk -r655 +bzr branch http://bazaar.launchpad.net/~vcs-imports/unetbootin/trunk -r657 Build instructions at http://sourceforge.net/apps/trac/unetbootin/wiki/compile diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/distrolst.cpp new/distrolst.cpp --- old/distrolst.cpp 2017-07-14 07:31:37.000000000 +0200 +++ new/distrolst.cpp 2017-10-24 10:49:16.000000000 +0200 @@ -18,6 +18,7 @@ #ifndef ubunturelnamereplace #define ubunturelnamereplace \ relname \ + .replace("17.10", "artful") \ .replace("17.04", "zesty") \ .replace("16.10", "yakkety") \ .replace("16.04", "xenial") \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/distrover.cpp new/distrover.cpp --- old/distrover.cpp 2017-07-14 08:34:30.000000000 +0200 +++ new/distrover.cpp 2017-10-24 10:59:12.000000000 +0200 @@ -9,12 +9,12 @@ #ifndef ubuntuverlist #define ubuntuverlist \ -"12.04_NetInstall" << "12.04_NetInstall_x64" << "12.04_HdMedia" << "12.04_HdMedia_x64" << "12.04_Live" << "12.04_Live_x64" << \ "14.04_NetInstall" << "14.04_NetInstall_x64" << "14.04_HdMedia" << "14.04_HdMedia_x64" << "14.04_Live" << "14.04_Live_x64" << \ "15.10_NetInstall" << "15.10_NetInstall_x64" << "15.10_HdMedia" << "15.10_HdMedia_x64" << "15.10_Live" << "15.10_Live_x64" << \ "16.04_NetInstall" << "16.04_NetInstall_x64" << "16.04_HdMedia" << "16.04_HdMedia_x64" << "16.04_Live" << "16.04_Live_x64" << \ "16.10_NetInstall" << "16.10_NetInstall_x64" << "16.10_HdMedia" << "16.10_HdMedia_x64" << "16.10_Live" << "16.10_Live_x64" << \ "17.04_NetInstall" << "17.04_NetInstall_x64" << "17.04_HdMedia" << "17.04_HdMedia_x64" << "17.04_Live" << "17.04_Live_x64" << \ +"17.10_NetInstall" << "17.10_NetInstall_x64" << "17.10_HdMedia" << "17.10_HdMedia_x64" << "17.10_Live_x64" << \ "Daily_Live" << "Daily_Live_x64" #endif
