Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package texlive for openSUSE:Factory checked 
in at 2021-03-11 20:08:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive (Old)
 and      /work/SRC/openSUSE:Factory/.texlive.new.2401 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive"

Thu Mar 11 20:08:33 2021 rev:70 rq:877922 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2020-08-14 
09:33:06.776391771 +0200
+++ /work/SRC/openSUSE:Factory/.texlive.new.2401/texlive.changes        
2021-03-11 20:09:21.940378667 +0100
@@ -1,0 +2,10 @@
+Tue Feb 23 16:22:42 UTC 2021 - Callum Farmer <[email protected]>
+
+- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
+
+-------------------------------------------------------------------
+Mon Feb  8 13:41:32 UTC 2021 - Dr. Werner Fink <[email protected]>
+
+- Skip packages which are based on python2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive.spec ++++++
--- /var/tmp/diff_new_pack.vSWvGq/_old  2021-03-11 20:09:23.124380588 +0100
+++ /var/tmp/diff_new_pack.vSWvGq/_new  2021-03-11 20:09:23.128380595 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package texlive
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %define texlive_version  2020
 %define texlive_previous 2019
 %define texlive_release  20200327
-%define texlive_noarch   177
+%define texlive_noarch   182
 %define texlive_source   texlive-20200327-source
 
 %define __perl_requires                %{nil}
@@ -297,7 +297,9 @@
 
 %{expand: %%global options %(mktemp /tmp/texlive-opts.XXXXXXXX)}
 %global _varlib                %{_localstatedir}/lib
-%global _libexecdir    %{_prefix}/lib
+
+%define libexec %(rpm --eval '%%{_libexecdir}' | sed 's-/usr--g')
+%define libexecdir     ${prefix}%{libexec}
 
 %define _texmfdistdir  %{_datadir}/texmf
 %if 0%{texlive_version} >= 2013
@@ -1199,20 +1201,6 @@
 %description dvisvgm-bin
 Binary files of dvisvgm
 
-%package ebong-bin
-Version:        %{texlive_version}.%{texlive_release}.svn21000
-Release:        0
-Summary:        Binary files of ebong
-License:        LPPL-1.0
-Group:          Productivity/Publishing/TeX/Utilities
-URL:            http://www.tug.org/texlive/
-Requires(pre):  texlive-ebong >= %{texlive_version}
-#!BuildIgnore:  texlive-ebong
-Prefix:         %{_bindir}
-
-%description ebong-bin
-Binary files of ebong
-
 %package eplain-bin
 Version:        %{texlive_version}.%{texlive_release}.svn3006
 Release:        0
@@ -2650,23 +2638,6 @@
 %description purifyeps-bin
 Binary files of purifyeps
 
-%package pygmentex-bin
-Version:        %{texlive_version}.%{texlive_release}.svn34996
-Release:        0
-Summary:        Binary files of pygmentex
-License:        LPPL-1.0
-Group:          Productivity/Publishing/TeX/Utilities
-URL:            http://www.tug.org/texlive/
-Requires(pre):  texlive-pygmentex >= %{texlive_version}
-#!BuildIgnore:  texlive-pygmentex
-Recommends:     texlive-collection-fontsrecommended >= %{texlive_version}
-Recommends:     texlive-collection-genericrecommended >= %{texlive_version}
-Recommends:     texlive-collection-basic >= %{texlive_version}
-Prefix:         %{_bindir}
-
-%description pygmentex-bin
-Binary files of pygmentex
-
 %package pythontex-bin
 Version:        %{texlive_version}.%{texlive_release}.svn31638
 Release:        0
@@ -4095,8 +4066,8 @@
     popd
 
     # compile public
-    mkdir -p ${prefix}/lib/mktex
-    $CC ${RPM_OPT_FLAGS} -DTEXGRP='"%{texgrp}"' -DTEXUSR='"%{texusr}"' 
-DMKTEX='"%{_libexecdir}/mktex"' -fPIE -pie -o ${prefix}/lib/mktex/public 
%{S:50}
+    mkdir -p %{libexecdir}/mktex
+    $CC ${RPM_OPT_FLAGS} -DTEXGRP='"%{texgrp}"' -DTEXUSR='"%{texusr}"' 
-DMKTEX='"%{_libexecdir}/mktex"' -fPIE -pie -o %{libexecdir}/mktex/public 
%{S:50}
 
     # install our own scripts
     mkdir -p ${prefix}/bin
@@ -4210,6 +4181,8 @@
     popd
     pushd ${prefix}/lib/
        tar -cpSf - *.so* | tar -xvspSf - -C %{buildroot}%{_libdir}/
+    popd
+    pushd %{libexecdir}/
        tar -cpSf - mktex | tar -xvspSf - -C %{buildroot}%{_libexecdir}/
     popd
     pushd ${prefix}/share/texmf
@@ -4448,6 +4421,9 @@
                q
        EOF
     done
+# Currently disabled due python2 requirement
+rm -vf %{buildroot}%{_bindir}/ebong
+rm -vf %{buildroot}%{_bindir}/pygmentex
 
 %if %{defined verify_permissions}
 %verifyscript kpathsea-bin
@@ -4818,10 +4794,6 @@
 %defattr(-,root,root,755)
 %{_bindir}/dvisvgm
 
-%files ebong-bin
-%defattr(-,root,root,755)
-%{_bindir}/ebong
-
 %files eplain-bin
 %defattr(-,root,root,755)
 %{_bindir}/eplain
@@ -5303,10 +5275,6 @@
 %defattr(-,root,root,755)
 %{_bindir}/purifyeps
 
-%files pygmentex-bin
-%defattr(-,root,root,755)
-%{_bindir}/pygmentex
-
 %files pythontex-bin
 %defattr(-,root,root,755)
 %{_bindir}/depythontex

++++++ _constraints ++++++
--- /var/tmp/diff_new_pack.vSWvGq/_old  2021-03-11 20:09:23.168380659 +0100
+++ /var/tmp/diff_new_pack.vSWvGq/_new  2021-03-11 20:09:23.168380659 +0100
@@ -1,4 +1,6 @@
+<?xml version="1.0"?>
 <constraints>
+  <hostlabel exclude="true">SLOW_CPU</hostlabel>
   <hardware>
     <disk>
       <size unit="G">4</size>

++++++ texlive-rpmlintrc ++++++
--- /var/tmp/diff_new_pack.vSWvGq/_old  2021-03-11 20:09:23.308380886 +0100
+++ /var/tmp/diff_new_pack.vSWvGq/_new  2021-03-11 20:09:23.308380886 +0100
@@ -19,6 +19,7 @@
 addFilter(".*binary-or-shlib-calls-gethostbyname.*")
 addFilter(".*zero-length.*")
 addFilter(".*dangling-symlink.*/usr/lib/mktex/public.*")
+addFilter(".*dangling-symlink.*/usr/libexec/mktex/public.*")
 addFilter(".*devel-dependency.*texlive-lua-visual-debug.*")
 addFilter(".*obsolete-not-provided.*")
 addFilter(".*position-independent-executable-suggested.*")

Reply via email to