SHA256
1
0
forked from pool/karchive

Accepting request 1035369 from KDE:Frameworks5

KDE Frameworks 5.100.0 (forwarded request 1034604 from cgiboudeaux)

OBS-URL: https://build.opensuse.org/request/show/1035369
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/karchive?expand=0&rev=108
This commit is contained in:
Dominique Leuenberger 2022-11-15 12:16:58 +00:00 committed by Git OBS Bridge
commit 4276893697
6 changed files with 33 additions and 16 deletions

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

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmNnmT8ACgkQWNDuZIpI
s7tlUQf+JLiAaXhW5EnzPU5pms1A2TaqWgUga6IlKqxVYSl3JSUlTd4yDx279aPZ
7LBWQJLkv0Ed30BzPjxSuzv/C4RzlFtsKKhHzqexnUYKko4BOQwhgX7cjBLutAep
KxfmYeqjQOStQz6Ce1iqlm+6MLE5Ne8GSlpEpaUvhPkSGoepgvwanX8W2O+lzCsh
k4ZK7+qeyeDaR7qTe6nNQw3/0DIx2XVHr1de0fv2LOmeZWXi+VeeWOEKUvIiArk8
buxri3qWPLGJfKMKCMXcjupXeTGedcrI82J425wSS5XhidttONXQpmQrklsRf9xm
ix/rXIwOERUusq3FchywQM8Dld9kCg==
=bt8t
-----END PGP SIGNATURE-----

View File

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

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VUIACgkQWNDuZIpI
s7tamAf+ItLMt4GepE1vhDD4Qx3H3FVlF9A1o7wMYs8Pg8/MTYVFNZqNqE514KgW
CQpA8I0z+sig8oR/6eoJZpKU2GjCPiq1Y+SEftx00dG/80MvBL2x2UC1ydGmB/IX
TrDMpReUWFjkkuzVGRzMsOPfTFIn7Qvao4zh/RneZUDxv1FUscH9UrPyi8wMqIpg
uNK57mBtwFt2g3sJQJpif4EZJo5axs5fYPKJhR151Yqn4fXAHxhtzZy2tq5X5x+0
M+RjPpr9pnsr3T6cixNQNG53qyJdthWIwhO8x8l8n0OH3O7lHQTB6DEwUp3+xVZ5
WUnXAZINvzcY7dVxuZgEnnOJsjPbMA==
=sb88
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Nov 8 08:34:52 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 5.100.0
* New feature release
* For more details please see:
* https://kde.org/announcements/frameworks/5/5.100.0
- Changes since 5.99.0:
* Make error messages translatable
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Oct 1 15:55:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr> Sat Oct 1 15:55:28 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -17,7 +17,7 @@
%define lname libKF5Archive5 %define lname libKF5Archive5
%define _tar_path 5.99 %define _tar_path 5.100
# 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.99.0 Version: 5.100.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
@ -41,6 +41,7 @@ BuildRequires: fdupes
BuildRequires: kf5-filesystem BuildRequires: kf5-filesystem
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: cmake(Qt5Core) >= 5.15.0 BuildRequires: cmake(Qt5Core) >= 5.15.0
BuildRequires: cmake(Qt5LinguistTools) > 5.15.0
BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(bzip2)
BuildRequires: pkgconfig(liblzma) BuildRequires: pkgconfig(liblzma)
BuildRequires: pkgconfig(zlib) BuildRequires: pkgconfig(zlib)
@ -65,6 +66,8 @@ KArchive provides classes for easy reading, creation and manipulation of
If also provides transparent compression and decompression of data, like the If also provides transparent compression and decompression of data, like the
GZip format, via a subclass of QIODevice. GZip format, via a subclass of QIODevice.
%lang_package -n %{lname}
%package devel %package devel
Summary: Qt 5 addon providing access to numerous types of archives: Build Environment Summary: Qt 5 addon providing access to numerous types of archives: Build Environment
Group: Development/Libraries/KDE Group: Development/Libraries/KDE
@ -90,6 +93,8 @@ GZip format, via a subclass of QIODevice. Development files
%kf5_makeinstall -C build %kf5_makeinstall -C build
%fdupes %{buildroot} %fdupes %{buildroot}
%find_lang karchive5 --with-man --all-name --with-qt
%post -n %{lname} -p /sbin/ldconfig %post -n %{lname} -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig %postun -n %{lname} -p /sbin/ldconfig
@ -100,6 +105,8 @@ GZip format, via a subclass of QIODevice. Development files
%{_kf5_debugdir}/*.renamecategories %{_kf5_debugdir}/*.renamecategories
%{_kf5_libdir}/libKF5Archive.so.* %{_kf5_libdir}/libKF5Archive.so.*
%files -n %{lname}-lang -f karchive5.lang
%files devel %files devel
%{_kf5_includedir}/ %{_kf5_includedir}/
%{_kf5_libdir}/cmake/KF5Archive/ %{_kf5_libdir}/cmake/KF5Archive/