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-11-20 02:38:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/texlive (Old)
 and      /work/SRC/openSUSE:Factory/.texlive.new.1895 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "texlive"

Sat Nov 20 02:38:08 2021 rev:74 rq:931525 version:unknown

Changes:
--------
--- /work/SRC/openSUSE:Factory/texlive/texlive.changes  2021-06-11 
22:30:53.626153053 +0200
+++ /work/SRC/openSUSE:Factory/.texlive.new.1895/texlive.changes        
2021-11-20 02:38:21.924933549 +0100
@@ -1,0 +2,5 @@
+Mon Nov 15 10:40:08 UTC 2021 - Dr. Werner Fink <wer...@suse.de>
+
+- Fix wrong library paths in pkgconfig files (boo#1192662) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ texlive.spec ++++++
--- /var/tmp/diff_new_pack.FnUGbi/_old  2021-11-20 02:38:23.044929853 +0100
+++ /var/tmp/diff_new_pack.FnUGbi/_new  2021-11-20 02:38:23.048929840 +0100
@@ -19,7 +19,7 @@
 %define texlive_version  2021
 %define texlive_previous 2020
 %define texlive_release  20210325
-%define texlive_noarch   185
+%define texlive_noarch   188
 %define texlive_source   texlive-20210325-source
 
 %define __perl_requires                %{nil}
@@ -3921,7 +3921,7 @@
     for rp in $(find -name libtool.m4 -or -name configure) ; do
        sed -ri 's/(-rpath)/\1-link/g' $rp
     done
-    
LD_LIBRARY_PATH=${prefix}/lib:${world}/texk/kpathsea/.libs:${world}/texk/ptexenc/.libs
+    
LD_LIBRARY_PATH=${prefix}/%{_lib}:${world}/texk/kpathsea/.libs:${world}/texk/ptexenc/.libs
     export LD_LIBRARY_PATH
 
     # We have an other autoconf/automake version and some patch changing ac 
files
@@ -3968,7 +3968,7 @@
            --datarootdir=$prefix               \
            --exec-prefix=$prefix               \
            --bindir=$prefix/bin                \
-           --libdir=$prefix/lib                \
+           --libdir=$prefix/%{_lib}            \
            --infodir=$prefix/share/info        \
            --mandir=$prefix/share/man          \
            --sysconfdir=$prefix/etc            \
@@ -4217,7 +4217,7 @@
        rm -vf %{buildroot}%{_bindir}/installfont-tl
        rm -vf %{buildroot}%{_bindir}/tlcockpit
     popd
-    pushd ${prefix}/lib/
+    pushd ${prefix}/%{_lib}/
        tar -cpSf - *.so* | tar -xvspSf - -C %{buildroot}%{_libdir}/
     popd
     pushd %{libexecdir}/
@@ -4433,7 +4433,7 @@
        %{buildroot}/var/adm/update-scripts/%{name}-%{version}-%{release}-zypper
 %endif
 
-    pushd ${prefix}/lib/pkgconfig/
+    pushd ${prefix}/%{_lib}/pkgconfig/
     for pc in kpathsea ptexenc texlua texlua53 texluajit synctex
     do
        test -e "$pc.pc" || continue

Reply via email to