Accepting request 259965 from KDE:Frameworks5
Update to 5.4.0 OBS-URL: https://build.opensuse.org/request/show/259965 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kio?expand=0&rev=12
This commit is contained in:
commit
ca642e7b65
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:073c2249281cc40f463de043fedf2da333dbc8c4a6d5f4a153cf3d3008d4f097
|
||||
size 2306760
|
3
kio-5.4.0.tar.xz
Normal file
3
kio-5.4.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5234abb3a7a583c12eeab55c77d2465617a823664688daaf90a8c150116f69d
|
||||
size 2325432
|
23
kio.changes
23
kio.changes
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 2 17:47:30 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 5.4.0
|
||||
* New job KIO::mkpath()
|
||||
* New job KIO::PasteJob, handles pasting+dropping URLs and data;
|
||||
KIO::paste replaces KIO::pasteClipboard
|
||||
* New function KIO::pasteActionText, to handle the paste action
|
||||
* When clicking on a script or desktop file in a file manager,
|
||||
let the user choose between executing and vieweing as text
|
||||
* KUrlRequester: fixing handling of start directory
|
||||
* Offer also overwrite option when copying multiple files and
|
||||
there is a conflict (regression compared to kdelibs4)
|
||||
* KDirLister: do not kill+restart running update jobs.
|
||||
* KDirLister: don't emit refreshItems for items that
|
||||
haven't changed.
|
||||
* Prevent incorrect disk full error messages on mounts where we
|
||||
cannot determine the amount of free space.
|
||||
* Fix running the file type editor
|
||||
* For more details please see:
|
||||
https://www.kde.org/announcements/kde-frameworks-5.4.0.php
|
||||
- Added kinit Recommends
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 4 17:59:52 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
|
27
kio.spec
27
kio.spec
@ -17,11 +17,11 @@
|
||||
|
||||
|
||||
Name: kio
|
||||
Version: 5.3.0
|
||||
Version: 5.4.0
|
||||
Release: 0
|
||||
%define kf5_version %{version}
|
||||
BuildRequires: cmake >= 2.8.12
|
||||
BuildRequires: extra-cmake-modules >= 1.3.0
|
||||
BuildRequires: extra-cmake-modules >= 1.4.0
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: karchive-devel >= %{kf5_version}
|
||||
BuildRequires: kbookmarks-devel >= %{kf5_version}
|
||||
@ -60,11 +60,13 @@ BuildRequires: pkgconfig(openssl)
|
||||
BuildRequires: pkgconfig(x11)
|
||||
Recommends: %{name}-lang = %{version}
|
||||
Recommends: kio-extras5
|
||||
# KIO/FileDialog uses klauncher directly, but we can't add Requires, as that would introduce dep cycle
|
||||
Recommends: kinit
|
||||
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/%{version}/%{name}-%{version}.tar.xz
|
||||
Source: http://download.kde.org/stable/frameworks/5.4/%{name}-%{version}.tar.xz
|
||||
Source1: baselibs.conf
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
@ -105,13 +107,18 @@ Development files.
|
||||
%fdupes -s %{buildroot}
|
||||
|
||||
%find_lang %{name}5 %{name}5.lang
|
||||
%find_lang kcm_webshortcuts %{name}5.lang
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
%postun -p /sbin/ldconfig
|
||||
|
||||
%files lang -f %{name}5.lang
|
||||
%defattr(-,root,root)
|
||||
%doc %lang(it) %{_kf5_mandir}/it
|
||||
%doc %lang(nl) %{_kf5_mandir}/nl
|
||||
%doc %lang(pt_BR) %{_kf5_mandir}/pt_BR
|
||||
%doc %lang(sv) %{_kf5_mandir}/sv
|
||||
%doc %lang(uk) %{_kf5_mandir}/uk
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
@ -137,6 +144,10 @@ Development files.
|
||||
%{_kf5_libexecdir}/kioslave
|
||||
%{_kf5_libexecdir}/kioexec
|
||||
%{_kf5_notifydir}/proxyscout.notifyrc
|
||||
%doc %lang(en) %{_kf5_mandir}/*/kcookiejar5.*
|
||||
%dir %{_kf5_htmldir}/en
|
||||
%dir %{_kf5_htmldir}
|
||||
%doc %lang(en) %{_kf5_htmldir}/en/*/
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
@ -145,13 +156,7 @@ Development files.
|
||||
%{_kf5_libdir}/libKF5KIOFileWidgets.so
|
||||
%{_kf5_libdir}/libKF5KIONTLM.so
|
||||
%{_kf5_libdir}/cmake/KF5KIO/
|
||||
%{_kf5_includedir}/*.h
|
||||
%dir %{_kf5_includedir}/*/
|
||||
%{_kf5_includedir}/*/
|
||||
%{_kf5_mandir}/man8/kcookiejar5.*
|
||||
%dir %{_kf5_htmldir}/en
|
||||
%dir %{_kf5_htmldir}
|
||||
%{_kf5_htmldir}/en/kioslave5/
|
||||
%{_kf5_includedir}/
|
||||
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KDirNotify.xml
|
||||
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KPasswdServer.xml
|
||||
%{_kf5_dbusinterfacesdir}/kf5_org.kde.KSlaveLauncher.xml
|
||||
|
Loading…
Reference in New Issue
Block a user