#1 Add libzip to BR for better performance with zip archives
Merged 5 years ago by rdieter. Opened 5 years ago by mattia.
Unknown source master  into  master

file modified
+5 -1
@@ -5,7 +5,7 @@

  Name:    ark

  Summary: Archive manager

  Version: 18.12.3

- Release: 1%{?dist}

+ Release: 2%{?dist}

  

  License: GPLv2+

  URL:     https://www.kde.org/applications/utilities/ark/
@@ -44,6 +44,7 @@

  BuildRequires: libappstream-glib

  BuildRequires: pkgconfig(libarchive)

  BuildRequires: pkgconfig(liblzma)

+ BuildRequires: pkgconfig(libzip)

  BuildRequires: qt5-qtbase-devel

  BuildRequires: zlib-devel

  
@@ -146,6 +147,9 @@

  

  

  %changelog

+ * Sat May 04 2019 Mattia Verga <mattia.verga@protonmail.com> - 18.12.3-2

+ - Add libzip to BR for better performance with zip archives

+ 

  * Fri Mar 08 2019 Rex Dieter <rdieter@fedoraproject.org> - 18.12.3-1

  - 18.12.3

  

libzip is required as BR to enable ark's libzip plugin, which will give better performance when working with zip archives.
See RHBZ#1706358 and KDE#407007

Pull-Request has been merged by rdieter

5 years ago