Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lyx for openSUSE:Factory checked in 
at 2023-12-18 22:55:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lyx (Old)
 and      /work/SRC/openSUSE:Factory/.lyx.new.9037 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lyx"

Mon Dec 18 22:55:33 2023 rev:107 rq:1132911 version:2.3.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/lyx/lyx.changes  2023-01-05 15:01:25.181199546 
+0100
+++ /work/SRC/openSUSE:Factory/.lyx.new.9037/lyx.changes        2023-12-18 
22:55:36.046859597 +0100
@@ -1,0 +2,7 @@
+Wed Dec 13 14:45:07 UTC 2023 - Giacomo Comes <[email protected]>
+
+- move %reconfigure_fonts_prereq to the font package
+- fix build failure on tumbleweed
+  * hack to be removed with lyx 2.4
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lyx.spec ++++++
--- /var/tmp/diff_new_pack.Wo5s1S/_old  2023-12-18 22:55:36.922891679 +0100
+++ /var/tmp/diff_new_pack.Wo5s1S/_new  2023-12-18 22:55:36.922891679 +0100
@@ -116,7 +116,6 @@
 Recommends:     texlive-picinpar
 Recommends:     texlive-shapepar
 Recommends:     texlive-sidecap
-%reconfigure_fonts_prereq
 
 %description
 LyX is a document processor that encourages an approach to writing
@@ -136,6 +135,7 @@
 Summary:        Fonts for displaying math
 Group:          System/X11/Fonts
 BuildArch:      noarch
+%reconfigure_fonts_prereq
 
 %description fonts
 A collection of Math symbol fonts for LyX.
@@ -144,6 +144,13 @@
 %autosetup -p1
 
 %build
+#hack for tumbleweed and for 2.3.7 only: fix build failure
+#to be removed with lyx 2.4 as it already contains the fix
+%if 0%{?suse_version} > 1500
+if [[ %{version} = 2.3.7 ]]; then
+    sed -i '/static.*zoom_/s@static @@' src/frontends/qt4/GuiView.h
+fi
+%endif
 #./autogen.sh
 TEXMF=%{_datadir}/texmf
 %configure \

Reply via email to