Hello community, here is the log from the commit of package kio-extras5 for openSUSE:Factory checked in at 2019-12-13 12:02:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kio-extras5 (Old) and /work/SRC/openSUSE:Factory/.kio-extras5.new.4691 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kio-extras5" Fri Dec 13 12:02:34 2019 rev:77 rq:756234 version:19.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/kio-extras5/kio-extras5.changes 2019-11-12 11:37:11.402206391 +0100 +++ /work/SRC/openSUSE:Factory/.kio-extras5.new.4691/kio-extras5.changes 2019-12-13 12:03:19.921425804 +0100 @@ -1,0 +2,29 @@ +Tue Dec 10 06:38:36 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/releases/19.12.0 +- No code change since 19.11.90 + +------------------------------------------------------------------- +Sat Nov 30 09:11:56 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.90 + * New feature release + * For more details please see: + * https://kde.org/announcements/releases/19.12-rc +- Changes since 19.11.80: + * Apply KIO's klauncher CI workaround here too + +------------------------------------------------------------------- +Sun Nov 24 13:29:28 UTC 2019 - Luca Beltrame <[email protected]> + +- Update to 19.11.80 + * New feature release +- Too many changes since 19.08.3, only listing bugfixes: + * [Comic Thumbnailer] Add support for 7zip-compressed comic books (kde#410696) +- Dropped patches, now upstream: + * 0001-make-the-libssh-finder-ensure-the-new-ssh-target-is-.patch + +------------------------------------------------------------------- Old: ---- 0001-make-the-libssh-finder-ensure-the-new-ssh-target-is-.patch kio-extras-19.08.3.tar.xz kio-extras-19.08.3.tar.xz.sig New: ---- kio-extras-19.12.0.tar.xz kio-extras-19.12.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kio-extras5.spec ++++++ --- /var/tmp/diff_new_pack.G5Mxvu/_old 2019-12-13 12:03:20.689425513 +0100 +++ /var/tmp/diff_new_pack.G5Mxvu/_new 2019-12-13 12:03:20.701425509 +0100 @@ -17,59 +17,57 @@ %define rname kio-extras -%define kf5_version 5.26.0 +%define kf5_version 5.60.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print $1"."$2}')} %bcond_without lang Name: kio-extras5 -Version: 19.08.3 +Version: 19.12.0 Release: 0 Summary: Additional KIO slaves for KDE applications License: GPL-2.0-or-later Group: System/GUI/KDE URL: https://www.kde.org -Source: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz +Source: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz %if %{with lang} -Source1: https://download.kde.org/stable/applications/%{version}/src/%{rname}-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/release-service/%{version}/src/%{rname}-%{version}.tar.xz.sig Source2: applications.keyring %endif Source99: %{name}-rpmlintrc -# PATCH-FIX-UPSTREAM -Patch0: 0001-make-the-libssh-finder-ensure-the-new-ssh-target-is-.patch BuildRequires: OpenEXR-devel BuildRequires: flac-devel BuildRequires: gperf -BuildRequires: kactivities5-devel -BuildRequires: karchive-devel -BuildRequires: kconfig-devel -BuildRequires: kconfigwidgets-devel -BuildRequires: kcoreaddons-devel -BuildRequires: kdbusaddons-devel -BuildRequires: kdelibs4support-devel -BuildRequires: kdnssd-framework-devel -BuildRequires: kdoctools-devel +BuildRequires: cmake(KF5Activities) +BuildRequires: cmake(KF5Archive) +BuildRequires: cmake(KF5Config) +BuildRequires: cmake(KF5ConfigWidgets) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5DBusAddons) +BuildRequires: cmake(KF5KDELibs4Support) +BuildRequires: cmake(KF5DNSSD) +BuildRequires: cmake(KF5DocTools) BuildRequires: kf5-filesystem -BuildRequires: khtml-devel -BuildRequires: ki18n-devel -BuildRequires: kiconthemes-devel -BuildRequires: kio-devel -BuildRequires: kpty-devel +BuildRequires: cmake(KF5KHtml) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5IconThemes) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5Pty) BuildRequires: libjpeg-devel BuildRequires: libmtp-devel BuildRequires: libssh-devel BuildRequires: libtag-devel BuildRequires: openslp-devel -BuildRequires: phonon4qt5-devel +BuildRequires: cmake(Phonon4Qt5) BuildRequires: pkgconfig -BuildRequires: solid-devel -BuildRequires: syntax-highlighting-devel +BuildRequires: cmake(KF5Solid) +BuildRequires: cmake(KF5SyntaxHighlighting) BuildRequires: xz -BuildRequires: pkgconfig(Qt5DBus) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Network) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Sql) -BuildRequires: pkgconfig(Qt5Svg) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Test) >= 5.4.0 -BuildRequires: pkgconfig(Qt5Widgets) >= 5.4.0 +BuildRequires: cmake(Qt5DBus) >= 5.4.0 +BuildRequires: cmake(Qt5Network) >= 5.4.0 +BuildRequires: cmake(Qt5Sql) +BuildRequires: cmake(Qt5Svg) >= 5.4.0 +BuildRequires: cmake(Qt5Test) >= 5.4.0 +BuildRequires: cmake(Qt5Widgets) >= 5.4.0 BuildRequires: pkgconfig(bzip2) BuildRequires: pkgconfig(exiv2) BuildRequires: pkgconfig(smbclient) @@ -108,8 +106,6 @@ %prep %setup -q -n %{rname}-%{version} -%autopatch -p1 - sed -i '/^add_subdirectory( doc )/d' CMakeLists.txt %build ++++++ applications.keyring ++++++ Binary files /var/tmp/diff_new_pack.G5Mxvu/_old and /var/tmp/diff_new_pack.G5Mxvu/_new differ ++++++ kio-extras-19.08.3.tar.xz -> kio-extras-19.12.0.tar.xz ++++++ ++++ 26775 lines of diff (skipped)
