Hello community, here is the log from the commit of package ark for openSUSE:Factory checked in at 2018-03-20 21:49:30 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ark (Old) and /work/SRC/openSUSE:Factory/.ark.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ark" Tue Mar 20 21:49:30 2018 rev:87 rq:587002 version:17.12.3 Changes: -------- --- /work/SRC/openSUSE:Factory/ark/ark.changes 2018-02-12 09:58:27.281748523 +0100 +++ /work/SRC/openSUSE:Factory/.ark.new/ark.changes 2018-03-20 21:49:49.932426901 +0100 @@ -1,0 +2,20 @@ +Wed Mar 14 15:56:35 UTC 2018 - [email protected] + +- Add downstream patch 0001-Swap-priorities-around-between-unar-and-unrar.patch + * Ensure unar is preferred over the unrar executable when only + a wrapper is installed (boo#1083834) + +------------------------------------------------------------------- +Thu Mar 08 23:50:57 CET 2018 - [email protected] + +- Update to 17.12.3 + * New bugfix release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.3.php +- Changes since 17.12.2: + * Add expected failures for timestamp tests + * Fix build with Qt 5.11 + * Mark canceled extractions as killed jobs (kde#382601) + * Stop crashing when all read-write plugins are disabled (kde#390690) + +------------------------------------------------------------------- Old: ---- ark-17.12.2.tar.xz New: ---- 0001-Swap-priorities-around-between-unar-and-unrar.patch ark-17.12.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ark.spec ++++++ --- /var/tmp/diff_new_pack.LnnyCM/_old 2018-03-20 21:49:50.728398237 +0100 +++ /var/tmp/diff_new_pack.LnnyCM/_new 2018-03-20 21:49:50.732398093 +0100 @@ -21,7 +21,7 @@ %define SOMAJOR 17 Name: ark -Version: 17.12.2 +Version: 17.12.3 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) @@ -33,6 +33,8 @@ Source0: ark-%{version}.tar.xz # PATCH-FIX-OPENSUSE lower-libarchive-minimum-version.patch Patch: lower-libarchive-minimum-version.patch +# PATCH-FIX-OPENSUSE (boo#1083834) +Patch1: 0001-Swap-priorities-around-between-unar-and-unrar.patch BuildRequires: extra-cmake-modules >= 1.7.0 BuildRequires: karchive-devel >= %{kf5_version} BuildRequires: kconfig-devel >= 5.2.0 @@ -80,7 +82,7 @@ %prep %setup -q -%patch -p1 +%autopatch -p1 %build %cmake_kf5 -d build ++++++ 0001-Swap-priorities-around-between-unar-and-unrar.patch ++++++ >From ad089de2b34e5ee5dcf04b99c49cdf236963720a Mon Sep 17 00:00:00 2001 From: Luca Beltrame <[email protected]> Date: Wed, 14 Mar 2018 16:52:23 +0100 Subject: [PATCH] Swap priorities around between unar and unrar In openSUSE, unrar is a simple wrapper that doesn't implement all features of the real CLI executable. This change swaps priorities with the unar plugin, which is now preferred. --- plugins/clirarplugin/kerfuffle_clirar.json.cmake | 2 +- plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/clirarplugin/kerfuffle_clirar.json.cmake b/plugins/clirarplugin/kerfuffle_clirar.json.cmake index 83d8ae0e..50c75a03 100644 --- a/plugins/clirarplugin/kerfuffle_clirar.json.cmake +++ b/plugins/clirarplugin/kerfuffle_clirar.json.cmake @@ -78,7 +78,7 @@ "X-KDE-Kerfuffle-ReadWriteExecutables": [ "rar" ], - "X-KDE-Priority": 120, + "X-KDE-Priority": 100, "application/vnd.rar": { "CompressionLevelDefault": 3, "CompressionLevelMax": 5, diff --git a/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake b/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake index c7c44082..a19b89c5 100644 --- a/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake +++ b/plugins/cliunarchiverplugin/kerfuffle_cliunarchiver.json.cmake @@ -80,7 +80,7 @@ "unar" ], "X-KDE-Kerfuffle-ReadWrite": false, - "X-KDE-Priority": 100, + "X-KDE-Priority": 120, "application/vnd.rar": { "HeaderEncryption": true }, -- 2.16.2 ++++++ ark-17.12.2.tar.xz -> ark-17.12.3.tar.xz ++++++ ++++ 21191 lines of diff (skipped)
