Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package foma for openSUSE:Factory checked in 
at 2024-05-15 21:25:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/foma (Old)
 and      /work/SRC/openSUSE:Factory/.foma.new.1880 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "foma"

Wed May 15 21:25:40 2024 rev:7 rq:1173879 version:0.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/foma/foma.changes        2022-08-30 
14:48:42.488002250 +0200
+++ /work/SRC/openSUSE:Factory/.foma.new.1880/foma.changes      2024-05-15 
21:25:58.296234489 +0200
@@ -1,0 +2,7 @@
+Mon May 13 12:10:56 UTC 2024 - [email protected]
+
+- added patches
+  fix 
https://github.com/mhulden/foma/commit/9a99d2d41809422080606bb49531b38ce1e2111a
+  + foma-gcc14.patch
+
+-------------------------------------------------------------------

New:
----
  foma-gcc14.patch

BETA DEBUG BEGIN:
  New:  fix 
https://github.com/mhulden/foma/commit/9a99d2d41809422080606bb49531b38ce1e2111a
  + foma-gcc14.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ foma.spec ++++++
--- /var/tmp/diff_new_pack.gyO8Uo/_old  2024-05-15 21:25:58.848254470 +0200
+++ /var/tmp/diff_new_pack.gyO8Uo/_new  2024-05-15 21:25:58.848254470 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package foma
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,8 @@
 URL:            https://fomafst.github.io/
 Source0:        foma-%{version}.tar.xz
 Patch0:         foma-harden-build.patch
+# 
https://github.com/mhulden/foma/commit/9a99d2d41809422080606bb49531b38ce1e2111a
+Patch1:         foma-gcc14.patch
 BuildRequires:  bison
 BuildRequires:  flex
 BuildRequires:  ncurses-devel

++++++ foma-gcc14.patch ++++++
diff --git a/foma/io.c b/foma/io.c
index b7bf69b..da1c57a 100644
--- a/foma.orig/io.c
+++ a/foma/io.c
@@ -999,7 +999,7 @@ static BOM BOM_codes[] = {
     { { 0x00, 0x00, 0xFE, 0xFF }, 4, "UTF-32BE" },
     { { 0xFF, 0xFE }, 2, "UTF16-LE" },
     { { 0xFE, 0xFF }, 2, "UTF16-BE" },
-    { NULL, 0, NULL },
+    { { 0, } , 0, NULL },
 };
 
 BOM *check_BOM(char *buffer) {

Reply via email to