Hello community, here is the log from the commit of package krename for openSUSE:Factory checked in at 2016-06-19 12:53:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/krename (Old) and /work/SRC/openSUSE:Factory/.krename.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "krename" Changes: -------- --- /work/SRC/openSUSE:Factory/krename/krename.changes 2014-09-03 20:09:27.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.krename.new/krename.changes 2016-06-19 12:53:02.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Jun 17 16:50:33 UTC 2016 - wba...@tmo.at + +- Add gcc6-fix.patch to fix build with gcc6 (boo#985366) + +------------------------------------------------------------------- New: ---- gcc6-fix.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ krename.spec ++++++ --- /var/tmp/diff_new_pack.XT53wQ/_old 2016-06-19 12:53:03.000000000 +0200 +++ /var/tmp/diff_new_pack.XT53wQ/_new 2016-06-19 12:53:03.000000000 +0200 @@ -34,6 +34,8 @@ Patch3: remove-gplv2-code.diff # PATCH-FIX-openSUSE tittiatcokeƦgmail.com -- make sure that the freetype includes are found Patch4: fix-freetype2-includes.patch +# PATCH-FIX-OPENSUSE gcc6-fix.patch boo#985366 -- fix build with gcc6 +Patch5: gcc6-fix.patch BuildRequires: freetype2-devel BuildRequires: libexiv2-devel BuildRequires: libkde4-devel @@ -66,6 +68,7 @@ %if 0%{?suse_version} > 1310 %patch4 -p1 %endif +%patch5 -p1 # Remove build time references so build-compare can do its work (fix rpmlint warning "file-contains-date-and-time") FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M') ++++++ gcc6-fix.patch ++++++ From: Martin T. H. Sandsmark <martin.sandsm...@kde.org> Date: Sat, 07 May 2016 21:59:34 +0000 Subject: fix build X-Git-Url: http://quickgit.kde.org/?p=scratch%2Fsandsmark%2Fkrename.git&a=commitdiff&h=62f65e049d6640dc346ea5bd18c6bd81aee0936f --- fix build --- --- a/src/batchrenamer.cpp +++ b/src/batchrenamer.cpp @@ -402,7 +402,7 @@ break; case eRenameMode_Link: // In case of link delete created file - job = KIO::file_delete( dstUrl, false ); + job = KIO::file_delete( dstUrl, KIO::HideProgressInfo ); break; case eRenameMode_Copy: // no undo possible // TODO: Maybe we should delete the created files