forked from pool/kdelibs4support
Accepting request 541649 from KDE:Frameworks5
KDE Frameworks 5.40.0 OBS-URL: https://build.opensuse.org/request/show/541649 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kdelibs4support?expand=0&rev=48
This commit is contained in:
commit
650d0ff09b
File diff suppressed because it is too large
Load Diff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d735000260d8565e812b96c81d510acef14f7b66e9fcbbd2d42711bd1bfcb20f
|
||||
size 3340204
|
3
kdelibs4support-5.40.0.tar.xz
Normal file
3
kdelibs4support-5.40.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9d7508aa6a72a186ba7d922e82ca49a5ac5d76e1fa02af995d17208128995df
|
||||
size 3341884
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 13 07:01:14 CET 2017 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.40.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.40.0.php
|
||||
- Changes since 5.39.0:
|
||||
* full docu for disableSessionManagement() replacement
|
||||
* Make kssl compile against OpenSSL 1.1.0 (kde#370223)
|
||||
* Add .arcconfig
|
||||
- Remove patches, now upstream:
|
||||
* 0001-Make-kssl-compile-against-OpenSSL-1.1.0.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 23 06:41:39 CEST 2017 - lbeltrame@kde.org
|
||||
|
||||
|
@ -18,13 +18,13 @@
|
||||
|
||||
%bcond_without lang
|
||||
%define lname libKF5KDELibs4Support5
|
||||
%define _tar_path 5.39
|
||||
%define _tar_path 5.40
|
||||
# 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.39.0
|
||||
Version: 5.40.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: NetworkManager-devel
|
||||
@ -79,8 +79,6 @@ Group: System/GUI/KDE
|
||||
Url: http://www.kde.org
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/portingAids/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
# PATCH-FIX-UPSTREAM
|
||||
Patch1: 0001-Make-kssl-compile-against-OpenSSL-1.1.0.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -193,7 +191,6 @@ KDEDIRS environment variable correctly. Development files.
|
||||
%lang_package
|
||||
%prep
|
||||
%setup -q
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
%cmake_kf5 -d build
|
||||
|
Loading…
Reference in New Issue
Block a user