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-12-10 21:18:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fnott (Old)
 and      /work/SRC/openSUSE:Factory/.fnott.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fnott"

Sat Dec 10 21:18:29 2022 rev:3 rq:1041887 version:1.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fnott/fnott.changes      2022-08-20 
20:29:18.797460875 +0200
+++ /work/SRC/openSUSE:Factory/.fnott.new.1835/fnott.changes    2022-12-10 
21:18:30.385794382 +0100
@@ -1,0 +2,6 @@
+Fri Dec  2 13:48:53 UTC 2022 - Soc Virnyl Estela <socvirnyl.est...@gmail.com>
+
+- Update specfile
+- Change to c11 standard to comply with latest on leap
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ fnott.spec ++++++
--- /var/tmp/diff_new_pack.xsoLIs/_old  2022-12-10 21:18:30.837797025 +0100
+++ /var/tmp/diff_new_pack.xsoLIs/_new  2022-12-10 21:18:30.841797048 +0100
@@ -25,6 +25,11 @@
 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
@@ -55,11 +60,11 @@
 Zsh command-line completion support for %{name}
 
 %build
+%meson \
 %if 0%{?sle_version} == 150400 && 0%{?is_opensuse}
-%meson -Db_lto=true -Dc_std=none
-%else
-%meson -Db_lto=true
+  -Dc_std=c11 \
 %endif
+  -Db_lto=true
 %meson_build
 
 %install

Reply via email to