SHA256
1
0
forked from pool/kio

Accepting request 264918 from KDE:Frameworks5

Update to 5.5.0, please merge with Qt 5.4 submit, thanks.

OBS-URL: https://build.opensuse.org/request/show/264918
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=13
This commit is contained in:
Stephan Kulow 2014-12-21 10:58:57 +00:00 committed by Git OBS Bridge
commit bd046a959e
4 changed files with 24 additions and 6 deletions

View File

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

3
kio-5.5.0.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f9c6f7683ca560bd6242e353d9db22f80d428367034b6c4983c1c4b1964c78f
size 2335012

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Dec 6 12:53:48 UTC 2014 - hrvoje.senjan@gmail.com
- Update to 5.5.0
* Fix Size columns being empty in the KFileWidget detailed views
* Do not drop ASN passed to KRun when executing desktop files
* Fix passing of DESKTOP_STARTUP_ID to child process in kioexec
* Fix compilation with Qt 5.2, which also fixes a race condition
* KFileItem: cleanup overlay icon usage
* Implement back/forward side mouse buttons
to navigate in the history
* Allow user to cancel out of the certificate
accept duration dialog box.
* For more details please see:
https://www.kde.org/announcements/kde-frameworks-5.5.0.php
- Added pkgconfig(Qt5X11Extras) BuildRequires
-------------------------------------------------------------------
Sun Nov 2 17:47:30 UTC 2014 - hrvoje.senjan@gmail.com

View File

@ -17,11 +17,11 @@
Name: kio
Version: 5.4.0
Version: 5.5.0
Release: 0
%define kf5_version %{version}
BuildRequires: cmake >= 2.8.12
BuildRequires: extra-cmake-modules >= 1.4.0
BuildRequires: extra-cmake-modules >= 1.5.0
BuildRequires: fdupes
BuildRequires: karchive-devel >= %{kf5_version}
BuildRequires: kbookmarks-devel >= %{kf5_version}
@ -55,6 +55,7 @@ BuildRequires: pkgconfig(Qt5Network) >= 5.2.0
BuildRequires: pkgconfig(Qt5Script) >= 5.2.0
BuildRequires: pkgconfig(Qt5Test) >= 5.2.0
BuildRequires: pkgconfig(Qt5Widgets) >= 5.2.0
BuildRequires: pkgconfig(Qt5X11Extras) >= 5.2.0
BuildRequires: pkgconfig(Qt5Xml) >= 5.2.0
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(x11)
@ -66,7 +67,7 @@ Summary: Network transparent access to files and data
License: LGPL-2.1+
Group: System/GUI/KDE
Url: http://www.kde.org
Source: http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
Source: http://download.kde.org/stable/frameworks/5.5/%{name}-%{version}.tar.xz
Source1: baselibs.conf
BuildRoot: %{_tmppath}/%{name}-%{version}-build