Hello community,

here is the log from the commit of package ark for openSUSE:Factory checked in 
at 2019-04-26 22:46:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ark (Old)
 and      /work/SRC/openSUSE:Factory/.ark.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ark"

Fri Apr 26 22:46:09 2019 rev:103 rq:696179 version:19.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/ark/ark.changes  2019-03-11 11:08:17.493736289 
+0100
+++ /work/SRC/openSUSE:Factory/.ark.new.5536/ark.changes        2019-04-26 
22:46:11.745589938 +0200
@@ -1,0 +2,33 @@
+Sat Apr 20 06:51:52 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.04.0.php
+- Changes since 19.03.90:
+  * Handle locked RAR archives (kde#368851)
+
+-------------------------------------------------------------------
+Tue Apr 09 20:54:37 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.03.90
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-rc.php
+- Changes since 19.03.80:
+  * clirar: Remove double backslashes in isPasswordPrompt()
+  * Fix progress info for CreateJob (kde#382599)
+
+-------------------------------------------------------------------
+Wed Mar 27 06:40:55 UTC 2019 - lbeltr...@kde.org
+
+- Update to 19.03.80
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/announce-applications-19.04-beta.php
+- Changes since 18.12.3:
+  * Too many changes to list here
+- Refreshed patches:
+  * lower-libarchive-minimum-version.patch
+
+-------------------------------------------------------------------

Old:
----
  ark-18.12.3.tar.xz

New:
----
  ark-19.04.0.tar.xz

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

Other differences:
------------------
++++++ ark.spec ++++++
--- /var/tmp/diff_new_pack.2dY7Lh/_old  2019-04-26 22:46:12.401589602 +0200
+++ /var/tmp/diff_new_pack.2dY7Lh/_new  2019-04-26 22:46:12.405589600 +0200
@@ -16,13 +16,13 @@
 #
 
 
-%define SOMAJOR 18
+%define SOMAJOR 19
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           ark
-Version:        18.12.3
+Version:        19.04.0
 Release:        0
 Summary:        KDE Archiver Tool
 License:        GPL-2.0-or-later

++++++ ark-18.12.3.tar.xz -> ark-19.04.0.tar.xz ++++++
++++ 29887 lines of diff (skipped)

++++++ lower-libarchive-minimum-version.patch ++++++
--- /var/tmp/diff_new_pack.2dY7Lh/_old  2019-04-26 22:46:12.953589320 +0200
+++ /var/tmp/diff_new_pack.2dY7Lh/_new  2019-04-26 22:46:12.953589320 +0200
@@ -13,10 +13,10 @@
  plugins/libarchive/readwritelibarchiveplugin.cpp |  4 ++++
  3 files changed, 24 insertions(+), 4 deletions(-)
 
-Index: ark-18.12.1/CMakeLists.txt
+Index: ark-19.03.60git.20190309T130535~a3bcf9be/CMakeLists.txt
 ===================================================================
---- 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
+--- ark-19.03.60git.20190309T130535~a3bcf9be.orig/CMakeLists.txt       
2019-03-09 13:05:35.000000000 +0100
++++ ark-19.03.60git.20190309T130535~a3bcf9be/CMakeLists.txt    2019-03-10 
13:58:11.297892991 +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 "https://www.libarchive.org/";
+                        URL "http://www.libarchive.org/";
                         DESCRIPTION "A library for dealing with a wide variety 
of archive file formats"
-Index: ark-18.12.1/plugins/libarchive/CMakeLists.txt
+Index: 
ark-19.03.60git.20190309T130535~a3bcf9be/plugins/libarchive/CMakeLists.txt
 ===================================================================
---- 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
+--- 
ark-19.03.60git.20190309T130535~a3bcf9be.orig/plugins/libarchive/CMakeLists.txt 
   2019-03-09 13:05:35.000000000 +0100
++++ ark-19.03.60git.20190309T130535~a3bcf9be/plugins/libarchive/CMakeLists.txt 
2019-03-10 13:58:11.297892991 +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.12.1/plugins/libarchive/readwritelibarchiveplugin.cpp
+Index: 
ark-19.03.60git.20190309T130535~a3bcf9be/plugins/libarchive/readwritelibarchiveplugin.cpp
 ===================================================================
---- 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
+--- 
ark-19.03.60git.20190309T130535~a3bcf9be.orig/plugins/libarchive/readwritelibarchiveplugin.cpp
     2019-03-09 13:05:35.000000000 +0100
++++ 
ark-19.03.60git.20190309T130535~a3bcf9be/plugins/libarchive/readwritelibarchiveplugin.cpp
  2019-03-10 13:58:11.305900052 +0100
 @@ -291,9 +291,11 @@
          ret = archive_write_add_filter_lrzip(m_archiveWriter.data());
          requiresExecutable = true;
@@ -101,5 +101,5 @@
          ret = archive_write_add_filter_lz4(m_archiveWriter.data());
 +#endif
  #ifdef HAVE_ZSTD_SUPPORT
-     } else if (filename().rightRef(3).compare(QLatin1String("zst"), 
Qt::CaseInsensitive)) {
+     } else if (filename().right(3).toUpper() == QLatin1String("ZST")) {
          qCDebug(ARK) << "Detected zstd compression for new file";


Reply via email to