Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sphinx for openSUSE:Factory checked 
in at 2024-12-02 16:59:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sphinx (Old)
 and      /work/SRC/openSUSE:Factory/.sphinx.new.28523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sphinx"

Mon Dec  2 16:59:43 2024 rev:10 rq:1227749 version:2.2.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/sphinx/sphinx.changes    2024-01-09 
20:51:49.344951809 +0100
+++ /work/SRC/openSUSE:Factory/.sphinx.new.28523/sphinx.changes 2024-12-02 
17:00:14.928013383 +0100
@@ -1,0 +2,5 @@
+Mon Dec  2 11:34:46 UTC 2024 - Friedrich Haubensak <[email protected]>
+
+- add sphinx-gcc14.patch to fix gcc14 compile time error
+
+-------------------------------------------------------------------

New:
----
  sphinx-gcc14.patch

BETA DEBUG BEGIN:
  New:
- add sphinx-gcc14.patch to fix gcc14 compile time error
BETA DEBUG END:

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

Other differences:
------------------
++++++ sphinx.spec ++++++
--- /var/tmp/diff_new_pack.lnVJFk/_old  2024-12-02 17:00:15.452035552 +0100
+++ /var/tmp/diff_new_pack.lnVJFk/_new  2024-12-02 17:00:15.452035552 +0100
@@ -39,6 +39,7 @@
 Patch3:         reproducible.patch
 #CVE-2020-29050 
https://salsa.debian.org/debian/sphinxsearch/-/blob/4d6fe40644130308604845db43d3588e715ec85d/debian/patches/06-CVE-2020-29050.patch
 Patch4:         CVE-2020-29050.patch
+Patch5:         sphinx-gcc14.patch
 # for fix-ups
 BuildRequires:  dos2unix
 BuildRequires:  gcc-c++

++++++ sphinx-gcc14.patch ++++++
--- a/api/libsphinxclient/test.c        2016-07-19 12:42:18.000000000 +0200
+++ b/api/libsphinxclient/test.c        2024-12-02 12:27:40.898095827 +0100
@@ -268,7 +271,7 @@
                }
 
                printf ( "n=%d,\t", i );
-               res = sphinx_build_excerpts ( client, 1, docs, index, words, 
&opts );
+               res = sphinx_build_excerpts ( client, 1, (const char **)docs, 
index, words, &opts );
 
                if ( !res )
                {

Reply via email to