Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ruqola for openSUSE:Factory checked in at 2022-09-02 21:56:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ruqola (Old) and /work/SRC/openSUSE:Factory/.ruqola.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ruqola" Fri Sep 2 21:56:57 2022 rev:11 rq:1000950 version:1.8.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ruqola/ruqola.changes 2022-08-15 20:00:54.073508635 +0200 +++ /work/SRC/openSUSE:Factory/.ruqola.new.2083/ruqola.changes 2022-09-02 21:57:19.744410633 +0200 @@ -1,0 +2,11 @@ +Thu Sep 1 13:37:27 UTC 2022 - Marcel Kuehlhorn <[email protected]> + +- Update to version 1.8.0 + * Add full screen support + * Add Notification history + * Room avatars + * Video conferencing + * bug fixes and code cleanup +- Add keep_tts_plugin.patch to keep the build of the TTS plugin enabled + +------------------------------------------------------------------- Old: ---- ruqola-1.7.4.tar.xz ruqola-1.7.4.tar.xz.sig New: ---- keep_tts_plugin.patch ruqola-1.8.0.tar.xz ruqola-1.8.0.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ruqola.spec ++++++ --- /var/tmp/diff_new_pack.GNWQeL/_old 2022-09-02 21:57:20.192411717 +0200 +++ /var/tmp/diff_new_pack.GNWQeL/_new 2022-09-02 21:57:20.196411727 +0200 @@ -18,7 +18,7 @@ %bcond_without released Name: ruqola -Version: 1.7.4 +Version: 1.8.0 Release: 0 Summary: Rocket.chat Client License: GPL-2.0-or-later @@ -29,10 +29,12 @@ Source1: https://download.kde.org/stable/%{name}/%{name}-%{version}.tar.xz.sig Source2: %{name}.keyring %endif +# PATCH-FIX-OPENSUSE: Keep the build of the TTS plugin enabled +Patch0: keep_tts_plugin.patch BuildRequires: update-desktop-files BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5Crash) -BuildRequires: cmake(KF5DBusAddons) >= 5.84.0 +BuildRequires: cmake(KF5DBusAddons) >= 5.91.0 BuildRequires: cmake(KF5DocTools) BuildRequires: cmake(KF5I18n) BuildRequires: cmake(KF5IconThemes) @@ -103,6 +105,7 @@ %{_kf5_notifydir}/ruqola.notifyrc %{_kf5_appstreamdir}/org.kde.ruqola.appdata.xml %{_kf5_debugdir}/ruqola.categories +%{_kf5_debugdir}/ruqola.renamecategories %if %{with released} %files lang -f %{name}.lang ++++++ keep_tts_plugin.patch ++++++ --- ruqola-1.8.0/src/plugins/textplugin/CMakeLists.txt.orig 2022-08-31 17:23:26.000000000 +0200 +++ ruqola-1.8.0/src/plugins/textplugin/CMakeLists.txt 2022-09-02 11:09:08.123688427 +0200 @@ -5,5 +5,5 @@ find_package(Qt5 OPTIONAL_COMPONENTS Tex if (NOT Qt5TextToSpeech_FOUND) message(STATUS "Qt5TextToSpeech not found, speech feature will be disabled") else() - #add_subdirectory(texttospeech) + add_subdirectory(texttospeech) endif() ++++++ ruqola-1.7.4.tar.xz -> ruqola-1.8.0.tar.xz ++++++ ++++ 37143 lines of diff (skipped)
