forked from pool/kcoreaddons
KDE Frameworks 5.46.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=166
This commit is contained in:
parent
dd5cbb63cb
commit
16f6897252
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:227de069484bdb6a8b57ebbdd0bc46e4ea445283c3c827690ee31f0e3dfaef97
|
|
||||||
size 351452
|
|
3
kcoreaddons-5.46.0.tar.xz
Normal file
3
kcoreaddons-5.46.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7fc0537d5b4388573a3fd332175fb8a4c4c466367cff298e63caf704fb58908d
|
||||||
|
size 350224
|
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun May 13 21:03:01 UTC 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.46.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.46.0.php
|
||||||
|
- Changes since 5.45.0:
|
||||||
|
* Use override
|
||||||
|
* [KUser] Check whether .face.icon is actually readable before returning it
|
||||||
|
* We need ";" for windows compiler (on last gcc it works without problem)
|
||||||
|
* Revert "Revert "Warning--""
|
||||||
|
* Fix pedantic warnings
|
||||||
|
* Revert "Warning--"
|
||||||
|
* Warning--
|
||||||
|
* KJob public signals
|
||||||
|
* Fix compiler warning under Clang
|
||||||
|
* [kcoreaddons] convert to new connect syntax
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 14 13:19:03 CEST 2018 - lbeltrame@kde.org
|
Sat Apr 14 13:19:03 CEST 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define lname libKF5CoreAddons5
|
%define lname libKF5CoreAddons5
|
||||||
%define _tar_path 5.45
|
%define _tar_path 5.46
|
||||||
# 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)
|
||||||
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
%{!?_kf5_bugfix_version: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||||
Name: kcoreaddons
|
Name: kcoreaddons
|
||||||
Version: 5.45.0
|
Version: 5.46.0
|
||||||
Release: 0
|
Release: 0
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
BuildRequires: extra-cmake-modules >= %{_tar_path}
|
||||||
|
Loading…
Reference in New Issue
Block a user