Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fpc for openSUSE:Factory checked in 
at 2022-04-30 00:45:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fpc (Old)
 and      /work/SRC/openSUSE:Factory/.fpc.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fpc"

Sat Apr 30 00:45:29 2022 rev:13 rq:973889 version:3.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/fpc/fpc.changes  2022-03-07 17:47:13.235115000 
+0100
+++ /work/SRC/openSUSE:Factory/.fpc.new.1538/fpc.changes        2022-04-30 
00:46:13.514987168 +0200
@@ -1,0 +2,11 @@
+Fri Apr 29 09:29:06 UTC 2022 - Guillaume GARDET <[email protected]>
+
+- Add patch to fix build of doc with latest LaTex on Tumbleweed:
+  * hyperref-2022.patch - boo#1199007
+
+-------------------------------------------------------------------
+Tue Apr 26 17:59:19 UTC 2022 - PragmaticLinux <[email protected]>
+
+- Corrected fppkg configuration - boo#1197651
+
+-------------------------------------------------------------------

New:
----
  hyperref-2022.patch

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

Other differences:
------------------
++++++ fpc.spec ++++++
--- /var/tmp/diff_new_pack.ReuEAZ/_old  2022-04-30 00:46:17.602990712 +0200
+++ /var/tmp/diff_new_pack.ReuEAZ/_new  2022-04-30 00:46:17.614990723 +0200
@@ -88,6 +88,8 @@
 Patch5:         fpc-3.2.0-glibc-2.34.patch
 # PATCH-FIX-UPSTREAM fpc-3.2.2-ppc64le-toc-fixes.patch solves 
https://gitlab.com/freepascal.org/fpc/source/-/issues/39542
 Patch6:         fpc-3.2.2-ppc64le-toc-fixes.patch
+# PATCH-FIX-UPSTREAM - boo#1199007
+Patch7:         hyperref-2022.patch
 BuildRequires:  binutils
 %if 0%{?suse_version}
 BuildRequires:  fdupes
@@ -161,6 +163,7 @@
 %patch5 -p1
 %endif
 %patch6 -p1
+%patch7 -p0
 
 %if %{with bootstrap}
 %if "%{flavor}" == ""
@@ -271,8 +274,8 @@
 ${FPCMKCFGBIN} -p -d "basepath=$FPCPATH" -o %{buildroot}%{_sysconfdir}/fpc.cfg
 ${FPCMKCFGBIN} -p -1 -d "basepath=$FPCPATH" -o ${SYSFPDIRBASE}/fp.cfg
 ${FPCMKCFGBIN} -p -2 -o ${SYSFPDIRBASE}/fp.ini
-${FPCMKCFGBIN} -p -3 -d CompilerConfigDir=%{_sysconfdir}/fppkg -o 
%{buildroot}%{_sysconfdir}/fppkg.cfg
-${FPCMKCFGBIN} -p -4 -d "GlobalPrefix=$FPCGLOBALPREFIX" -o 
%{buildroot}%{_sysconfdir}/fppkg/default
+${FPCMKCFGBIN} -p -3 -d "CompilerConfigDir=%{_sysconfdir}/fppkg" -d 
"GlobalPrefix=%{_prefix}" -d "GlobalPath=%{_libdir}/fpc/{CompilerVersion}/" -o 
%{buildroot}%{_sysconfdir}/fppkg.cfg
+${FPCMKCFGBIN} -p -4 -d "FpcBin=%{_bindir}/fpc" -o 
%{buildroot}%{_sysconfdir}/fppkg/default
 # Add support for "build ID" in binaries (for debuginfo support)
 echo -e \
 "\n# ----------------------\n\

++++++ hyperref-2022.patch ++++++
The macro htmladdnormallink is gone

---
 fpcdocs/fpc.sty |    3 +++
 1 file changed, 3 insertions(+)

--- fpcdocs/fpc.sty
+++ fpcdocs/fpc.sty     2022-04-29 09:11:29.089605046 +0000
@@ -235,6 +235,9 @@
 }%
 \makeatother
 \fi
+\ifdefined\htmladdnormallink\relax\else%
+\def\htmladdnormallink#1#2{\href{#2}{#1}}
+\fi
 %
 % Fake Latex2Html support, so latex2html is not required
 %

Reply via email to