SHA256
1
0
forked from pool/kcoreaddons
Fabian Vogt 2019-01-14 13:31:16 +00:00 committed by Git OBS Bridge
parent 3e1bf45101
commit 5b807d50b4
4 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:53edb1b9b336db5b17c8bbea2de6ce0a15387618dc778ddea6b9eb740e8c30a3
size 352408

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e9e8d033b912345d2b5eca7d1cddc4e3b3ce758539f6378fb248222d0d3a47d8
size 359608

View File

@ -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 Sun Dec 09 19:53:38 UTC 2018 - lbeltrame@kde.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package kcoreaddons # 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 # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,14 +17,14 @@
%define lname libKF5CoreAddons5 %define lname libKF5CoreAddons5
%define _tar_path 5.53 %define _tar_path 5.54
# 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')} %{!?_kf5_bugfix_version: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
%bcond_without lang %bcond_without lang
Name: kcoreaddons Name: kcoreaddons
Version: 5.53.1 Version: 5.54.0
Release: 0 Release: 0
Summary: Utilities for core application functionality and accessing the OS Summary: Utilities for core application functionality and accessing the OS
License: LGPL-2.1-or-later License: LGPL-2.1-or-later