forked from pool/karchive
Accepting request 1064563 from KDE:Frameworks5
KDE Frameworks 5.103.0 (forwarded request 1063796 from krop) OBS-URL: https://build.opensuse.org/request/show/1064563 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/karchive?expand=0&rev=111
This commit is contained in:
commit
077b25cda1
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:40ecd08803b9951777eba0307aa98d879af78b0747d4f810ae8a63e76fcfd84a
|
|
||||||
size 1006616
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmO5SL4ACgkQWNDuZIpI
|
|
||||||
s7uxSgf+PDs2uQXwGvLjmFVqQwkZlIwa48sHXxG6V979WZQGZsG8yt0FnPTzIH87
|
|
||||||
wJAnYdbD8l16xsz/HtaENrhDrZMG8VKpPWhkoQyGTactCcY25lCaGdZGW/E+EAIl
|
|
||||||
fOj58VsHoRmmbeHkhhR0+XFv5Ulp5KJoWmfsPUv6Lai2ySVKp5T/I++OS+1Ac0bp
|
|
||||||
0kZgf4ZpZHrTt9UPcdRKP94l/kkKRJhgpAVn6CRUSn+LXan/mpIcsMkKnVi05EVH
|
|
||||||
UqcgCSiusNq/Zsl4A54OWIGdRE66kY++zE+vkhILDOVPeLMiQ7Alo6WRhL8p6VuM
|
|
||||||
B4wOYSG4y/K6/Ea8TLEqo/X8AzCSfg==
|
|
||||||
=Hglv
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
karchive-5.103.0.tar.xz
Normal file
3
karchive-5.103.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:372bdf691ddc43e663b5c6ca88b2c73fa0fac9ee8e3600b469f9b026c8dd1353
|
||||||
|
size 1008648
|
11
karchive-5.103.0.tar.xz.sig
Normal file
11
karchive-5.103.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmPfej0ACgkQWNDuZIpI
|
||||||
|
s7vCXgf/ZptJ2W82W32wK/hRx7RvMaoEQckoVJSl5itencD1R5IP0bQRCxbS8XDN
|
||||||
|
HMhIrFskOxPLBJHfgJWNs3oT88dv280OG3vNfQd9fOcSF4Wl+SWyvquNOEVjN9Xw
|
||||||
|
RRzbXOi6bicuM4fr1BP4EmRenV3QXhB3n0Gl6J8iVKXo3cNFw9K8WMgpzQUnq/lq
|
||||||
|
eQR+JAJJhQ+UTI/nKoGYuBMTs7GB6UUQdhCyLltmCZCvnrw3Yvix+rXxSmCZmfM0
|
||||||
|
3DvfqzuzaHy+ImReCXSFVTuJyAx6x2K94njBF7dB1SAIBbrXP7b/1lI/tgtNoaQN
|
||||||
|
i2IvQvmU2iVVj+BJl5HDcpN7tdWIYw==
|
||||||
|
=AFsg
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 8 09:12:40 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
- Update to 5.103.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://kde.org/announcements/frameworks/5/5.103.0
|
||||||
|
- Changes since 5.102.0:
|
||||||
|
* Limit size of file to be added by what the tar header supports
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 12 08:18:33 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
Thu Jan 12 08:18:33 UTC 2023 - Christophe Marin <christophe@krop.fr>
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libKF5Archive5
|
%define lname libKF5Archive5
|
||||||
%define _tar_path 5.102
|
%define _tar_path 5.103
|
||||||
# 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 released
|
%bcond_without released
|
||||||
Name: karchive
|
Name: karchive
|
||||||
Version: 5.102.0
|
Version: 5.103.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.0-or-later
|
License: LGPL-2.0-or-later
|
||||||
@ -92,8 +92,7 @@ GZip format, via a subclass of QIODevice. Development files
|
|||||||
|
|
||||||
%find_lang karchive5 --with-man --all-name --with-qt
|
%find_lang karchive5 --with-man --all-name --with-qt
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %{lname}
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %{lname}
|
%files -n %{lname}
|
||||||
%license LICENSES/*
|
%license LICENSES/*
|
||||||
|
Loading…
Reference in New Issue
Block a user