From 0b0d98cb353b77f60a4081a5d1eb908b7001d7552a49e90901d080ca0bc7502e Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 7 Aug 2016 21:54:19 +0000 Subject: [PATCH 1/4] start with 5.25.0 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=144 --- kio-5.24.0.tar.xz | 3 --- kio-5.25.0.tar.xz | 3 +++ kio.changes | 18 ++++++++++++++++++ kio.spec | 37 ++++++++++++++----------------------- 4 files changed, 35 insertions(+), 26 deletions(-) delete mode 100644 kio-5.24.0.tar.xz create mode 100644 kio-5.25.0.tar.xz diff --git a/kio-5.24.0.tar.xz b/kio-5.24.0.tar.xz deleted file mode 100644 index a51cd8e..0000000 --- a/kio-5.24.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25b67de4dea46ca580163dac84901c71ee342ff5396e4ebfa25e7de47c92cc7e -size 2935472 diff --git a/kio-5.25.0.tar.xz b/kio-5.25.0.tar.xz new file mode 100644 index 0000000..602b514 --- /dev/null +++ b/kio-5.25.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9806d74d0119ced246446fd22110ba8ae5a980e4734b165819b30bcadf90578 +size 2951304 diff --git a/kio.changes b/kio.changes index 451497f..fc1a4ad 100644 --- a/kio.changes +++ b/kio.changes @@ -1,7 +1,25 @@ +------------------------------------------------------------------- +Sun Aug 7 21:54:01 UTC 2016 - hrvoje.senjan@gmail.com + +- Update to 5.25.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.25.0.php + ------------------------------------------------------------------- Wed Jul 6 15:04:32 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.24.0 + * KIO: add SlaveBase::openPasswordDialogV2 for better error + checking, please port your kioslaves to it + * Fix KUrlRequester opening file dialog in wrong directory + (kde#364719) + * Fix unsafe KDirModelDirNode* casts + * Add cmake option KIO_FORK_SLAVES to set default value + * ShortUri filter: fix filtering of mailto:user@host + * Add OpenFileManagerWindowJob to highlight file within a folder + * KRun: add runApplication method + * Add soundcloud search provider + * Fix an alignment issue with the OS X native "macintosh" style * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.24.0.php diff --git a/kio.spec b/kio.spec index 832a76c..8e08a76 100644 --- a/kio.spec +++ b/kio.spec @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.24 +%define _tar_path 5.25 Name: kio -Version: 5.24.0 +Version: 5.25.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -49,15 +49,15 @@ BuildRequires: kxmlgui-devel >= %{_tar_path} BuildRequires: libacl-devel BuildRequires: libattr-devel BuildRequires: solid-devel >= %{_tar_path} -BuildRequires: cmake(Qt5Concurrent) >= 5.4.0 -BuildRequires: cmake(Qt5Core) >= 5.4.0 -BuildRequires: cmake(Qt5DBus) >= 5.4.0 -BuildRequires: cmake(Qt5Network) >= 5.4.0 -BuildRequires: cmake(Qt5Script) >= 5.4.0 -BuildRequires: cmake(Qt5Test) >= 5.4.0 -BuildRequires: cmake(Qt5Widgets) >= 5.4.0 -BuildRequires: cmake(Qt5X11Extras) >= 5.4.0 -BuildRequires: cmake(Qt5Xml) >= 5.4.0 +BuildRequires: cmake(Qt5Concurrent) >= 5.5.0 +BuildRequires: cmake(Qt5Core) >= 5.5.0 +BuildRequires: cmake(Qt5DBus) >= 5.5.0 +BuildRequires: cmake(Qt5Network) >= 5.5.0 +BuildRequires: cmake(Qt5Script) >= 5.5.0 +BuildRequires: cmake(Qt5Test) >= 5.5.0 +BuildRequires: cmake(Qt5Widgets) >= 5.5.0 +BuildRequires: cmake(Qt5X11Extras) >= 5.5.0 +BuildRequires: cmake(Qt5Xml) >= 5.5.0 BuildRequires: pkgconfig(openssl) BuildRequires: pkgconfig(x11) Requires: %{name}-core = %{version} @@ -109,7 +109,7 @@ Requires: kjobwidgets-devel >= %{_tar_path} Requires: kservice-devel >= %{_tar_path} Requires: kxmlgui-devel >= %{_tar_path} Requires: solid-devel >= %{_tar_path} -Requires: cmake(Qt5Network) >= 5.4.0 +Requires: cmake(Qt5Network) >= 5.5.0 %description devel This framework implements almost all the file management functions you @@ -163,18 +163,9 @@ done %if %{with lang} %files lang -f %{name}5.lang +%dir %{_kf5_htmldir}/* %dir %{_kf5_htmldir} -%doc %lang(ca) %{_kf5_htmldir}/ca -%doc %lang(de) %{_kf5_htmldir}/de -%doc %lang(et) %{_kf5_htmldir}/et -%doc %lang(it) %{_kf5_htmldir}/it -%doc %lang(nl) %{_kf5_htmldir}/nl -%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR -%doc %lang(ru) %{_kf5_htmldir}/ru -%doc %lang(sr) %{_kf5_htmldir}/sr -%doc %lang(sr@latin) %{_kf5_htmldir}/sr@latin -%doc %lang(sv) %{_kf5_htmldir}/sv -%doc %lang(uk) %{_kf5_htmldir}/uk +%doc %{_kf5_htmldir}/*/*/ %exclude %dir %{_kf5_htmldir}/en %exclude %{_kf5_htmldir}/en/*/ %endif From 983fd1386ba8652b63ea62685c471a2101b07ac897b3e117882503efc0a3ff23 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 7 Aug 2016 22:17:37 +0000 Subject: [PATCH 2/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=145 --- kio.spec | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/kio.spec b/kio.spec index 8e08a76..ff4b8aa 100644 --- a/kio.spec +++ b/kio.spec @@ -163,9 +163,18 @@ done %if %{with lang} %files lang -f %{name}5.lang -%dir %{_kf5_htmldir}/* %dir %{_kf5_htmldir} -%doc %{_kf5_htmldir}/*/*/ +%doc %lang(ca) %{_kf5_htmldir}/ca +%doc %lang(de) %{_kf5_htmldir}/de +%doc %lang(et) %{_kf5_htmldir}/et +%doc %lang(it) %{_kf5_htmldir}/it +%doc %lang(nl) %{_kf5_htmldir}/nl +%doc %lang(pt_BR) %{_kf5_htmldir}/pt_BR +%doc %lang(ru) %{_kf5_htmldir}/ru +%doc %lang(sr) %{_kf5_htmldir}/sr +%doc %lang(sr@latin) %{_kf5_htmldir}/sr@latin +%doc %lang(sv) %{_kf5_htmldir}/sv +%doc %lang(uk) %{_kf5_htmldir}/uk %exclude %dir %{_kf5_htmldir}/en %exclude %{_kf5_htmldir}/en/*/ %endif From 140ee1bb33f5af7d16d16be4ebb74052789221df86548bac13ede5c6cb7f38ce Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Mon, 8 Aug 2016 14:33:10 +0000 Subject: [PATCH 3/4] Accepting request 417844 from home:wolfi323:test - Remove workaround to install "Create New" templates as actual files, the issues with using the embedded resource are fixed in 5.25.0 OBS-URL: https://build.opensuse.org/request/show/417844 OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=146 --- kio.changes | 7 +++++++ kio.spec | 13 ------------- 2 files changed, 7 insertions(+), 13 deletions(-) diff --git a/kio.changes b/kio.changes index fc1a4ad..bc7fc07 100644 --- a/kio.changes +++ b/kio.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Aug 8 11:28:15 UTC 2016 - wbauer@tmo.at + +- Remove workaround to install "Create New" templates as actual + files, the issues with using the embedded resource are fixed in + 5.25.0 + ------------------------------------------------------------------- Sun Aug 7 21:54:01 UTC 2016 - hrvoje.senjan@gmail.com diff --git a/kio.spec b/kio.spec index ff4b8aa..ba83fe6 100644 --- a/kio.spec +++ b/kio.spec @@ -141,18 +141,6 @@ echo "%doc %lang(sv) %{_kf5_mandir}/sv" >>%{name}5.lang echo "%doc %lang(uk) %{_kf5_mandir}/uk" >>%{name}5.lang %endif -# install "Create New" templates to %{_kf5_sharedir}/templates/ as a workaround until kde#963680 is fixed (boo#963680) -mkdir -p %{buildroot}%{_kf5_sharedir}/templates/.source -cd src/new_file_templates -for i in link* Directory.desktop HTMLFile.desktop TextFile.desktop -do -cp $i %{buildroot}%{_kf5_sharedir}/templates/ -done -for i in HTMLFile.html Program.desktop TextFile.txt URL.desktop -do -cp $i %{buildroot}%{_kf5_sharedir}/templates/.source/ -done - %post core -p /sbin/ldconfig %postun core -p /sbin/ldconfig @@ -250,7 +238,6 @@ done %{_kf5_servicesdir}/webshortcuts.desktop %{_kf5_sharedir}/dbus-1/services/org.kde.kpasswdserver.service %{_kf5_sharedir}/dbus-1/services/org.kde.kcookiejar5.service -%{_kf5_sharedir}/templates/ %doc %lang(en) %{_kf5_mandir}/*/kcookiejar5.* %dir %{_kf5_htmldir}/en %dir %{_kf5_htmldir} From 670db75c2559b07c67fb8c30736211a5f9e2d9c658f3364dcf3a20f626c11879 Mon Sep 17 00:00:00 2001 From: Hrvoje Senjan Date: Sun, 21 Aug 2016 16:04:41 +0000 Subject: [PATCH 4/4] OBS-URL: https://build.opensuse.org/package/show/KDE:Frameworks5/kio?expand=0&rev=147 --- kio.changes | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/kio.changes b/kio.changes index bc7fc07..4d80c88 100644 --- a/kio.changes +++ b/kio.changes @@ -9,6 +9,30 @@ Mon Aug 8 11:28:15 UTC 2016 - wbauer@tmo.at Sun Aug 7 21:54:01 UTC 2016 - hrvoje.senjan@gmail.com - Update to 5.25.0 + * Qt >= 5.5 is now required + * Fix KIO::linkAs() to work as advertised, i.e. + fail if dest already exists + * Fix KIO::put("file:///path") to respect the umask (kde#359581) + * Fix KIO::pasteActionText for null dest item and for empty URL + * Add support for undoing symlink creation + * GUI option to configure global MarkPartial for KIO slaves + * Fix MaxCacheSize limited to 99 KiB + * Add clipboard buttons to checksums tab + * KNewFileMenu: fix copying template file from embedded resource + (kde#359581) + * KNewFileMenu: Fix creating link to application (kde#363673) + * KNewFileMenu: Fix suggestion of new filename when file + already exist in desktop + * KNewFileMenu: ensure fileCreated() is emitted for + app desktop files too + * KNewFileMenu: fix creating symlinks with a relative target + * KPropertiesDialog: simplify button box usage, + fix behavior on Esc + * KProtocolInfo: refill cache to find newly installed protocols + * KIO::CopyJob: port to qCDebug + (with its own area, since this can be quite verbose) + * KPropertiesDialog: add Checksums tab + * Clean url's path before initializing KUrlNavigator * For more details please see: https://www.kde.org/announcements/kde-frameworks-5.25.0.php