Hello community, here is the log from the commit of package choqok for openSUSE:Factory checked in at 2020-02-06 13:09:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/choqok (Old) and /work/SRC/openSUSE:Factory/.choqok.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "choqok" Thu Feb 6 13:09:11 2020 rev:36 rq:770471 version:1.7.0 Changes: -------- --- /work/SRC/openSUSE:Factory/choqok/choqok.changes 2019-08-13 13:23:04.461389807 +0200 +++ /work/SRC/openSUSE:Factory/.choqok.new.26092/choqok.changes 2020-02-06 13:09:23.700374332 +0100 @@ -1,0 +2,30 @@ +Thu Feb 6 07:31:07 UTC 2020 - [email protected] + +- Update to 1.7.0: + * Port to QtNetworkAuth and drop qoauth dependency + * Plugin compability break: MicroBlog::profileUrl returns a QUrl + instead + * Plugin compability break: MicroBlog::postUrl returns a QUrl + instead + * Allow to disable accounts + * Honour the default font (kde#372291) + * Make the sign footer consistent between all microplugins + * Unread post count in the application title sums all unread + posts' accounts + * Twitter: update char limit to 280 + * Twitter: support extended tweets (kde#370260) + * Twitter: fix list browsing (kde#382392) + * Twitter: fix followers list + * Twitter: show client source even for private messages + * Twitter: show user' real name when no description is set + * GNU Social: do not rely over qvitter to get the post url + * GNU Social: hide linkback statuses + * GNU Social: show user' real name when no description is set + * Pump.io: escape the description + * Pump.io: show user' real name when no description is set + * Drop yFrog support from ImagePreview plugin +- Drop Fix-build-with-Qt-5_13.patch, merged upstream +- Update BuildRequires, switch to cmake() style +- Update URL + +------------------------------------------------------------------- Old: ---- Fix-build-with-Qt-5_13.patch choqok-1.6.0.tar.xz New: ---- choqok-1.7.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ choqok.spec ++++++ --- /var/tmp/diff_new_pack.jtT7Q2/_old 2020-02-06 13:09:24.480374756 +0100 +++ /var/tmp/diff_new_pack.jtT7Q2/_new 2020-02-06 13:09:24.480374756 +0100 @@ -1,7 +1,7 @@ # # spec file for package choqok # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,43 +17,43 @@ Name: choqok -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Micro-Blogging Client for KDE License: GPL-3.0-only Group: Productivity/Networking/Other -URL: https://www.kde.org -Source: https://download.kde.org/stable/%{name}/1.6/src/%{name}-%{version}.tar.xz -# PATCH-FIX-UPSTREAM -Patch0: Fix-build-with-Qt-5_13.patch -BuildRequires: attica-qt5-devel +URL: https://choqok.kde.org +Source: https://download.kde.org/stable/%{name}/1.7/src/%{name}-%{version}.tar.xz BuildRequires: extra-cmake-modules BuildRequires: fdupes -BuildRequires: kcmutils-devel -BuildRequires: kconfigwidgets-devel -BuildRequires: kcoreaddons-devel -BuildRequires: kdelibs4support-devel -BuildRequires: kdewebkit-devel -BuildRequires: kemoticons-devel -BuildRequires: kglobalaccel-devel -BuildRequires: ki18n-devel -BuildRequires: kio-devel -BuildRequires: knotifyconfig-devel -BuildRequires: kwallet-devel -BuildRequires: kwidgetsaddons-devel -BuildRequires: kxmlgui-devel -BuildRequires: libqca-qt5-devel -BuildRequires: pkgconfig -BuildRequires: qoauth-qt5-devel -BuildRequires: sonnet-devel -BuildRequires: telepathy-qt5-devel BuildRequires: update-desktop-files -BuildRequires: pkgconfig(Qt5Concurrent) -BuildRequires: pkgconfig(Qt5Core) -BuildRequires: pkgconfig(Qt5DBus) -BuildRequires: pkgconfig(Qt5Network) -BuildRequires: pkgconfig(Qt5WebKit) -BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: cmake(KF5Attica) +BuildRequires: cmake(KF5ConfigWidgets) +BuildRequires: cmake(KF5CoreAddons) +BuildRequires: cmake(KF5DocTools) +BuildRequires: cmake(KF5Emoticons) +BuildRequires: cmake(KF5GlobalAccel) +BuildRequires: cmake(KF5GuiAddons) +BuildRequires: cmake(KF5I18n) +BuildRequires: cmake(KF5KCMUtils) +BuildRequires: cmake(KF5KIO) +BuildRequires: cmake(KF5Notifications) +BuildRequires: cmake(KF5NotifyConfig) +BuildRequires: cmake(KF5Parts) +BuildRequires: cmake(KF5Purpose) +BuildRequires: cmake(KF5Sonnet) +BuildRequires: cmake(KF5TextWidgets) +BuildRequires: cmake(KF5Wallet) +BuildRequires: cmake(KF5WebKit) +BuildRequires: cmake(KF5WidgetsAddons) +BuildRequires: cmake(KF5XmlGui) +BuildRequires: cmake(Qca-qt5) +BuildRequires: cmake(Qt5Core) +BuildRequires: cmake(Qt5DBus) +BuildRequires: cmake(Qt5Network) +BuildRequires: cmake(Qt5NetworkAuth) +BuildRequires: cmake(Qt5Widgets) +BuildRequires: cmake(TelepathyQt5) %description A micro-blogging client for the K Desktop Environment. @@ -71,7 +71,7 @@ It currently supports twitter.com and identi.ca services. %prep -%autosetup -p1 +%setup -q %build %cmake_kf5 -d build @@ -88,15 +88,13 @@ %files -f %{name}.lang %license COPYING -%doc AUTHORS changelog README TODO -%dir %{_kf5_appstreamdir} -%{_datadir}/config.kcfg/ -%{_datadir}/knotifications5/ +%doc AUTHORS changelog README %{_kf5_applicationsdir}/org.kde.choqok.desktop %{_kf5_appsdir}/choqok/ -%{_kf5_appsdir}/dbus-1 +%{_kf5_appsdir}/dbus-1/services/org.kde.choqok.service %{_kf5_appstreamdir}/org.kde.choqok.appdata.xml %{_kf5_bindir}/choqok +%{_kf5_configkcfgdir}/ %{_kf5_htmldir}/* %{_kf5_iconsdir}/hicolor/*/actions/retweet.* %{_kf5_iconsdir}/hicolor/*/apps/* @@ -104,9 +102,11 @@ %{_kf5_libdir}/libchoqok.so.* %{_kf5_libdir}/libgnusocialapihelper.so.* %{_kf5_libdir}/libtwitterapihelper.so.* +%{_kf5_notifydir}/ %{_kf5_plugindir}/choqok_*.so %{_kf5_plugindir}/kcm_choqok_*.so %{_kf5_plugindir}/kf5/parts/ +%{_kf5_plugindir}/kf5/purpose/ %{_kf5_servicesdir}/ServiceMenus/ %{_kf5_servicesdir}/choqok* %{_kf5_servicesdir}/konqchoqok.desktop ++++++ choqok-1.6.0.tar.xz -> choqok-1.7.0.tar.xz ++++++ ++++ 213724 lines of diff (skipped)
