Hello community, here is the log from the commit of package kget for openSUSE:Factory checked in at 2017-12-18 08:49:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kget (Old) and /work/SRC/openSUSE:Factory/.kget.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kget" Mon Dec 18 08:49:54 2017 rev:59 rq:556189 version:17.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kget/kget.changes 2017-11-16 14:34:26.448970203 +0100 +++ /work/SRC/openSUSE:Factory/.kget.new/kget.changes 2017-12-18 08:49:56.962484813 +0100 @@ -1,0 +2,43 @@ +Sat Dec 09 14:59:05 CET 2017 - [email protected] + +- Update to 17.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.0.php +- Changes since 17.11.90: + * Revert "Fix destination file dialog's mode flags" + * Fix build + * Fix activating window of already running instance if started again + * Fix changing the destination in the "New Download" dialog + * Fix destination file dialog's mode flags + * Fix opening downloaded files from the transfer history + * Fix torrent download with remote .torrent files + +------------------------------------------------------------------- +Sat Dec 02 10:12:36 CET 2017 - [email protected] + +- Update to 17.11.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-rc.php +- Changes since 17.11.80: + * Revert "Disable multisegmentkio and metalink plugins for now" + * [multisegmentkio] Don't duplicate slash + * Store local destination path in history, not a Url + * [metalink] Don't duplicate slash + * Reactivate commented out code in DataSourceFactory::checkLocalFile() + * Fix mms config module + * Revert "Fix build on 32bit systems" + * Rename slot DataSourceFactory::open() (kde#386948) + +------------------------------------------------------------------- +Mon Nov 20 06:59:44 CET 2017 - [email protected] + +- Update to 17.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-beta.php +- Changes since 17.08.3: + * Too many changes to list here + +------------------------------------------------------------------- Old: ---- kget-17.08.3.tar.xz New: ---- kget-17.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kget.spec ++++++ --- /var/tmp/diff_new_pack.WSykFl/_old 2017-12-18 08:49:57.714448512 +0100 +++ /var/tmp/diff_new_pack.WSykFl/_new 2017-12-18 08:49:57.718448319 +0100 @@ -15,10 +15,16 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%bcond_without lang Name: kget -Version: 17.08.3 +Version: 17.12.0 Release: 0 +%define kf5_version 5.26.0 +# Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) +%{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} +# It can only build on the same platforms as Qt Webengine +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 Summary: Download Manager License: GPL-2.0+ Group: Productivity/Networking/Other @@ -28,65 +34,94 @@ %else BuildRequires: boost-devel %endif +BuildRequires: extra-cmake-modules BuildRequires: gpgme-devel -BuildRequires: libkdepimlibs4-devel -BuildRequires: libkonq-devel +BuildRequires: kcmutils-devel +BuildRequires: kconfig-devel +BuildRequires: kconfigwidgets-devel +BuildRequires: kcoreaddons-devel +BuildRequires: kdbusaddons-devel +BuildRequires: kdelibs4support-devel +BuildRequires: ki18n-devel +BuildRequires: kiconthemes-devel +BuildRequires: kio-devel +BuildRequires: knotifications-devel +BuildRequires: knotifyconfig-devel +BuildRequires: kwallet-devel +BuildRequires: kwidgetsaddons-devel BuildRequires: libktorrent-devel -BuildRequires: libqca2-devel +BuildRequires: libgpgmepp-devel +BuildRequires: libqca-qt5-devel +BuildRequires: libqgpgme-devel +BuildRequires: pkgconfig +BuildRequires: solid-devel BuildRequires: sqlite-devel -# It can only build on the same platforms as Qt Webengine -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 mips mips64 +BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5Core) +BuildRequires: pkgconfig(Qt5DBus) +BuildRequires: pkgconfig(Qt5Network) +BuildRequires: pkgconfig(Qt5Sql) +BuildRequires: pkgconfig(Qt5Test) +BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5Xml) +Obsoletes: kget5 < %{version} +Provides: kget5 = %{version} +%if %{with lang} +Recommends: %{name}-lang +%endif BuildRoot: %{_tmppath}/%{name}-%{version}-build -%kde4_runtime_requires %description -An advanced download manager for KDE +An advanced download manager by KDE + +%if %{with lang} +%lang_package +%endif %prep %setup -q %build -%ifarch ppc ppc64 -export RPM_OPT_FLAGS="%{optflags} -mminimal-toc" -%endif - %cmake_kde4 -d build + %cmake_kf5 -d build %make_jobs %install - cd build -%kde4_makeinstall - cd .. - %suse_update_desktop_file -r kget System TrayIcon - %kde_post_install + %kf5_makeinstall -C build +%if %{with lang} + %find_lang %{name} --with-man --all-name + %kf5_find_htmldocs +%endif + %suse_update_desktop_file -r org.kde.kget System TrayIcon %post -p /sbin/ldconfig - %postun -p /sbin/ldconfig -%clean - rm -rf %{buildroot} - %files %defattr(-,root,root) %doc COPYING COPYING.DOC README -%{_kde4_bindir}/kget -%{_kde4_appsdir}/dolphinpart/ -%{_kde4_servicetypesdir}/*.desktop -%{_kde4_servicesdir}/*.desktop -%{_kde4_servicesdir}/ServiceMenus/*.desktop -%{_datadir}/dbus-1/services/org.kde.kget.service -%{_kde4_configkcfgdir}/*.kcfg -%{_kde4_appsdir}/kwebkitpart/ -%{_kde4_appsdir}/khtml/ -%{_kde4_appsdir}/kget/ -%{_kde4_iconsdir}/hicolor/*/apps/kget.* -%{_kde4_htmldir}/en/kget/ -%{_kde4_modulesdir}/kcm_kget*.so -%{_kde4_modulesdir}/kget_*.so -%{_kde4_modulesdir}/krunner_*.so -%{_kde4_modulesdir}/plasma_*.so -%{_kde4_libdir}/libkgetcore.so* -%{_kde4_applicationsdir}/kget.desktop -%{_kde4_appsdir}/kconf_update/ +%dir %{_kf5_htmldir} +%dir %{_kf5_htmldir}/en +%doc %lang(en) %{_kf5_htmldir}/en/kget/ +%{_kf5_applicationsdir}/org.kde.kget.desktop +%{_kf5_bindir}/kget +%{_kf5_configkcfgdir}/ +%{_kf5_iconsdir}/hicolor/*/apps/kget.* +%{_kf5_libdir}/libkgetcore.so* +%{_kf5_notifydir}/ +%{_kf5_plugindir}/ +%{_kf5_servicesdir}/ +%{_kf5_servicetypesdir}/ +%{_kf5_sharedir}/dbus-1/services/org.kde.kget.service +%{_kf5_sharedir}/dolphinpart/ +%{_kf5_sharedir}/kconf_update/ +%{_kf5_sharedir}/kget/ +%{_kf5_sharedir}/khtml/ +%{_kf5_sharedir}/kwebkitpart/ +%{_kf5_sharedir}/kxmlgui5/ + +%if %{with lang} +%files lang -f %{name}.lang +%doc COPYING* +%endif %changelog ++++++ kget-17.08.3.tar.xz -> kget-17.12.0.tar.xz ++++++ ++++ 425268 lines of diff (skipped)
