SHA256
1
0
forked from pool/karchive
Christophe Giboudeaux 2019-10-11 12:55:47 +00:00 committed by Git OBS Bridge
parent a7a7287b7c
commit b46656e1d7
6 changed files with 29 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:99980ebdc16dd9ac062fcfda0974c0ce894c09a395caf914518646ffdc48e3ca
size 458752

View File

@ -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-----

3
karchive-5.63.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa733531ddc6059eb92d4eaceb5b84177ee832e9303afdf229bf25da979ffe7a
size 458508

View File

@ -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-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Oct 6 13:26:16 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- 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 <christophe@krop.fr> Sat Sep 7 20:36:29 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Archive5 %define lname libKF5Archive5
%define _tar_path 5.62 %define _tar_path 5.63
# Full KF5 version (e.g. 5.33.0) # Full KF5 version (e.g. 5.33.0)
%{!?_kf5_version: %global _kf5_version %{version}} %{!?_kf5_version: %global _kf5_version %{version}}
# Last major and minor KF5 version (e.g. 5.33) # Last major and minor KF5 version (e.g. 5.33)
@ -25,7 +25,7 @@
# Only needed for the package signature condition # Only needed for the package signature condition
%bcond_without lang %bcond_without lang
Name: karchive Name: karchive
Version: 5.62.0 Version: 5.63.0
Release: 0 Release: 0
Summary: Qt 5 addon providing access to numerous types of archives Summary: Qt 5 addon providing access to numerous types of archives
License: LGPL-2.1-or-later License: LGPL-2.1-or-later
@ -37,12 +37,12 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
Source2: frameworks.keyring Source2: frameworks.keyring
%endif %endif
Source99: baselibs.conf Source99: baselibs.conf
BuildRequires: cmake >= 3.0 BuildRequires: cmake >= 3.5
BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version} BuildRequires: extra-cmake-modules >= %{_kf5_bugfix_version}
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: cmake(Qt5Core) >= 5.6.0 BuildRequires: cmake(Qt5Core) >= 5.11.0
BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
@ -71,7 +71,7 @@ Summary: Qt 5 addon providing access to numerous types of archives: Build
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
Requires: %{lname} = %{version} Requires: %{lname} = %{version}
Requires: extra-cmake-modules Requires: extra-cmake-modules
Requires: cmake(Qt5Core) >= 5.6.0 Requires: cmake(Qt5Core) >= 5.11.0
%description devel %description devel
KArchive provides classes for easy reading, creation and manipulation of KArchive provides classes for easy reading, creation and manipulation of