KDE Frameworks 5.39 checkin
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=201
This commit is contained in:
parent
b29d22fdbe
commit
81a4c8a4b8
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f43ab29c0ab51c78bd323e57fa6bba4aedf2d26d70df973b7ef7c80c9fc81597
|
|
||||||
size 3086436
|
|
3
kio-5.39.0.tar.xz
Normal file
3
kio-5.39.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:96cbea5aba34b4e1b0df5ecfb4aaf65ff324341fb00f99796146536557232f24
|
||||||
|
size 3093732
|
13
kio.changes
13
kio.changes
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 23 06:41:41 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
- Update to 5.39.0
|
||||||
|
* New feature release
|
||||||
|
* For more details please see:
|
||||||
|
* https://www.kde.org/announcements/kde-frameworks-5.39.0.php
|
||||||
|
- Changes since 5.38.0:
|
||||||
|
* kioexec: Watch the file when it has finished copying (kde#384500)
|
||||||
|
* Make the string translatable
|
||||||
|
* KFileItemDelegate: Always reserve space for icons (kde#372207)
|
||||||
|
* Show kioslave names in the debug output
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Sep 12 07:11:17 CEST 2017 - lbeltrame@kde.org
|
Tue Sep 12 07:11:17 CEST 2017 - lbeltrame@kde.org
|
||||||
|
|
||||||
|
4
kio.spec
4
kio.spec
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
%bcond_without lang
|
%bcond_without lang
|
||||||
%define _tar_path 5.38
|
%define _tar_path 5.39
|
||||||
# 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: kio
|
Name: kio
|
||||||
Version: 5.38.0
|
Version: 5.39.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define kf5_version %{version}
|
%define kf5_version %{version}
|
||||||
BuildRequires: cmake >= 3.0
|
BuildRequires: cmake >= 3.0
|
||||||
|
Loading…
Reference in New Issue
Block a user