Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fnott for openSUSE:Factory checked 
in at 2022-08-20 20:28:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fnott (Old)
 and      /work/SRC/openSUSE:Factory/.fnott.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fnott"

Sat Aug 20 20:28:59 2022 rev:2 rq:998270 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fnott/fnott.changes      2022-03-11 
11:42:12.362670856 +0100
+++ /work/SRC/openSUSE:Factory/.fnott.new.2083/fnott.changes    2022-08-20 
20:29:18.797460875 +0200
@@ -1,0 +2,20 @@
+Fri Aug 19 23:39:11 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update to version 1.3.0:
+  * Added:
+    - Support for a ???progress??? hints, notify-send -h int:value:20 ..., 
(#51).
+    - title-format, summary-format and body-format options, allowing you to 
customize the rendered strings. In this release, the %a, %s, %b and %% 
formatters, as well as \n, are recognized. (#39).
+    - Added configuration option layer to specify the layer on which 
notifications are displayed. Values include background, top, bottom, and 
overlay (#71).
+  * Changed:
+    - Minimum required meson version is now 0.58.
+    - Notification text is now truncated instead of running into, and past, 
the vertical padding (#52).
+    - All color configuration options have been changed from (A)RGB (i.e. 
ARGB, where the alpha component is optional), to RGBA. This means all color 
values must be specified with 8 digits (#47).
+  * Removed:
+    - $XDG_CONFIG_HOME/fnottrc and ~/.config/fnottrc. Use 
$XDG_CONFIG_HOME/fnott/fnott.ini (defaulting to ~/.config/fnott/fnott.ini) 
instead (#7).
+  * Fixed:
+    - Scale not being applied to the notification???s size when first 
instantiated (#54).
+    - Fallback to /etc/xdg if XDG_CONFIG_DIRS is unset.
+    - Icon lookup is now better at following the XDG specification (#64).
+    - Setting max-width and/or max-height to 0 no longer causes fnott to 
crash. Instead, a zero max-width/height means there is no limit (#66).
+
+-------------------------------------------------------------------

Old:
----
  1.2.1.tar.gz

New:
----
  1.3.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fnott.spec ++++++
--- /var/tmp/diff_new_pack.WSRtO2/_old  2022-08-20 20:29:19.173461918 +0200
+++ /var/tmp/diff_new_pack.WSRtO2/_new  2022-08-20 20:29:19.177461929 +0200
@@ -15,24 +15,25 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 Name:           fnott
-Version:        1.2.1
+Version:        1.3.0
 Release:        0
 Summary:        Lightweight notification daemon for Wayland
 License:        MIT
 Group:          System/GUI/Other
 URL:            https://codeberg.org/dnkl/fnott
 Source0:        https://codeberg.org/dnkl/fnott/archive/%{version}.tar.gz
-BuildRequires:  meson >= 0.54
+BuildRequires:  meson >= 0.58
 BuildRequires:  pkgconfig
 BuildRequires:  python3
 BuildRequires:  scdoc
 BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(fcft) < 4.0.0
 BuildRequires:  pkgconfig(fcft) >= 3.0.0
+BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(pixman-1)
 BuildRequires:  pkgconfig(tllist) >= 1.0.1
-BuildRequires:  pkgconfig(libpng)
 BuildRequires:  pkgconfig(wayland-client)
 BuildRequires:  pkgconfig(wayland-cursor)
 BuildRequires:  pkgconfig(wayland-protocols)
@@ -54,7 +55,11 @@
 Zsh command-line completion support for %{name}
 
 %build
+%if 0%{?sle_version} == 150400 && 0%{?is_opensuse}
+%meson -Db_lto=true -Dc_std=none
+%else
 %meson -Db_lto=true
+%endif
 %meson_build
 
 %install
@@ -71,6 +76,7 @@
 %dir %{_datadir}/doc/%{name}
 %license %{_datadir}/doc/%{name}/LICENSE
 %doc %{_datadir}/doc/%{name}/README.md
+%doc CHANGELOG.md
 
 %dir %{_datadir}/%{name}/
 %{_datadir}/%{name}/fnott.ini

++++++ 1.2.1.tar.gz -> 1.3.0.tar.gz ++++++
++++ 2436 lines of diff (skipped)

Reply via email to