Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package latte-dock for openSUSE:Factory checked in at 2021-12-12 21:27:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/latte-dock (Old) and /work/SRC/openSUSE:Factory/.latte-dock.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "latte-dock" Sun Dec 12 21:27:54 2021 rev:31 rq:940105 version:0.10.4 Changes: -------- --- /work/SRC/openSUSE:Factory/latte-dock/latte-dock.changes 2021-11-20 02:40:04.312595694 +0100 +++ /work/SRC/openSUSE:Factory/.latte-dock.new.2520/latte-dock.changes 2021-12-12 21:28:46.324382861 +0100 @@ -1,0 +2,9 @@ +Sun Dec 12 16:37:32 UTC 2021 - Fabian Vogt <fab...@ritter-vogt.de> + +- Use %suse_version instead of %is_opensuse +- Add signature file and keyring +- Update URL, Summary and description +- Make -lang package optional for git builds +- Drop redundant recommendation of the -lang package + +------------------------------------------------------------------- New: ---- latte-dock-0.10.4.tar.xz.sig latte-dock.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ latte-dock.spec ++++++ --- /var/tmp/diff_new_pack.GqfYZI/_old 2021-12-12 21:28:46.832383162 +0100 +++ /var/tmp/diff_new_pack.GqfYZI/_new 2021-12-12 21:28:46.836383165 +0100 @@ -19,15 +19,20 @@ %global __requires_exclude qmlimport\\(org\\.kde\\.latte\\.private\\.app +%bcond_without lang %define kf5_version 5.48.0 Name: latte-dock Version: 0.10.4 Release: 0 -Summary: Task manager +Summary: Replacement Dock for Plasma Desktops License: GPL-2.0-or-later Group: System/GUI/KDE -URL: https://phabricator.kde.org/source/latte-dock/ -Source: https://download.kde.org/stable/latte-dock/latte-dock-%{version}.tar.xz +URL: https://invent.kde.org/plasma/latte-dock +Source0: https://download.kde.org/stable/latte-dock/latte-dock-%{version}.tar.xz +%if %{with lang} +Source1: https://download.kde.org/stable/latte-dock/latte-dock-%{version}.tar.xz.sig +Source2: latte-dock.keyring +%endif BuildRequires: fdupes BuildRequires: libSM-devel BuildRequires: pkgconfig @@ -59,14 +64,13 @@ BuildRequires: pkgconfig(xcb) BuildRequires: pkgconfig(xcb-util) BuildRequires: pkgconfig(zlib) -Recommends: %{name}-lang -%if 0%{?is_opensuse} +%if 0%{?suse_version} BuildRequires: update-desktop-files %endif %description -Latte is a dock based on plasma frameworks that animating its -contents by using parabolic zoom effect. +Latte is an alternative application launcher and dock for Plasma. +It animates its contents by using a parabolic zoom effect and tries to be there only when it is needed. %lang_package @@ -75,15 +79,16 @@ %build %cmake_kf5 -d build - %cmake_build %install %kf5_makeinstall -C build -%find_lang %{name} --all-name -%if 0%{?is_opensuse} +%if 0%{?suse_version} %suse_update_desktop_file -r org.kde.%{name} Utility DesktopUtility %endif +%if %{with lang} +%find_lang %{name} --all-name +%endif %files %doc README.md @@ -106,6 +111,8 @@ %{_kf5_knsrcfilesdir}/latte-indicators.knsrc %{_kf5_knsrcfilesdir}/latte-layouts.knsrc +%if %{with lang} %files lang -f %{name}.lang +%endif %changelog