From c55fc1765ac2c1e3c5e2bc76f2b07650cb242389f50d1ecb432126653b380bef Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 2 Nov 2014 18:08:34 +0000 Subject: [PATCH 1/6] 5.4.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=45 --- kio-5.3.0.tar.xz | 3 --- kio-5.4.0.tar.xz | 3 +++ kio.changes | 7 +++++++ kio.spec | 6 +++--- 4 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 kio-5.3.0.tar.xz create mode 100644 kio-5.4.0.tar.xz diff --git a/kio-5.3.0.tar.xz b/kio-5.3.0.tar.xz deleted file mode 100644 index f6c3008..0000000 --- a/kio-5.3.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:073c2249281cc40f463de043fedf2da333dbc8c4a6d5f4a153cf3d3008d4f097 -size 2306760 diff --git a/kio-5.4.0.tar.xz b/kio-5.4.0.tar.xz new file mode 100644 index 0000000..dc35fbb --- /dev/null +++ b/kio-5.4.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c852f21faa0b4b6cad9396c530d526868bcfaa865925ce03bbe79418739549d1 +size 2325420 diff --git a/kio.changes b/kio.changes index 501b56a..32661a8 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sun Nov 2 17:47:30 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 5.4.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.4.0.php + ------------------------------------------------------------------- Sat Oct 4 17:59:52 UTC 2014 - hrvoje.senjan@gmail.com diff --git a/kio.spec b/kio.spec index 9cfc634..af19c5b 100644 --- a/kio.spec +++ b/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} @@ -64,7 +64,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/%{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 From 517bf6670d5c5663598f31bcb7364a4953676e15852174c749beb7130b270d7c Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 2 Nov 2014 18:35:39 +0000 Subject: [PATCH 2/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=46 --- kio.changes | 1 + kio.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/kio.changes b/kio.changes index 32661a8..2b9ac2a 100644 --- a/kio.changes +++ b/kio.changes @@ -4,6 +4,7 @@ Sun Nov 2 17:47:30 UTC 2014 - hrvoje.senjan@gmail.com - Update to 5.4.0 * 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 diff --git a/kio.spec b/kio.spec index af19c5b..120e4f6 100644 --- a/kio.spec +++ b/kio.spec @@ -60,6 +60,8 @@ 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 From 64ec8d9ccd71420ed43309673dcbd513163ae5eee978d54441a99f9e6db478b7 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 2 Nov 2014 22:17:07 +0000 Subject: [PATCH 3/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=47 --- kio.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/kio.spec b/kio.spec index 120e4f6..34d60d5 100644 --- a/kio.spec +++ b/kio.spec @@ -107,7 +107,6 @@ Development files. %fdupes -s %{buildroot} %find_lang %{name}5 %{name}5.lang - %find_lang kcm_webshortcuts %{name}5.lang %post -p /sbin/ldconfig From 033cef372a7e700a5ae356cecb2de1194a3505eca564fad46530304ea0285c90 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 2 Nov 2014 22:34:35 +0000 Subject: [PATCH 4/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=48 --- kio.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/kio.spec b/kio.spec index 34d60d5..844862a 100644 --- a/kio.spec +++ b/kio.spec @@ -113,6 +113,12 @@ Development files. %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) @@ -138,6 +144,7 @@ Development files. %{_kf5_libexecdir}/kioslave %{_kf5_libexecdir}/kioexec %{_kf5_notifydir}/proxyscout.notifyrc +%doc %lang(en) %{_kf5_mandir}/*/kcookiejar5.* %files devel %defattr(-,root,root) @@ -146,10 +153,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.* +%{_kf5_includedir}/ %dir %{_kf5_htmldir}/en %dir %{_kf5_htmldir} %{_kf5_htmldir}/en/kioslave5/ From af1bf2bd5647e6c233e27e0df48593d3c48e3b594eb0453ed1e1fd032ab40f13 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 3 Nov 2014 00:05:40 +0000 Subject: [PATCH 5/6] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=49 --- kio-5.4.0.tar.xz | 4 ++-- kio.spec | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kio-5.4.0.tar.xz b/kio-5.4.0.tar.xz index dc35fbb..a81b57c 100644 --- a/kio-5.4.0.tar.xz +++ b/kio-5.4.0.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c852f21faa0b4b6cad9396c530d526868bcfaa865925ce03bbe79418739549d1 -size 2325420 +oid sha256:a5234abb3a7a583c12eeab55c77d2465617a823664688daaf90a8c150116f69d +size 2325432 diff --git a/kio.spec b/kio.spec index 844862a..761199a 100644 --- a/kio.spec +++ b/kio.spec @@ -145,6 +145,9 @@ Development files. %{_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) @@ -154,9 +157,6 @@ Development files. %{_kf5_libdir}/libKF5KIONTLM.so %{_kf5_libdir}/cmake/KF5KIO/ %{_kf5_includedir}/ -%dir %{_kf5_htmldir}/en -%dir %{_kf5_htmldir} -%{_kf5_htmldir}/en/kioslave5/ %{_kf5_dbusinterfacesdir}/kf5_org.kde.KDirNotify.xml %{_kf5_dbusinterfacesdir}/kf5_org.kde.KPasswdServer.xml %{_kf5_dbusinterfacesdir}/kf5_org.kde.KSlaveLauncher.xml From 2bd9efa80134326ee158a8c073b20b68b812af568a7c9245d14108975f2b8d5a Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 3 Nov 2014 17:43:01 +0000 Subject: [PATCH 6/6] Update changelogs OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=50 --- kio.changes | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/kio.changes b/kio.changes index 2b9ac2a..5638069 100644 --- a/kio.changes +++ b/kio.changes @@ -2,6 +2,21 @@ 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