diff --git a/karchive-5.62.0.tar.xz b/karchive-5.62.0.tar.xz deleted file mode 100644 index 50615dc..0000000 --- a/karchive-5.62.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:99980ebdc16dd9ac062fcfda0974c0ce894c09a395caf914518646ffdc48e3ca -size 458752 diff --git a/karchive-5.62.0.tar.xz.sig b/karchive-5.62.0.tar.xz.sig deleted file mode 100644 index 846f180..0000000 --- a/karchive-5.62.0.tar.xz.sig +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zz00ACgkQWNDuZIpI -s7vBDwf9HfK5lHbgRvsPn9WucuobUkfXCQ7i9nvFdRiHoRyq4Lc/4+UQKpMq19nt -2xqgIAXUlFMSMw1Mb3mOouHUWFZDHtopLD93HOVdr1J3wiCY7WNOWPDrvuj6GgY4 -cKsR/IyPG4R5WG3qAYQtmTqNpt6mRvGCl0+yoqF9PUzw2jz+ERRLbkxYQG0ELnSv -lOft3n+bEjj+LSyzhLOLx8aTgorF4iXrxhZ4chF5ymjZ0AwFHtZOlqdhy89IZFR2 -ywdQUzZ5RKByzn4X23lawXm13B9Y90thPA5KxXC22PPHm3WNBRQjmkP67H5Fx+bm -gsk2U2JPQmwtl90tWUBiP4kYXpOwhw== -=hpQi ------END PGP SIGNATURE----- diff --git a/karchive-5.63.0.tar.xz b/karchive-5.63.0.tar.xz new file mode 100644 index 0000000..11645c9 --- /dev/null +++ b/karchive-5.63.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa733531ddc6059eb92d4eaceb5b84177ee832e9303afdf229bf25da979ffe7a +size 458508 diff --git a/karchive-5.63.0.tar.xz.sig b/karchive-5.63.0.tar.xz.sig new file mode 100644 index 0000000..b244729 --- /dev/null +++ b/karchive-5.63.0.tar.xz.sig @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZySQACgkQWNDuZIpI +s7sI2Af/fuer4mztD2vP569mBMu6EqahiP5ExqB//3Ds/bruusYlukd/4XcJ1tGc +YQA3cKjn9K3Ti12mBMS8KlB7dy5DdeztmzfD5+zQEz9bXU+XetnUHmvp6inKwntj +mpYTMsVsCry4nCI0MmFdDTRI5iuw26CgMn2wpnrXM9LU2sR9RV799Ia+F8OSTBZd +ktW/gBY0zArDGFN/FNY9iav4VURTuiA7quPzfR9bjU/L0yHeOflwM9lUMxkMcI9o +snrGTekVkessnIv6z83wBx3tpGob0xLPrqxwMwajL8MkOk7xetOUnXcRSGi0VZb7 +HbKXlZdmBRO8NAZrn4LWv5LVjGBO5A== +=s+JG +-----END PGP SIGNATURE----- diff --git a/karchive.changes b/karchive.changes index 699a1cf..1ea76eb 100644 --- a/karchive.changes +++ b/karchive.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sun Oct 6 13:26:16 UTC 2019 - Christophe Giboudeaux + +- Update to 5.63.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/kde-frameworks-5.63.0.php +- Changes since 5.62.0: + * Port away from deprecated methods in Qt 5.14 + ------------------------------------------------------------------- Sat Sep 7 20:36:29 UTC 2019 - Christophe Giboudeaux diff --git a/karchive.spec b/karchive.spec index 9cc224d..7167d4c 100644 --- a/karchive.spec +++ b/karchive.spec @@ -17,7 +17,7 @@ %define lname libKF5Archive5 -%define _tar_path 5.62 +%define _tar_path 5.63 # Full KF5 version (e.g. 5.33.0) %{!?_kf5_version: %global _kf5_version %{version}} # Last major and minor KF5 version (e.g. 5.33) @@ -25,7 +25,7 @@ # Only needed for the package signature condition %bcond_without lang Name: karchive -Version: 5.62.0 +Version: 5.63.0 Release: 0 Summary: Qt 5 addon providing access to numerous types of archives License: LGPL-2.1-or-later @@ -37,12 +37,12 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}- Source2: frameworks.keyring %endif Source99: baselibs.conf -BuildRequires: cmake >= 3.0 +BuildRequires: cmake >= 3.5 BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: pkgconfig -BuildRequires: cmake(Qt5Core) >= 5.6.0 +BuildRequires: cmake(Qt5Core) >= 5.11.0 BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(zlib) @@ -71,7 +71,7 @@ Summary: Qt 5 addon providing access to numerous types of archives: Build Group: Development/Libraries/KDE Requires: %{lname} = %{version} Requires: extra-cmake-modules -Requires: cmake(Qt5Core) >= 5.6.0 +Requires: cmake(Qt5Core) >= 5.11.0 %description devel KArchive provides classes for easy reading, creation and manipulation of