Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2019-01-21 10:10:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ark (Old)
 and      /work/SRC/openSUSE:Factory/.ark.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ark"

Mon Jan 21 10:10:16 2019 rev:100 rq:665066 version:18.12.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/ark/ark.changes  2018-12-19 13:31:16.848785412 
+0100
+++ /work/SRC/openSUSE:Factory/.ark.new.28833/ark.changes       2019-01-21 
10:10:19.538680930 +0100
@@ -1,0 +2,12 @@
+Fri Jan 11 05:41:50 UTC 2019 - [email protected]
+
+- Update to 18.12.1
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.1.php
+- Changes since 18.12.0:
+  * Use more https in links
+- Refreshed patches:
+  * lower-libarchive-minimum-version.patch
+
+-------------------------------------------------------------------

Old:
----
  ark-18.12.0.tar.xz

New:
----
  ark-18.12.1.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ark.spec ++++++
--- /var/tmp/diff_new_pack.W1xj4I/_old  2019-01-21 10:10:20.090680372 +0100
+++ /var/tmp/diff_new_pack.W1xj4I/_new  2019-01-21 10:10:20.094680368 +0100
@@ -22,7 +22,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ark
-Version:        18.12.0
+Version:        18.12.1
 Release:        0
 Summary:        KDE Archiver Tool
 License:        GPL-2.0-or-later

++++++ ark-18.12.0.tar.xz -> ark-18.12.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/CMakeLists.txt 
new/ark-18.12.1/CMakeLists.txt
--- old/ark-18.12.0/CMakeLists.txt      2018-12-05 00:34:25.000000000 +0100
+++ new/ark-18.12.1/CMakeLists.txt      2019-01-06 08:43:24.000000000 +0100
@@ -3,7 +3,7 @@
 # KDE Application Version, managed by release script
 set (KDE_APPLICATIONS_VERSION_MAJOR "18")
 set (KDE_APPLICATIONS_VERSION_MINOR "12")
-set (KDE_APPLICATIONS_VERSION_MICRO "0")
+set (KDE_APPLICATIONS_VERSION_MICRO "1")
 set (KDE_APPLICATIONS_VERSION 
"${KDE_APPLICATIONS_VERSION_MAJOR}.${KDE_APPLICATIONS_VERSION_MINOR}.${KDE_APPLICATIONS_VERSION_MICRO}")
 project(ark VERSION ${KDE_APPLICATIONS_VERSION})
 
@@ -61,7 +61,7 @@
 
 find_package(LibArchive 3.2.0 REQUIRED)
 set_package_properties(LibArchive PROPERTIES
-                       URL "http://www.libarchive.org/";
+                       URL "https://www.libarchive.org/";
                        DESCRIPTION "A library for dealing with a wide variety 
of archive file formats"
                        PURPOSE "Required for among others tar, tar.gz, tar.bz2 
formats in Ark.")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/HACKING new/ark-18.12.1/HACKING
--- old/ark-18.12.0/HACKING     2018-12-05 00:34:25.000000000 +0100
+++ new/ark-18.12.1/HACKING     2019-01-06 08:43:24.000000000 +0100
@@ -3,8 +3,8 @@
 please see:
 
  - https://community.kde.org/Policies/Kdelibs_Coding_Style
- - http://wiki.qt.io/Qt_Coding_Style
- - http://wiki.qt.io/Coding_Conventions
+ - https://wiki.qt.io/Qt_Coding_Style
+ - https://wiki.qt.io/Coding_Conventions
 
 == Sending patches ==
 To send patches for Ark, you can choose one of the following:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/app/main.cpp new/ark-18.12.1/app/main.cpp
--- old/ark-18.12.0/app/main.cpp        2018-12-05 00:34:25.000000000 +0100
+++ new/ark-18.12.1/app/main.cpp        2019-01-06 08:43:24.000000000 +0100
@@ -96,7 +96,7 @@
                          KAboutLicense::GPL,
                          i18n("(c) 1997-2018, The Ark Developers"),
                          QString(),
-                         QStringLiteral("http://utils.kde.org/projects/ark";)
+                         QStringLiteral("https://utils.kde.org/projects/ark";)
     );
 
     aboutData.setOrganizationDomain("kde.org");
@@ -141,7 +141,7 @@
     aboutData.addCredit(i18n("Vladyslav Batyrenko"),
                         i18n("Advanced editing functionalities"),
                         QString(),
-                        
QStringLiteral("http://mvlabat.github.io/ark-gsoc-2016/";));
+                        
QStringLiteral("https://mvlabat.github.io/ark-gsoc-2016/";));
     aboutData.addCredit(i18n("Bryce Corkins"),
                         i18n("Icons"),
                         QStringLiteral("[email protected]"));
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/app/org.kde.ark.appdata.xml 
new/ark-18.12.1/app/org.kde.ark.appdata.xml
--- old/ark-18.12.0/app/org.kde.ark.appdata.xml 2018-12-05 00:34:25.000000000 
+0100
+++ new/ark-18.12.1/app/org.kde.ark.appdata.xml 2019-01-06 08:43:24.000000000 
+0100
@@ -275,21 +275,24 @@
       <caption xml:lang="en-GB">Managing archives with Ark</caption>
       <caption xml:lang="es">Gestión de archivos comprimidos con Ark</caption>
       <caption xml:lang="fi">Hallitse arkistoja Arkilla</caption>
+      <caption xml:lang="fr">Gestion d'archives avec Ark</caption>
       <caption xml:lang="gl">Xestionando arquivos con Ark</caption>
       <caption xml:lang="it">Gestione archivi con Ark</caption>
       <caption xml:lang="nl">Archieven beheren met Ark</caption>
       <caption xml:lang="nn">Handsaming av arkiv med Ark</caption>
+      <caption xml:lang="pl">Zarządzanie archiwami w Ark</caption>
       <caption xml:lang="pt">A gerir pacotes com Ark</caption>
       <caption xml:lang="pt-BR">Gerenciando arquivos compactados com o 
Ark</caption>
       <caption xml:lang="ru">Управление архивами в Ark</caption>
       <caption xml:lang="sv">Hantera arkiv med Ark</caption>
       <caption xml:lang="uk">Керування архівами за допомогою Ark</caption>
       <caption xml:lang="x-test">xxManaging archives with Arkxx</caption>
+      <caption xml:lang="zh-CN">在 Ark 中管理归档</caption>
       <caption xml:lang="zh-TW">使用 Ark 管理封存檔</caption>
       <image width="1250" 
height="754">https://cdn.kde.org/screenshots/ark/ark.png</image>
     </screenshot>
   </screenshots>
-  <url type="homepage">http://kde.org/applications/utilities/ark/</url>
+  <url type="homepage">https://kde.org/applications/utilities/ark/</url>
   <url 
type="bugtracker">https://bugs.kde.org/enter_bug.cgi?format=guided&amp;product=ark</url>
   <url type="help">https://docs.kde.org/index.php?application=ark</url>
   <url 
type="donation">https://www.kde.org/community/donations/?app=ark&amp;source=appdata</url>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/app/org.kde.ark.desktop.cmake 
new/ark-18.12.1/app/org.kde.ark.desktop.cmake
--- old/ark-18.12.0/app/org.kde.ark.desktop.cmake       2018-12-05 
00:34:25.000000000 +0100
+++ new/ark-18.12.1/app/org.kde.ark.desktop.cmake       2019-01-06 
08:43:24.000000000 +0100
@@ -71,7 +71,7 @@
 GenericName[wa]=Usteye d' årtchivaedje
 GenericName[xh]=Isixhobo Sokuphatha i Archive
 GenericName[x-test]=xxArchiving Toolxx
-GenericName[zh_CN]=压缩归档工具
+GenericName[zh_CN]=压缩工具
 GenericName[zh_TW]=壓縮工具
 Name=Ark
 Name[af]=Ark
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/ark-18.12.0/plugins/libsinglefileplugin/CMakeLists.txt 
new/ark-18.12.1/plugins/libsinglefileplugin/CMakeLists.txt
--- old/ark-18.12.0/plugins/libsinglefileplugin/CMakeLists.txt  2018-12-05 
00:34:25.000000000 +0100
+++ new/ark-18.12.1/plugins/libsinglefileplugin/CMakeLists.txt  2019-01-06 
08:43:24.000000000 +0100
@@ -18,7 +18,7 @@
 #
 find_package(ZLIB)
 set_package_properties(ZLIB PROPERTIES
-                       URL "http://www.zlib.net/";
+                       URL "https://www.zlib.net/";
                        DESCRIPTION "The Zlib compression library"
                        PURPOSE "Required for .gz format support in Ark")
 
@@ -68,7 +68,7 @@
 #
 find_package(LibLZMA)
 set_package_properties(LibLZMA PROPERTIES
-                       URL "http://tukaani.org/xz/";
+                       URL "https://tukaani.org/xz/";
                        DESCRIPTION "A LZMA compression library"
                        PURPOSE "Required for .xz and .lzma format support in 
Ark")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/plugins/libzipplugin/CMakeLists.txt 
new/ark-18.12.1/plugins/libzipplugin/CMakeLists.txt
--- old/ark-18.12.0/plugins/libzipplugin/CMakeLists.txt 2018-12-05 
00:34:25.000000000 +0100
+++ new/ark-18.12.1/plugins/libzipplugin/CMakeLists.txt 2019-01-06 
08:43:24.000000000 +0100
@@ -17,7 +17,7 @@
 
 find_package(ZLIB REQUIRED)
 set_package_properties(ZLIB PROPERTIES
-                       URL "http://www.zlib.net/";
+                       URL "https://www.zlib.net/";
                        DESCRIPTION "The Zlib compression library"
                        PURPOSE "Required for integrity check in libzip plugin")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/po/es/docs/ark/man-ark.1.docbook 
new/ark-18.12.1/po/es/docs/ark/man-ark.1.docbook
--- old/ark-18.12.0/po/es/docs/ark/man-ark.1.docbook    2018-12-07 
01:25:47.000000000 +0100
+++ new/ark-18.12.1/po/es/docs/ark/man-ark.1.docbook    2019-01-08 
01:09:09.000000000 +0100
@@ -42,10 +42,10 @@
 ></author>
 
 <date
->2016-08-09</date
+>2018-08-08</date
 ><!--Update only when changing/reviewing this man page-->
 <releaseinfo
->16.08</releaseinfo
+>18.12</releaseinfo
 ><!--Update only when changing/reviewing this man page-->
 <productname
 >KDE Applications</productname>
@@ -115,6 +115,10 @@
 ></group
 > <group choice="opt"
 ><option
+>-m</option
+></group
+> <group choice="opt"
+><option
 >-o</option
 > <replaceable
 > directorio</replaceable
@@ -176,6 +180,16 @@
 </listitem>
 </varlistentry>
 <varlistentry>
+<term
+><option
+>-m, --mimetypes</option
+></term>
+<listitem>
+<para
+>Lista los tipos &MIME; permitidos.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
 <term
 ><option
 >-o, --destination <replaceable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/po/es/docs/man-ark.1.docbook 
new/ark-18.12.1/po/es/docs/man-ark.1.docbook
--- old/ark-18.12.0/po/es/docs/man-ark.1.docbook        2018-12-07 
01:25:47.000000000 +0100
+++ new/ark-18.12.1/po/es/docs/man-ark.1.docbook        2019-01-08 
01:09:09.000000000 +0100
@@ -42,10 +42,10 @@
 ></author>
 
 <date
->2016-08-09</date
+>2018-08-08</date
 ><!--Update only when changing/reviewing this man page-->
 <releaseinfo
->16.08</releaseinfo
+>18.12</releaseinfo
 ><!--Update only when changing/reviewing this man page-->
 <productname
 >KDE Applications</productname>
@@ -115,6 +115,10 @@
 ></group
 > <group choice="opt"
 ><option
+>-m</option
+></group
+> <group choice="opt"
+><option
 >-o</option
 > <replaceable
 > directorio</replaceable
@@ -176,6 +180,16 @@
 </listitem>
 </varlistentry>
 <varlistentry>
+<term
+><option
+>-m, --mimetypes</option
+></term>
+<listitem>
+<para
+>Lista los tipos &MIME; permitidos.</para>
+</listitem>
+</varlistentry>
+<varlistentry>
 <term
 ><option
 >-o, --destination <replaceable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/po/fr/ark.po new/ark-18.12.1/po/fr/ark.po
--- old/ark-18.12.0/po/fr/ark.po        2018-12-07 01:25:45.000000000 +0100
+++ new/ark-18.12.1/po/fr/ark.po        2019-01-08 01:09:09.000000000 +0100
@@ -17,7 +17,7 @@
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:55+0100\n"
-"PO-Revision-Date: 2018-08-09 15:35+0800\n"
+"PO-Revision-Date: 2018-12-19 16:43+0800\n"
 "Last-Translator: Simon Depiets <[email protected]>\n"
 "Language-Team: French <[email protected]>\n"
 "Language: fr\n"
@@ -139,10 +139,9 @@
 msgstr "Outil d'archivage de KDE"
 
 #: app/main.cpp:97
-#, fuzzy, kde-format
-#| msgid "(c) 1997-2017, The Ark Developers"
+#, kde-format
 msgid "(c) 1997-2018, The Ark Developers"
-msgstr "© 1997-2017, les développeurs d'Ark"
+msgstr "© 1997-2018, les développeurs d'Ark"
 
 #: app/main.cpp:104
 #, kde-format
@@ -1683,7 +1682,7 @@
 #, kde-format
 msgctxt "@title:tab"
 msgid "Plugin Settings"
-msgstr "Paramètres des modules d'extension"
+msgstr "Paramètres des modules externes"
 
 #: part/part.cpp:797
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/po/pl/ark.po new/ark-18.12.1/po/pl/ark.po
--- old/ark-18.12.0/po/pl/ark.po        2018-12-07 01:25:46.000000000 +0100
+++ new/ark-18.12.1/po/pl/ark.po        2019-01-08 01:09:09.000000000 +0100
@@ -5,13 +5,13 @@
 # Michal Rudolf <[email protected]>, 2007, 2008, 2009, 2010.
 # Marta Rybczyńska <[email protected]>, 2007, 2008.
 # Ireneusz Gierlach <[email protected]>, 2011.
-# Łukasz Wojniłowicz <[email protected]>, 2012, 2014, 2015, 2016, 
2017.
+# Łukasz Wojniłowicz <[email protected]>, 2012, 2014, 2015, 2016, 
2017, 2018.
 msgid ""
 msgstr ""
 "Project-Id-Version: ark\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:55+0100\n"
-"PO-Revision-Date: 2017-12-02 07:56+0100\n"
+"PO-Revision-Date: 2018-12-16 06:11+0100\n"
 "Last-Translator: Łukasz Wojniłowicz <[email protected]>\n"
 "Language-Team: Polish <[email protected]>\n"
 "Language: pl\n"
@@ -129,10 +129,9 @@
 msgstr "Narzędzie KDE do obsługi archiwów"
 
 #: app/main.cpp:97
-#, fuzzy, kde-format
-#| msgid "(c) 1997-2017, The Ark Developers"
+#, kde-format
 msgid "(c) 1997-2018, The Ark Developers"
-msgstr "(c) 1997-2017, Programiści Ark"
+msgstr "(c) 1997-2018, Programiści Ark"
 
 #: app/main.cpp:104
 #, kde-format
@@ -343,7 +342,7 @@
 #: app/main.cpp:198
 #, kde-format
 msgid "List supported MIME types."
-msgstr ""
+msgstr "Wypisz obsługiwane rodzaje MIME."
 
 #: app/mainwindow.cpp:149
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/po/zh_CN/ark.po 
new/ark-18.12.1/po/zh_CN/ark.po
--- old/ark-18.12.0/po/zh_CN/ark.po     2018-12-07 01:25:46.000000000 +0100
+++ new/ark-18.12.1/po/zh_CN/ark.po     2019-01-08 01:09:09.000000000 +0100
@@ -18,7 +18,7 @@
 "Project-Id-Version: kdeorg\n"
 "Report-Msgid-Bugs-To: http://bugs.kde.org\n";
 "POT-Creation-Date: 2018-11-12 06:55+0100\n"
-"PO-Revision-Date: 2018-11-12 09:28\n"
+"PO-Revision-Date: 2019-01-05 20:55\n"
 "Last-Translator: guoyunhe <[email protected]>\n"
 "Language-Team: Chinese Simplified\n"
 "Language: zh_CN\n"
@@ -138,10 +138,9 @@
 msgstr "KDE 归档工具"
 
 #: app/main.cpp:97
-#, fuzzy, kde-format
-#| msgid "(c) 1997-2017, The Ark Developers"
+#, kde-format
 msgid "(c) 1997-2018, The Ark Developers"
-msgstr "(c) 1997-2017,多位 Ark 开发者"
+msgstr "(c) 1997-2018,Ark 开发者"
 
 #: app/main.cpp:104
 #, kde-format
@@ -339,7 +338,7 @@
 #: app/main.cpp:198
 #, kde-format
 msgid "List supported MIME types."
-msgstr ""
+msgstr "列出支持的 MIME 类型。"
 
 #: app/mainwindow.cpp:149
 #, kde-format
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ark-18.12.0/po/zh_TW/ark.po 
new/ark-18.12.1/po/zh_TW/ark.po
--- old/ark-18.12.0/po/zh_TW/ark.po     2018-12-07 01:25:46.000000000 +0100
+++ new/ark-18.12.1/po/zh_TW/ark.po     2019-01-08 01:09:09.000000000 +0100
@@ -1,14 +1,13 @@
 # translation of ark.po to Chinese Traditional
 # Traditional Chinese translation of ark.
 # Copyright (C) 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
-#
 # Woodman Tuen <[email protected]>, 2005.
-# Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2006, 
2007, 2008, 2009, 2010.
-# Franklin Weng <franklin at goodhorse dot idv dot tw>, 2007, 2008.
-# Franklin Weng <[email protected]>, 2008, 2010.
-# Franklin Weng <[email protected]>, 2011, 2012, 2014.
+# Franklin Weng <[email protected]>, 2008, 2010, 2011, 2012, 2014.
 # Jeff Huang <[email protected]>, 2016, 2017.
 # pan93412 <[email protected]>, 2018.
+#
+# Frank Weng (a.k.a. Franklin) <franklin at goodhorse dot idv dot tw>, 2006, 
2007, 2008, 2009, 2010.
+# Franklin Weng <franklin at goodhorse dot idv dot tw>, 2007, 2008.
 msgid ""
 msgstr ""
 "Project-Id-Version: ark\n"

++++++ lower-libarchive-minimum-version.patch ++++++
--- /var/tmp/diff_new_pack.W1xj4I/_old  2019-01-21 10:10:20.506679952 +0100
+++ /var/tmp/diff_new_pack.W1xj4I/_new  2019-01-21 10:10:20.506679952 +0100
@@ -13,10 +13,10 @@
  plugins/libarchive/readwritelibarchiveplugin.cpp |  4 ++++
  3 files changed, 24 insertions(+), 4 deletions(-)
 
-Index: ark-18.11.70git.20181106T220552~74c6c250/CMakeLists.txt
+Index: ark-18.12.1/CMakeLists.txt
 ===================================================================
---- ark-18.11.70git.20181106T220552~74c6c250.orig/CMakeLists.txt       
2018-11-07 06:49:11.525977607 +0100
-+++ ark-18.11.70git.20181106T220552~74c6c250/CMakeLists.txt    2018-11-07 
06:49:19.382032137 +0100
+--- ark-18.12.1.orig/CMakeLists.txt    2019-01-06 08:43:24.000000000 +0100
++++ ark-18.12.1/CMakeLists.txt 2019-01-11 23:09:46.250523166 +0100
 @@ -59,7 +59,7 @@
      set(BUILD_TESTING OFF CACHE BOOL "Build the testing tree.")
  endif()
@@ -24,12 +24,12 @@
 -find_package(LibArchive 3.2.0 REQUIRED)
 +find_package(LibArchive 3.1.0 REQUIRED)
  set_package_properties(LibArchive PROPERTIES
-                        URL "http://www.libarchive.org/";
+                        URL "https://www.libarchive.org/";
                         DESCRIPTION "A library for dealing with a wide variety 
of archive file formats"
-Index: 
ark-18.11.70git.20181106T220552~74c6c250/plugins/libarchive/CMakeLists.txt
+Index: ark-18.12.1/plugins/libarchive/CMakeLists.txt
 ===================================================================
---- 
ark-18.11.70git.20181106T220552~74c6c250.orig/plugins/libarchive/CMakeLists.txt 
   2018-11-07 06:49:11.557977829 +0100
-+++ ark-18.11.70git.20181106T220552~74c6c250/plugins/libarchive/CMakeLists.txt 
2018-11-08 07:11:02.526531335 +0100
+--- ark-18.12.1.orig/plugins/libarchive/CMakeLists.txt 2019-01-06 
08:43:24.000000000 +0100
++++ ark-18.12.1/plugins/libarchive/CMakeLists.txt      2019-01-11 
23:09:46.250523166 +0100
 @@ -6,10 +6,15 @@
  
  ########### next target ###############
@@ -75,10 +75,10 @@
  target_link_libraries(kerfuffle_libarchive_readonly ${LibArchive_LIBRARIES})
  target_link_libraries(kerfuffle_libarchive ${LibArchive_LIBRARIES})
  
-Index: 
ark-18.11.70git.20181106T220552~74c6c250/plugins/libarchive/readwritelibarchiveplugin.cpp
+Index: ark-18.12.1/plugins/libarchive/readwritelibarchiveplugin.cpp
 ===================================================================
---- 
ark-18.11.70git.20181106T220552~74c6c250.orig/plugins/libarchive/readwritelibarchiveplugin.cpp
     2018-11-07 06:49:19.386032165 +0100
-+++ 
ark-18.11.70git.20181106T220552~74c6c250/plugins/libarchive/readwritelibarchiveplugin.cpp
  2018-11-07 06:59:56.489937239 +0100
+--- ark-18.12.1.orig/plugins/libarchive/readwritelibarchiveplugin.cpp  
2019-01-06 08:43:24.000000000 +0100
++++ ark-18.12.1/plugins/libarchive/readwritelibarchiveplugin.cpp       
2019-01-11 23:09:46.370521785 +0100
 @@ -291,9 +291,11 @@
          ret = archive_write_add_filter_lrzip(m_archiveWriter.data());
          requiresExecutable = true;


Reply via email to