forked from pool/kdelibs4support
Accepting request 954243 from KDE:Frameworks5
KDE Frameworks 5.91 (forwarded request 954217 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/954243 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=100
This commit is contained in:
commit
7b6f11e944
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49ccf1989eb66f06414b62aeca9c82e35c6906e5a66549d3f9d880b76408ac7f
|
||||
size 3644376
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmHQV1YACgkQWNDuZIpI
|
||||
s7txvwgAhghe7zuM4Qi4btXDpu4RnPU2R9/raqmqSIqlkt0SwPXK0zmn7Rgqt1BO
|
||||
ilapTtnfSoIsPWZ0v1K3mC5XG5JChFOg1at8Jvf1RyFAo96ipD957TVCMJq3TRAi
|
||||
m5Tdltf5K/czsRigWsOfK3Ja+aJjAFIXp50faNzC1QBreg5g0z4sJT3wBFxWDhzD
|
||||
cslVAOn0Ncaa0cHzkCDrJ6F05bO+31tDnKG0bmnuJWPvl2fET8/dejDI8rRdJ7Jv
|
||||
wptPkw4FqH9siKgWf4wM24DIGjb++idId3dN7+B8+MBShjJhM7N2aXURMRTLBuXi
|
||||
BSv+ulFPGjpxcAdb2QEZhK4naUfMXg==
|
||||
=W2zz
|
||||
-----END PGP SIGNATURE-----
|
3
kdelibs4support-5.91.0.tar.xz
Normal file
3
kdelibs4support-5.91.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4f6448fc6d03801b8f0e440aecd12e299631ae375c5390b343719eb85374e38c
|
||||
size 3646812
|
11
kdelibs4support-5.91.0.tar.xz.sig
Normal file
11
kdelibs4support-5.91.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmH/kgoACgkQWNDuZIpI
|
||||
s7sQMAf9ErqCGBqVYXX/WGTt6GkzxzoO8F4axYHJyVZs3bz/mGYiR+O0mIFTYgTj
|
||||
Xe8i6zSjOJ35PJWkiwQvlzfROEp0kpXLxce2Iuq64Q8q+aRndPOc+c7fv8Ghrv8G
|
||||
AhkPurMAapo7G5KX3USlJnDwdQhgi+hse0CBNHVJOYpWylyqAqStgLVZ49QmYA4X
|
||||
pMuKTTAg+DdWsBUw/bYR7eMmDx8Jy3CYT/jYLcur6U1GsA/6b++nEOxtZNtjW4Uj
|
||||
Vb5UZa6bA3axjwuxQduUkykcb3fZ5Q9c2NVl+gnMcSaa6EhcNgkrDMdnVm4xD1zd
|
||||
STz3v60siOp+1o1VjFskZVWzp/wyDA==
|
||||
=sKFq
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Feb 6 10:16:55 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.91.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.91.0
|
||||
- Changes since 5.90.0:
|
||||
* Link against KF5::Auth
|
||||
* Also add the KAuth dependency in the CI metadata
|
||||
* find kf5auth
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 3 12:47:26 UTC 2022 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5KDELibs4Support5
|
||||
%define _tar_path 5.90
|
||||
%define _tar_path 5.91
|
||||
# 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.90.0
|
||||
Version: 5.91.0
|
||||
Release: 0
|
||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
||||
License: LGPL-2.1-or-later
|
||||
@ -41,6 +41,7 @@ BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: perl-URI
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: cmake(KF5Auth) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KDED) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Bookmarks) >= %{_kf5_bugfix_version}
|
||||
BuildRequires: cmake(KF5Completion) >= %{_kf5_bugfix_version}
|
||||
@ -253,9 +254,7 @@ KDEDIRS environment variable correctly. Development files.
|
||||
%{_kf5_libdir}/cmake/KF5KDELibs4Support/
|
||||
%{_kf5_libdir}/cmake/KF5KDE4Support/
|
||||
%{_kf5_libdir}/cmake/KDELibs4/
|
||||
%{_kf5_includedir}/kdelibs4support_version.h
|
||||
%{_kf5_includedir}/KDELibs4Support/
|
||||
%dir %{_kf5_includedir}/KDELibs4Support/
|
||||
%{_kf5_sharedir}/dbus-1/interfaces/kf5_org.freedesktop.PowerManagement.Inhibit.xml
|
||||
%{_kf5_sharedir}/dbus-1/interfaces/kf5_org.freedesktop.PowerManagement.xml
|
||||
%{_kf5_sharedir}/dbus-1/interfaces/kf5_org.kde.Solid.Networking.Client.xml
|
||||
|
Loading…
x
Reference in New Issue
Block a user