1
0
Fabian Vogt 2018-03-14 13:00:28 +00:00 committed by Git OBS Bridge
parent 34a51d025d
commit e000a90a86
4 changed files with 20 additions and 9 deletions

View File

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

View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Mon Mar 12 23:29:41 CET 2018 - lbeltrame@kde.org
- Update to 5.44.0
* New feature release
* For more details please see:
* https://www.kde.org/announcements/kde-frameworks-5.44.0.php
- Changes since 5.43.0:
* autotests: detect executables as shared libraries too
* Do not leak symbols of pimpl classes, protect with Q_DECL_HIDDEN
-------------------------------------------------------------------
Mon Feb 12 23:42:08 CET 2018 - lbeltrame@kde.org

View File

@ -18,13 +18,13 @@
%bcond_without lang
%define lname libKF5KDELibs4Support5
%define _tar_path 5.43
%define _tar_path 5.44
# 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: %global _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
Name: kdelibs4support
Version: 5.43.0
Version: 5.44.0
Release: 0
%define kf5_version %{version}
BuildRequires: NetworkManager-devel
@ -74,7 +74,7 @@ Recommends: %{name}-lang = %{version}
Provides: kde4support = %{version}
Obsoletes: kde4support < %{version}
Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
@ -99,7 +99,7 @@ KDEDIRS environment variable correctly.
%package -n kssl
Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: GPL-2.0+
License: GPL-2.0-or-later
Group: System/GUI/KDE
%description -n kssl
@ -120,7 +120,7 @@ KDEDIRS environment variable correctly.
%package -n %lname
Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: System/GUI/KDE
Requires: kded >= %{_kf5_bugfix_version}
@ -142,7 +142,7 @@ KDEDIRS environment variable correctly.
%package devel
Summary: Code and utilities to ease the transition to KDE Frameworks 5
License: LGPL-2.1+
License: LGPL-2.1-or-later
Group: Development/Libraries/KDE
Requires: %lname = %{version}
Requires: %{name} = %{version}