Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package mftrace for openSUSE:Factory checked 
in at 2025-05-13 20:08:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mftrace (Old)
 and      /work/SRC/openSUSE:Factory/.mftrace.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mftrace"

Tue May 13 20:08:54 2025 rev:22 rq:1277172 version:1.2.20

Changes:
--------
--- /work/SRC/openSUSE:Factory/mftrace/mftrace.changes  2022-05-13 
23:03:45.095155117 +0200
+++ /work/SRC/openSUSE:Factory/.mftrace.new.30101/mftrace.changes       
2025-05-13 20:09:11.592214652 +0200
@@ -1,0 +2,7 @@
+Tue May 13 14:04:25 UTC 2025 - pgaj...@suse.com
+
+- added patches
+  build with gcc15
+  + mftrace-gcc15.patch
+
+-------------------------------------------------------------------

New:
----
  mftrace-gcc15.patch

BETA DEBUG BEGIN:
  New:  build with gcc15
  + mftrace-gcc15.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ mftrace.spec ++++++
--- /var/tmp/diff_new_pack.RKjGHy/_old  2025-05-13 20:09:12.292244003 +0200
+++ /var/tmp/diff_new_pack.RKjGHy/_new  2025-05-13 20:09:12.292244003 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mftrace
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,8 @@
 URL:            https://lilypond.org/mftrace/
 Source0:        
https://lilypond.org/download/sources/mftrace/%{name}-%{version}.tar.gz
 Source1:        gf2pbm.1
+# build with gcc15
+Patch0:         mftrace-gcc15.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  potrace
@@ -40,7 +42,7 @@
 (TrueType) font.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
 cp %{SOURCE1} .

++++++ mftrace-gcc15.patch ++++++
diff -upr mftrace-1.2.20.orig/gf2pbm.c mftrace-1.2.20/gf2pbm.c
--- mftrace-1.2.20.orig/gf2pbm.c        2025-05-13 13:58:57.354037615 +0000
+++ mftrace-1.2.20/gf2pbm.c     2025-05-13 14:02:08.421543082 +0000
@@ -105,8 +105,9 @@ BMUNIT      bit_masks[33] = {
 };
 #endif
 #endif
-
+#if __STDC_VERSION__ < 202311L
 typedef enum {false,true}bool;
+#endif
 bool debug;
 
 struct font {

Reply via email to