forked from pool/kcoreaddons
Next try
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=208
This commit is contained in:
parent
6bad384cca
commit
7f942335b3
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3819e2792a2e61444e337cd1a4cbdc362c18810918376eefc30b203fbd160b41
|
||||
size 370692
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl1zy94ACgkQWNDuZIpI
|
||||
s7s5Igf9H4JYyYw/Aeze/1JkB6bk+pkjI7zQCNB+HfV0RriPIdl4Ftou7MNEqaWQ
|
||||
7YyuWmQUa/N+dW7BlKMkWJiSkeJhMpCjUjo6dbGYGsf4g1alJHKpGpIZA5flkhCa
|
||||
ezyz9QKfVRa1w6eLeVRwbyr/uXuGgPHUgM9yCCtUH1l4Rtx9PnyKBJud4uk1kw2K
|
||||
Lk3bVyZeHGZETXEjpIXLZeo3Ot8BhAmZSczKedRBPZoGhGxOHBcJ7yyGynogMDVS
|
||||
2tK7XoPSWgMMHtrP8lyGDp+IWKuCPf33houepa4Dkv23WZGdwzkoRLMpHYaGc4eN
|
||||
x5HE0G8f60t/bSHBgbuHuEpvpcDoew==
|
||||
=bqsz
|
||||
-----END PGP SIGNATURE-----
|
3
kcoreaddons-5.63.0.tar.xz
Normal file
3
kcoreaddons-5.63.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4d6e76e2a191b7a4c5f46b4cf8ed14edee25eb4357a82b1dc8f4753d1d47c5f0
|
||||
size 374680
|
11
kcoreaddons-5.63.0.tar.xz.sig
Normal file
11
kcoreaddons-5.63.0.tar.xz.sig
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEU+a0e0XOo+DVt0V3WNDuZIpIs7sFAl2ZyUQACgkQWNDuZIpI
|
||||
s7v50Af+Pj262nxwTzpU7EhJY2X41F2NpMrh0xvEHOYB5THxd1vEea4G/Gv9NtPY
|
||||
+6tA+4VAAtKrkG4KTse1jfTso8fm9r0QeQvHloucNtfzQAY/seUTddQtloJ9DsEM
|
||||
kEEAnhOOTEBJaK09QxJQe7nr+N6GOzRBZWjlppp7pprS+KIpINh35/lKfrwyG/eh
|
||||
hf2bqTQzRKniupvAgxnF5xMAVK3v99omrNjyquUPxLFjgrzA5601kFvT0ff2+JwU
|
||||
A7G/g0773uiJEB0250pFZ86RqQmQXEOOkxWX2rRxJcCwDab8VEFHDBuVzfRUmg58
|
||||
FGKjLNQEnX5kt2csyP3canjz0dvJMA==
|
||||
=G6Hi
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,12 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Oct 6 13:26:23 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
- Update to 5.63.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.63.0.php
|
||||
- Too many changes to list here.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Sep 7 20:36:35 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
|
||||
|
||||
|
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5CoreAddons5
|
||||
%define _tar_path 5.62
|
||||
%define _tar_path 5.63
|
||||
# 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: kcoreaddons
|
||||
Version: 5.62.0
|
||||
Version: 5.63.0
|
||||
Release: 0
|
||||
Summary: Utilities for core application functionality and accessing the OS
|
||||
License: LGPL-2.1-or-later
|
||||
@ -36,15 +36,15 @@ Source1: https://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-
|
||||
Source2: frameworks.keyring
|
||||
%endif
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: cmake >= 3.0
|
||||
BuildRequires: cmake >= 3.5
|
||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: kf5-filesystem
|
||||
BuildRequires: shared-mime-info
|
||||
BuildRequires: cmake(Qt5Core) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5Core) >= 5.11.0
|
||||
Requires: shared-mime-info
|
||||
%if %{with lang}
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.6.0
|
||||
BuildRequires: cmake(Qt5LinguistTools) >= 5.11.0
|
||||
%endif
|
||||
Recommends: %{name}-lang = %{version}
|
||||
|
||||
@ -72,7 +72,7 @@ Group: Development/Libraries/KDE
|
||||
Requires: %{lname} = %{version}
|
||||
Requires: %{name} = %{version}
|
||||
Requires: extra-cmake-modules
|
||||
Requires: cmake(Qt5Core) >= 5.6.0
|
||||
Requires: cmake(Qt5Core) >= 5.11.0
|
||||
|
||||
%description devel
|
||||
KCoreAddons provides classes built on top of QtCore to perform various tasks
|
||||
|
Loading…
x
Reference in New Issue
Block a user