Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2023-11-20 21:19:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive (Old)
 and      /work/SRC/openSUSE:Factory/.texlive.new.2521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive"

Mon Nov 20 21:19:02 2023 rev:91 rq:1127649 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2023-07-15 
23:15:10.935523025 +0200
+++ /work/SRC/openSUSE:Factory/.texlive.new.2521/texlive.changes        
2023-11-20 21:19:19.306299716 +0100
@@ -1,0 +2,17 @@
+Fri Nov 17 14:23:06 UTC 2023 - Dr. Werner Fink <wer...@suse.de>
+
+- Silent some rpmlint errors 
+
+-------------------------------------------------------------------
+Fri Nov 17 12:39:29 UTC 2023 - Dr. Werner Fink <wer...@suse.de>
+
+- Catch all lua based binaries for boo#1216650 
+
+-------------------------------------------------------------------
+Mon Oct 30 14:15:53 UTC 2023 - Atri Bhattacharya <badshah...@gmail.com>
+
+- texlive-latex-bin-bin: Ensure the same version of libz1 is
+  installed in system as against what texlive was compiled
+  (boo#1216650).
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive.spec ++++++
--- /var/tmp/diff_new_pack.MPNmNv/_old  2023-11-20 21:19:20.670350058 +0100
+++ /var/tmp/diff_new_pack.MPNmNv/_new  2023-11-20 21:19:20.674350206 +0100
@@ -1661,6 +1661,8 @@
 Summary:        Binary files of latex-bin
 Group:          Productivity/Publishing/TeX/Utilities
 URL:            https://www.tug.org/texlive/
+# Needs to have the same version of zlib on system that it is compiled against
+%requires_eq    libz1
 Requires(pre):  texlive-latex-bin >= %{texlive_version}
 #!BuildIgnore:  texlive-latex-bin
 Recommends:     texlive-collection-fontsrecommended >= %{texlive_version}
@@ -1965,6 +1967,8 @@
 Summary:        Binary files of luahbtex
 Group:          Productivity/Publishing/TeX/Utilities
 URL:            https://www.tug.org/texlive/
+# Needs to have the same version of zlib on system that it is compiled against
+%requires_eq    libz1
 Requires(pre):  texlive-luahbtex >= %{texlive_version}
 #!BuildIgnore:  texlive-luahbtex
 Recommends:     texlive-collection-basic >= %{texlive_version}
@@ -1982,6 +1986,8 @@
 Summary:        Binary files of luajittex
 Group:          Productivity/Publishing/TeX/Utilities
 URL:            https://www.tug.org/texlive/
+# Needs to have the same version of zlib on system that it is compiled against
+%requires_eq    libz1
 Requires(pre):  texlive-luajittex >= %{texlive_version}
 #!BuildIgnore:  texlive-luajittex
 Recommends:     texlive-collection-basic >= %{texlive_version}
@@ -2013,6 +2019,8 @@
 Summary:        Binary files of luatex
 Group:          Productivity/Publishing/TeX/Utilities
 URL:            https://www.tug.org/texlive/
+# Needs to have the same version of zlib on system that it is compiled against
+%requires_eq    libz1
 Requires(pre):  texlive-luatex >= %{texlive_version}
 #!BuildIgnore:  texlive-luatex
 Recommends:     texlive-collection-fontsrecommended >= %{texlive_version}
@@ -3848,6 +3856,7 @@
 Group:          Development/Libraries/C and C++
 URL:            https://www.tug.org/texlive/
 Requires:       libtexlua53-5 = 5.3.6
+Requires:       libtexluajit2 = 2.1.0beta3
 
 %description -n %{name}-texluajit-devel
 This package includes the LuaJIT development files.
@@ -4537,8 +4546,6 @@
 %if %{with buildbiber}
     pushd ../biblatex-biber-*/
        ./Build install destdir=%{buildroot}
-       sed -rn 
'\@^#![[:space:]]*/usr/bin/env[[:space:]]+perl@{s@(/usr/bin/)env[[:space:]]+(perl)@\1\2@p}'
 \
-                     %{buildroot}%{_bindir}/biber
        chmod    0755 %{buildroot}%{_bindir}/biber
        rm -vf        %{buildroot}%{_mandir}/man1/biber.1*
        chmod    0644 %{buildroot}%{perl_vendorlib}/Biber.pm
@@ -4565,8 +4572,6 @@
     mv ../biblatex-biber-*/texlive.files perl-biber-ms.files
     pushd ../biber-*/
        ./Build install destdir=%{buildroot}
-       sed -rn 
'\@^#![[:space:]]*/usr/bin/env[[:space:]]+perl@{s@(/usr/bin/)env[[:space:]]+(perl)@\1\2@p}'
 \
-                     %{buildroot}%{_bindir}/biber
        chmod    0755 %{buildroot}%{_bindir}/biber
        rm -vf        %{buildroot}%{_mandir}/man1/biber.1*
        chmod    0644 %{buildroot}%{perl_vendorlib}/Biber.pm
@@ -4735,6 +4740,7 @@
 %endif
     # install manual page of public
     install -m 0644 %{S:51} %{buildroot}%{_mandir}/man8/public.8
+    gzip %{buildroot}%{_mandir}/man8/public.8
 
     # is part of texlive-kpathsea
     rm -vf %{buildroot}%{_texmfconfdir}/web2c/fmtutil.cnf
@@ -4782,6 +4788,7 @@
 
 %if %{with buildbiber}
     for scr in %{_bindir}/biber \
+       %{_bindir}/biber-ms \
 %else
     for scr in \
 %endif
@@ -4870,7 +4877,7 @@
 # is part of texlive-luatex
 #%config(noreplace) %verify(not md5 size mtime) 
%{_texmfconfdir}/web2c/texmfcnf.lua
 #%verify(link) %{_texmfmaindir}/web2c/texmfcnf.lua
-%{_mandir}/man8/public.*
+%{_mandir}/man8/public.8%{?ext_man}
 %if %{with zypper_posttrans}
 %verify(link) /var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
 %endif

Reply via email to