forked from pool/kdelibs4support
KDE Frameworks 5.44.0
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kdelibs4support?expand=0&rev=165
This commit is contained in:
parent
34a51d025d
commit
e000a90a86
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9055714b63f2995c8d22c33683b3b7713016e5551ccb2502d6c3dbbbcd2093e7
|
|
||||||
size 3343312
|
|
3
kdelibs4support-5.44.0.tar.xz
Normal file
3
kdelibs4support-5.44.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:564e1ccb196119ab29c44cd606d0633a13875259576205a7608b5a9c80cfddb3
|
||||||
|
size 3345800
|
@ -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
|
Mon Feb 12 23:42:08 CET 2018 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define lname libKF5KDELibs4Support5
|
%define lname libKF5KDELibs4Support5
|
||||||
%define _tar_path 5.43
|
%define _tar_path 5.44
|
||||||
# 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: kdelibs4support
|
Name: kdelibs4support
|
||||||
Version: 5.43.0
|
Version: 5.44.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: NetworkManager-devel
|
BuildRequires: NetworkManager-devel
|
||||||
@ -74,7 +74,7 @@ Recommends: %{name}-lang = %{version}
|
|||||||
Provides: kde4support = %{version}
|
Provides: kde4support = %{version}
|
||||||
Obsoletes: kde4support < %{version}
|
Obsoletes: kde4support < %{version}
|
||||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
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
|
Group: System/GUI/KDE
|
||||||
Url: http://www.kde.org
|
Url: http://www.kde.org
|
||||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
|
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
|
%package -n kssl
|
||||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
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
|
Group: System/GUI/KDE
|
||||||
|
|
||||||
%description -n kssl
|
%description -n kssl
|
||||||
@ -120,7 +120,7 @@ KDEDIRS environment variable correctly.
|
|||||||
|
|
||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
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
|
Group: System/GUI/KDE
|
||||||
Requires: kded >= %{_kf5_bugfix_version}
|
Requires: kded >= %{_kf5_bugfix_version}
|
||||||
|
|
||||||
@ -142,7 +142,7 @@ KDEDIRS environment variable correctly.
|
|||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Code and utilities to ease the transition to KDE Frameworks 5
|
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
|
Group: Development/Libraries/KDE
|
||||||
Requires: %lname = %{version}
|
Requires: %lname = %{version}
|
||||||
Requires: %{name} = %{version}
|
Requires: %{name} = %{version}
|
||||||
|
Loading…
Reference in New Issue
Block a user