Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package transfig for openSUSE:Factory 
checked in at 2024-07-02 18:15:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/transfig (Old)
 and      /work/SRC/openSUSE:Factory/.transfig.new.18349 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "transfig"

Tue Jul  2 18:15:29 2024 rev:58 rq:1184778 version:3.2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/transfig/transfig.changes        2024-02-28 
19:45:04.529357028 +0100
+++ /work/SRC/openSUSE:Factory/.transfig.new.18349/transfig.changes     
2024-07-02 18:15:32.873439040 +0200
@@ -1,0 +2,6 @@
+Tue Jul  2 06:10:51 UTC 2024 - Dr. Werner Fink <wer...@suse.de>
+
+- Add patch transfig-gcc14.patch
+  * Fix the last missing declaration of put_msg() (boo#1225947 
+
+-------------------------------------------------------------------

New:
----
  transfig-gcc14.patch

BETA DEBUG BEGIN:
  New:
- Add patch transfig-gcc14.patch
  * Fix the last missing declaration of put_msg() (boo#1225947 
BETA DEBUG END:

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

Other differences:
------------------
++++++ transfig.spec ++++++
--- /var/tmp/diff_new_pack.sg4ZJx/_old  2024-07-02 18:15:33.665468023 +0200
+++ /var/tmp/diff_new_pack.sg4ZJx/_new  2024-07-02 18:15:33.665468023 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package transfig
 #
-# Copyright (c) 2023 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
@@ -30,6 +30,7 @@
 Patch4:         transfig-fix-afl.patch
 Patch43:        fig2dev-3.2.6-fig2mpdf.patch
 Patch44:        fig2dev-3.2.6-fig2mpdf-doc.patch
+Patch45:        transfig-gcc14.patch
 Patch47:        0001-Use-native-fig2dev-pdf-output-instead-of-epstopdf.patch
 BuildRequires:  fdupes
 BuildRequires:  libjpeg-devel
@@ -71,6 +72,7 @@
 %patch -P 4 -p1 -b .afl
 %patch -P 43 -p1 -b .mpdf
 %patch -P 44 -p1 -b .mpdfdoc
+%patch -P 45 -p0 -b .gcc14
 %patch -P 47 -p1 -b .epstopdf
 # remove obsolete libc fallback implementations
 rm fig2dev/lib/*.c

++++++ transfig-gcc14.patch ++++++
Declare put_msg() (boo#1225947)

--- fig2dev/dev/genpstex.c
+++ fig2dev/dev/genpstex.c      2024-07-02 06:04:04.359357084 +0000
@@ -53,6 +53,7 @@
 #include "object.h"
 #include "texfonts.h"
 #include "setfigfont.h"
+#include "messages.h"
 
 extern double rad2deg;
 

Reply via email to