KDE Frameworks 5.51
OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=236
This commit is contained in:
parent
a603f95959
commit
8015cc35fa
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:01423f94668756dc9f644c5ef93ace0b2e1624d7dd9483f9524bdf3c0855d2ae
|
||||
size 3166632
|
3
kio-5.51.0.tar.xz
Normal file
3
kio-5.51.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c083dfb537e50f143770f0b50665da3779969ee3a1e38ba08e6ed3cc5c921cc7
|
||||
size 3166752
|
15
kio.changes
15
kio.changes
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 16 08:02:19 UTC 2018 - Luca Beltrame <lbeltrame@kde.org>
|
||||
|
||||
- Run spec-cleaner
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 15 11:50:36 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
- Update to 5.51.0
|
||||
* New feature release
|
||||
* For more details please see:
|
||||
* https://www.kde.org/announcements/kde-frameworks-5.51.0.php
|
||||
- Changes since 5.50.0:
|
||||
* Too many changes to list here
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 13 21:58:45 UTC 2018 - lbeltrame@kde.org
|
||||
|
||||
|
9
kio.spec
9
kio.spec
@ -16,19 +16,19 @@
|
||||
#
|
||||
|
||||
|
||||
%define _tar_path 5.50
|
||||
%define _tar_path 5.51
|
||||
# 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: %define _kf5_bugfix_version %(echo %{_kf5_version} | awk -F. '{print $1"."$2}')}
|
||||
%bcond_without lang
|
||||
Name: kio
|
||||
Version: 5.50.0
|
||||
Version: 5.51.0
|
||||
Release: 0
|
||||
Summary: Network transparent access to files and data
|
||||
License: LGPL-2.1-or-later
|
||||
Group: System/GUI/KDE
|
||||
URL: http://www.kde.org
|
||||
URL: https://www.kde.org
|
||||
Source: http://download.kde.org/stable/frameworks/%{_tar_path}/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
# PATCH-FIX-OPENSUSE kio_help-fallback-to-kde4-docs.patch -- allow kio_help to see into kde4 documentation, needed especially for khelpcenter5
|
||||
@ -41,6 +41,7 @@ BuildRequires: kbookmarks-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kcompletion-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kconfigwidgets-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kcoreaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kcrash-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kdbusaddons-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kdoctools-devel >= %{_kf5_bugfix_version}
|
||||
BuildRequires: kf5-filesystem
|
||||
@ -195,11 +196,11 @@ Development files.
|
||||
%{_kf5_sharedir}/dbus-1/services/org.kde.kioexecd.service
|
||||
%dir %{_kf5_sharedir}/kconf_update/
|
||||
%{_kf5_sharedir}/kconf_update/filepicker.upd
|
||||
%{_kf5_debugdir}/kio.categories
|
||||
|
||||
%files
|
||||
%doc README*
|
||||
%license COPYING*
|
||||
%{_kf5_debugdir}/kio.categories
|
||||
%{_kf5_libdir}/libKF5KIOGui.so.*
|
||||
%{_kf5_libdir}/libKF5KIOWidgets.so.*
|
||||
%{_kf5_libdir}/libKF5KIOFileWidgets.so.*
|
||||
|
Loading…
Reference in New Issue
Block a user