Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package milou5 for openSUSE:Factory checked in at 2022-06-23 10:22:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/milou5 (Old) and /work/SRC/openSUSE:Factory/.milou5.new.1548 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "milou5" Thu Jun 23 10:22:55 2022 rev:139 rq:984345 version:5.25.1 Changes: -------- --- /work/SRC/openSUSE:Factory/milou5/milou5.changes 2022-06-13 13:02:39.161127252 +0200 +++ /work/SRC/openSUSE:Factory/.milou5.new.1548/milou5.changes 2022-06-23 10:23:08.171666043 +0200 @@ -1,0 +2,10 @@ +Tue Jun 21 11:39:45 UTC 2022 - Fabian Vogt <fab...@ritter-vogt.de> + +- Update to 5.25.1 + * New bugfix release + * For more details please see: + * https://kde.org/announcements/plasma/5/5.25.1 +- Changes since 5.25.0: + * ResultDelegate: Fix action buttons fully expanding on height + +------------------------------------------------------------------- Old: ---- milou-5.25.0.tar.xz milou-5.25.0.tar.xz.sig New: ---- milou-5.25.1.tar.xz milou-5.25.1.tar.xz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ milou5.spec ++++++ --- /var/tmp/diff_new_pack.ntXpOU/_old 2022-06-23 10:23:09.119667073 +0200 +++ /var/tmp/diff_new_pack.ntXpOU/_new 2022-06-23 10:23:09.127667082 +0200 @@ -18,15 +18,15 @@ %bcond_without released Name: milou5 -Version: 5.25.0 +Version: 5.25.1 Release: 0 Summary: Dedicated search application built on top of Baloo License: GPL-2.0-or-later AND LGPL-2.1-or-later Group: System/GUI/KDE URL: https://projects.kde.org/milou -Source: milou-%{version}.tar.xz +Source: https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz %if %{with released} -Source1: milou-%{version}.tar.xz.sig +Source1: https://download.kde.org/stable/plasma/%{version}/milou-%{version}.tar.xz.sig Source2: plasma.keyring %endif BuildRequires: extra-cmake-modules >= 1.2.0 ++++++ milou-5.25.0.tar.xz -> milou-5.25.1.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.0/CMakeLists.txt new/milou-5.25.1/CMakeLists.txt --- old/milou-5.25.0/CMakeLists.txt 2022-06-09 11:12:36.000000000 +0200 +++ new/milou-5.25.1/CMakeLists.txt 2022-06-21 12:52:36.000000000 +0200 @@ -1,7 +1,7 @@ cmake_minimum_required(VERSION 3.16) project(Milou) -set(PROJECT_VERSION "5.25.0") +set(PROJECT_VERSION "5.25.1") set(PROJECT_VERSION_MAJOR 5) set(QT_MIN_VERSION "5.15.0") diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.0/lib/qml/ResultDelegate.qml new/milou-5.25.1/lib/qml/ResultDelegate.qml --- old/milou-5.25.0/lib/qml/ResultDelegate.qml 2022-06-09 11:12:25.000000000 +0200 +++ new/milou-5.25.1/lib/qml/ResultDelegate.qml 2022-06-21 12:52:15.000000000 +0200 @@ -198,8 +198,8 @@ verticalAlignment: Text.AlignVCenter // For multiLine we offer styled text, otherwise we default to plain text textFormat: model.multiLine ? Text.StyledText : Text.PlainText - - Layout.maximumWidth: labelWrapper.width - typePixmap.width - actionsRow.width + // The extra spacing accounts for the right margin so the text doesn't overlap the actions + Layout.maximumWidth: labelWrapper.width - typePixmap.width - actionsRow.width - 2 * PlasmaCore.Units.smallSpacing } PlasmaComponents3.Label { @@ -246,7 +246,7 @@ PlasmaComponents3.ToolButton { width: height - height: listItem.height + height: PlasmaCore.Units.iconSizes.medium visible: modelData.visible || true enabled: modelData.enabled || true @@ -258,8 +258,8 @@ PlasmaCore.IconItem { anchors.centerIn: parent - width: units.iconSizes.smallMedium - height: units.iconSizes.smallMedium + implicitWidth: units.iconSizes.smallMedium + implicitHeight: units.iconSizes.smallMedium // ToolButton cannot cope with QIcon source: modelData.icon || "" active: parent.hovered || parent.checked diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.0/po/zh_CN/milou.po new/milou-5.25.1/po/zh_CN/milou.po --- old/milou-5.25.0/po/zh_CN/milou.po 2022-06-09 11:12:35.000000000 +0200 +++ new/milou-5.25.1/po/zh_CN/milou.po 2022-06-21 12:52:35.000000000 +0200 @@ -8,7 +8,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2022-05-30 02:11+0000\n" -"PO-Revision-Date: 2022-06-05 04:19\n" +"PO-Revision-Date: 2022-06-19 07:03\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/milou-5.25.0/po/zh_CN/plasma_applet_org.kde.milou.po new/milou-5.25.1/po/zh_CN/plasma_applet_org.kde.milou.po --- old/milou-5.25.0/po/zh_CN/plasma_applet_org.kde.milou.po 2022-06-09 11:12:35.000000000 +0200 +++ new/milou-5.25.1/po/zh_CN/plasma_applet_org.kde.milou.po 2022-06-21 12:52:35.000000000 +0200 @@ -7,7 +7,7 @@ "Project-Id-Version: kdeorg\n" "Report-Msgid-Bugs-To: https://bugs.kde.org\n" "POT-Creation-Date: 2021-03-09 03:16+0100\n" -"PO-Revision-Date: 2022-06-05 04:19\n" +"PO-Revision-Date: 2022-06-19 07:03\n" "Last-Translator: \n" "Language-Team: Chinese Simplified\n" "Language: zh_CN\n"