forked from pool/kcontacts
Accepting request 919180 from KDE:Frameworks5
baselibs.conf removed (almost) everywhere (forwarded request 919083 from cgiboudeaux) OBS-URL: https://build.opensuse.org/request/show/919180 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kcontacts?expand=0&rev=72
This commit is contained in:
commit
9d20c330b7
@ -1,3 +0,0 @@
|
||||
libKF5Contacts5
|
||||
kcontacts-devel
|
||||
requires "libKF5Contacts5-<targettype> = <version>"
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:134d0b10a17d386d00cfe25616e6410688e0f711dbbb52d992470ad31c82421e
|
||||
size 543896
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmENBUgACgkQWNDuZIpI
|
||||
s7tnRggAj7PmX8Ir75Vw5RCV5P4vQ6D/cOKNK6H5b5ry9kJiXahi8Aer7v+zYOCm
|
||||
/PI+0aak8wpcOEe0blms0PT3pruCkHwyb0VkRfx0LuvOeN18wZapiPFU1wGSqxnm
|
||||
SvuYoxu1bxShKBbah3H9GeAjUbFapn81S8PlraxFKcso1Sc83Swv/jf5OoF5QRK6
|
||||
MFVHEPGp9eI4WJCdBjCLk2KT1vJCX1Oc/VcajchPKQMY0AVd1of0sg6e+shT7/pg
|
||||
SkAyOLFCUkNdSYRURjiAUeemezhUikWM37MKHj161wwf6JLYnikQlaqyx3RaIBnt
|
||||
PpkcuuMFY91cxk3YHSUhEbzEobn/dQ==
|
||||
=4awc
|
||||
-----END PGP SIGNATURE-----
|
3
kcontacts-5.86.0.tar.xz
Normal file
3
kcontacts-5.86.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:81b5bc05d6ff721cc16f92938dda505a1e0ba5c46c557e37f981b65309fdb3a3
|
||||
size 543892
|
11
kcontacts-5.86.0.tar.xz.sig
Normal file
11
kcontacts-5.86.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAmEz2LkACgkQWNDuZIpI
|
||||
s7utrgf+I9XV5rGW7dr1LQLTy1uX+P5MYmmo6n7JoWG7bSrYIHuQZSVMhs0DVfT/
|
||||
8ThTNOMC3drJa/j7iqmTDr4EkPw2+2hwXTOcWbuWv4tbIJGKfCfUXEIsBcoBomN3
|
||||
ZaNWSuq/ChB+6FtMCl8c8AW9VFlez+hI0Za49Z9aiDDgeOy76e9PJZhy/WZvjeLx
|
||||
9jQukL1cxEOzP8Zj0AtssTg8pJEYbBtB7hSuY0JLLPxYoIDFMIXHOJVv8mBhp1eb
|
||||
3PhKrAh9fdMv/rOjGlLQLhOSu/6qbfijEkxluS9eAFzypkMOAO4CqKe8I40l0cQW
|
||||
gLGKWjhU4XRpqQlo6/aUtao0B7oxIw==
|
||||
=hhqY
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 15 08:24:00 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Drop the unneeded baselibs.conf.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 6 06:21:57 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.86.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://kde.org/announcements/frameworks/5/5.86.0
|
||||
- Changes since 5.85.0:
|
||||
* Port from QStringRef (deprecated) to QStringView
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 6 12:11:49 UTC 2021 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -16,14 +16,14 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.85
|
||||
%define _tar_path 5.86
|
||||
# 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 lang
|
||||
Name: kcontacts
|
||||
Version: 5.85.0
|
||||
Version: 5.86.0
|
||||
Release: 0
|
||||
Summary: KDE Frameworks based address book API
|
||||
License: LGPL-2.1-or-later
|
||||
@ -34,7 +34,6 @@ Source: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
|
||||
Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz.sig
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: extra-cmake-modules >= %{_kf5_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: cmake(KF5Codecs) >= %{_kf5_version}
|
||||
|
Loading…
x
Reference in New Issue
Block a user