Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package fnott for openSUSE:Factory checked in at 2023-04-06 15:57:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fnott (Old) and /work/SRC/openSUSE:Factory/.fnott.new.19717 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fnott" Thu Apr 6 15:57:44 2023 rev:4 rq:1077699 version:1.4.0 Changes: -------- --- /work/SRC/openSUSE:Factory/fnott/fnott.changes 2022-12-10 21:18:30.385794382 +0100 +++ /work/SRC/openSUSE:Factory/.fnott.new.19717/fnott.changes 2023-04-06 15:57:47.864924703 +0200 @@ -1,0 +2,16 @@ +Mon Apr 3 08:33:16 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to 1.4.0 + * Added idle-timeout option to specify the amount of time you need to be idle before notifications are prevented from timing out (#16). + * Added icon option, to specify icon to use when none is provided by the notification itself (#82). + * Support for image-path hints (#84). + * dpi-aware=no|yes|auto option (#80). + * Changed Default value of max-width and max-height is now 0 (unlimited). + * When determining initial font size, do FontConfig config substitution if the user-provided font pattern has no {pixel}size option (#1287). + * Fixed file:// URIs, in icon paths (#84) + * Replace ID being ignored if there were no prior notification with that ID. + * Wayland protocol violation when output scaling was enabled. + * Notification expiration (timeout) and dismissal are now deferred while the action selection helper is running (#90). +- cleaned up specfile + +------------------------------------------------------------------- Old: ---- 1.3.0.tar.gz New: ---- 1.4.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fnott.spec ++++++ --- /var/tmp/diff_new_pack.vZ4dF3/_old 2023-04-06 15:57:48.344927414 +0200 +++ /var/tmp/diff_new_pack.vZ4dF3/_new 2023-04-06 15:57:48.348927436 +0200 @@ -1,7 +1,7 @@ # # spec file for package fnott # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: fnott -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: Lightweight notification daemon for Wayland License: MIT @@ -25,11 +25,6 @@ URL: https://codeberg.org/dnkl/fnott Source0: https://codeberg.org/dnkl/fnott/archive/%{version}.tar.gz BuildRequires: meson >= 0.58 -%if 0%{?sle_version} >= 150400 -BuildRequires: gcc11 -%else -BuildRequires: gcc >= 8 -%endif BuildRequires: pkgconfig BuildRequires: python3 BuildRequires: scdoc @@ -43,18 +38,24 @@ BuildRequires: pkgconfig(wayland-cursor) BuildRequires: pkgconfig(wayland-protocols) BuildRequires: pkgconfig(wayland-scanner) +%if 0%{?sle_version} >= 150400 +BuildRequires: gcc11 +%else +BuildRequires: gcc >= 8 +%endif %description Lightweight notification daemon for Wayland. %prep -%autosetup -n %name +%autosetup -n %{name} %package zsh-completion Summary: Zsh Completion for %{name} Group: System/Shells -Supplements: (%{name} and zsh) Requires: zsh +Supplements: (%{name} and zsh) +BuildArch: noarch %description zsh-completion Zsh command-line completion support for %{name} ++++++ 1.3.0.tar.gz -> 1.4.0.tar.gz ++++++ ++++ 2899 lines of diff (skipped)