Accepting request 1008988 from KDE:Frameworks5
KDE Frameworks 5.99 (forwarded request 1008960 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/1008988 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=109
This commit is contained in:
commit
8c42550ea2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0ead944e9ada2adf8fde2724762dcb6ee265e6aa368b94b3147ce6c062cfde43
|
||||
size 3667136
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmMV9QwACgkQWNDuZIpI
|
||||
s7v1mAf/fRftWV8WMsB2VaOCuY1WSHr8rfpw3Hve3pJeNkEHTQMiX+qeew1tMHSg
|
||||
wOxji6Z3stx51pdGImgsOtjMP0S5DBTLsYnhJk4xWixflM+7QTl1XPn+5i2S/2WY
|
||||
gjP6po0f5MmwlWrdcawuYJW8e8q+PMUcoof5y/Vb83k27wloqJZg4fuxEwIJ5b5P
|
||||
HINnL38NtsuiChWiOyS/5VoppsvuhL5nguRHojGQSdlufram8LnAft5114BRSfKU
|
||||
ox29p8scVMWp8yFLWgn3nJkybESP/eNKU6O6AZMFupCE+YUjKUacfKcG5HBd2pMo
|
||||
eD26CIY3QppmYfY3FDlS8pg+wUXW0Q==
|
||||
=2bkY
|
||||
-----END PGP SIGNATURE-----
|
3
kdelibs4support-5.99.0.tar.xz
Normal file
3
kdelibs4support-5.99.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0535c7ca1184e7d75e28c630911b640e533782120691510217b293a8143e8d1c
|
||||
size 3667732
|
11
kdelibs4support-5.99.0.tar.xz.sig
Normal file
11
kdelibs4support-5.99.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmM4VWMACgkQWNDuZIpI
|
||||
s7tl0Af/VmPeaSV8P7o/bXDjWXdmaEIpgdFV2a769usEarWorLoPkZp8GTNXod3X
|
||||
vAO3zeGGpsSB99RZv/lWUmxWOZMLy7tyHiDqEI78TxgHRVnDKQxqh4tPuWZVzBvb
|
||||
aV21W4un+RzGev71CYho5GEmu7SduuXZQgSqhHV14cKX36Yh+OJcjZJXQw/SkkjK
|
||||
NySE84EpVB/7bHS1RXafw+jj8SDQNp2ksRrGkSzEymrPb5RGnIB3aDzytRLLmaNs
|
||||
A/t3m8v/3ZEOIrUAgOv75VXR1BLDpf11l/09jV7uPEReLU0lKF1cmfDoHdERN2EX
|
||||
Y1fWTTvU6NmtLb0qBQQYeQWNBAEHYw==
|
||||
=Y+k/
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 1 15:55:40 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.99.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.99.0
|
||||
- No code change since 5.98.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 6 07:16:54 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5KDELibs4Support5
|
||||
%define _tar_path 5.98
|
||||
%define _tar_path 5.99
|
||||
# Full KF5 version (e.g. 5.33.0)
|
||||
%{!?_kf5_version: %global _kf5_version %{version}}
|
||||
# Last major and minor KF5 version (e.g. 5.33)
|
||||
%{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without released
|
||||
Name: kdelibs4support
|
||||
Version: 5.98.0
|
||||
Version: 5.99.0
|
||||
Release: 0
|
||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||
License: LGPL-2.1-or-later
|
||||
@ -200,17 +200,13 @@ KDEDIRS environment variable correctly. Development files.
|
||||
%kf5_makeinstall -C build
|
||||
%fdupes %{buildroot}
|
||||
|
||||
%if %{with released}
|
||||
%find_lang %{name} --with-man --all-name
|
||||
%{kf5_find_htmldocs}
|
||||
%endif
|
||||
|
||||
%post -n %{lname} -p /sbin/ldconfig
|
||||
%postun -n %{lname} -p /sbin/ldconfig
|
||||
|
||||
%if %{with released}
|
||||
%files lang -f %{name}.lang
|
||||
%endif
|
||||
|
||||
%files
|
||||
%{_kf5_bindir}/kdebugdialog5
|
||||
|
Loading…
Reference in New Issue
Block a user