Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2025-04-30 19:02:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive (Old)
 and      /work/SRC/openSUSE:Factory/.texlive.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive"

Wed Apr 30 19:02:49 2025 rev:102 rq:1273421 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2025-04-11 
16:44:25.361278818 +0200
+++ /work/SRC/openSUSE:Factory/.texlive.new.30101/texlive.changes       
2025-04-30 19:03:00.766900622 +0200
@@ -1,0 +2,6 @@
+Sun Apr 20 17:46:08 UTC 2025 - Friedrich Haubensak <hs...@mail.de>
+
+- Add source-asymptote-liblsp.dif:  fix some missing #include
+  statements (boo#1241475)
+
+-------------------------------------------------------------------

New:
----
  source-asymptote-liblsp.dif

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

Other differences:
------------------
++++++ texlive.spec ++++++
--- /var/tmp/diff_new_pack.r6j1f4/_old  2025-04-30 19:03:02.190959987 +0200
+++ /var/tmp/diff_new_pack.r6j1f4/_new  2025-04-30 19:03:02.194960154 +0200
@@ -19,7 +19,7 @@
 %define texlive_version  2025
 %define texlive_previous 2022
 %define texlive_release  20250308
-%define texlive_noarch   217
+%define texlive_noarch   220
 %define texlive_source   texlive-20250308-source
 %define biber_version    2.20
 
@@ -273,6 +273,8 @@
 Patch18:        source-a2ping.dif
 Patch19:        source-dvipng.dif
 Patch21:        source-ppc64.dif
+# fix missing include files to make gcc-15 happy
+Patch22:        source-asymptote-liblsp.dif
 # PATCH-FIX-SUSE Make biber work with our perl
 Patch42:        biblatex-encoding.dif
 Patch43:        biblatex-ms-encoding.dif
@@ -4393,6 +4395,7 @@
 %patch -P18 -p0 -b .a2p
 %patch -P19 -p0 -b .dvipng
 %patch -P21 -p0 -b .ppcelf
+%patch -P22 -p0 -b .asy
 pushd libs/luajit/LuaJIT-src/
 #Missed patch ppc and risc
 popd
@@ -4621,7 +4624,6 @@
     popd
 
     pushd utils/asymptote
-       CFLAGS=${CFLAGS//-std=gnu11/}
        version=$(autoreconf --version | head -n 1 | sed -r 's/.* 
([0-9.]+)$/\1/')
        if test ${version%%.*} -ge 2 -a ${version#*.} -ge 71
        then
@@ -4649,8 +4651,8 @@
        LDFLAGS="$LDFLAGS -L$PWD"               \
        CFLAGS="${CFLAGS/-Wno-unprototyped-calls/}"     \
        CXXFLAGS="${CXXFLAGS/-Wno-unprototyped-calls/}" \
-       CFLAGS="${CFLAGS/-std=gnu99/}"          \
-       CXXFLAGS="${CXXFLAGS/-std=gnu99/}"      \
+       CFLAGS="${CFLAGS//-std=gnu11/}"         \
+       CXXFLAGS="${CXXFLAGS//-std=gnu11/}"     \
        ./configure                             \
            --host=${HOST}                      \
            --build=${BUILD}                    \

++++++ source-asymptote-liblsp.dif ++++++
--- utils/asymptote/LspCpp/include/LibLsp/JsonRpc/serializer.h  2025-02-08 
18:23:03.000000000 +0100
+++ utils/asymptote/LspCpp/include/LibLsp/JsonRpc/serializer.h  2025-04-20 
18:46:52.290632025 +0200
@@ -10,6 +10,7 @@
 #include <functional>
 #include <map>
 #include <algorithm>
+#include <cstdint>
 
 #include "optionalVersion.h"
 
--- utils/asymptote/LspCpp/include/LibLsp/lsp/lru_cache.h       2025-02-08 
18:23:03.000000000 +0100
+++ utils/asymptote/LspCpp/include/LibLsp/lsp/lru_cache.h       2025-04-20 
19:11:26.843059032 +0200
@@ -5,6 +5,7 @@
 #include <limits>
 #include <memory>
 #include <vector>
+#include <cstdint>
 
 // Cache that evicts old entries which have not been used recently. Implemented
 // using array/linear search so this works well for small array sizes.
--- utils/asymptote/LspCpp/include/LibLsp/lsp/ParentProcessWatcher.h    
2025-02-08 18:23:03.000000000 +0100
+++ utils/asymptote/LspCpp/include/LibLsp/lsp/ParentProcessWatcher.h    
2025-04-20 19:14:32.442863120 +0200
@@ -2,6 +2,7 @@
 
 #include "LibLsp/JsonRpc/MessageIssue.h"
 #include <memory>
+#include <cstdint>
 
 class ParentProcessWatcher
 {

Reply via email to