forked from pool/kcoreaddons
KDE Frameworks 5.54.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kcoreaddons?expand=0&rev=185
This commit is contained in:
parent
3e1bf45101
commit
5b807d50b4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:53edb1b9b336db5b17c8bbea2de6ce0a15387618dc778ddea6b9eb740e8c30a3
|
||||
size 352408
|
3
kcoreaddons-5.54.0.tar.xz
Normal file
3
kcoreaddons-5.54.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e9e8d033b912345d2b5eca7d1cddc4e3b3ce758539f6378fb248222d0d3a47d8
|
||||
size 359608
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 14 06:08:43 UTC 2019 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.54.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.54.0.php
|
||||
- Changes since 5.53.0:
|
||||
* Use for(...:...) + initialize variables
|
||||
* cmake macros: Port away from deprecated ECM var in kcoreaddons_add_plugin (kde#401888)
|
||||
* make units and prefixes of formatValue translatable
|
||||
* make it build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 09 19:53:38 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package kcoreaddons
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
%define lname libKF5CoreAddons5
|
||||
%define _tar_path 5.53
|
||||
%define _tar_path 5.54
|
||||
# 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.53.1
|
||||
Version: 5.54.0
|
||||
Release: 0
|
||||
Summary: Utilities for core application functionality and accessing the OS
|
||||
License: LGPL-2.1-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user