Hello community,

here is the log from the commit of package lilypond for openSUSE:Factory 
checked in at 2020-08-20 22:32:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lilypond (Old)
 and      /work/SRC/openSUSE:Factory/.lilypond.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lilypond"

Thu Aug 20 22:32:38 2020 rev:31 rq:828112 version:2.20.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/lilypond/lilypond-doc.changes    2020-05-08 
23:08:15.550218613 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new.3399/lilypond-doc.changes  
2020-08-20 22:33:03.556100040 +0200
@@ -1,0 +2,6 @@
+Wed Aug 19 12:14:39 UTC 2020 - Dave Plater <[email protected]>
+
+- Remove dependency on texinfo4-links package and generate the
+  links in the spec file instead.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lilypond-doc.spec ++++++
--- /var/tmp/diff_new_pack.ZhqJnN/_old  2020-08-20 22:33:04.352100412 +0200
+++ /var/tmp/diff_new_pack.ZhqJnN/_new  2020-08-20 22:33:04.352100412 +0200
@@ -17,6 +17,10 @@
 
 
 %bcond_without docbuild
+%if 0%{?is_backports} && 0%{?sle_version} == 150200
+#"%%_project" == "openSUSE:Backports:SLE-15-SP2:Update"
+ExcludeArch:    x86 x86_64 aarch64 ppc64le s390x
+%endif
 
 %define ver     2.20
 %define plevel  0
@@ -68,7 +72,7 @@
 BuildRequires:  mc
 BuildRequires:  mftrace
 BuildRequires:  netpbm
-BuildRequires:  pango-devel >= 1.12
+BuildRequires:  pango-devel >= 1.6.0
 BuildRequires:  perl
 BuildRequires:  rsync
 BuildRequires:  t1utils
@@ -98,7 +102,7 @@
 # NOTE: when lilypond documentation build with texinfo 5.x is fixed by 
upstream remove the 4s from makeinfo,
 # NOTE: texinfo and update buildrequires with:
 #BuildRequires: texi2html
-BuildRequires:  texinfo4-links
+BuildRequires:  texinfo4
 %endif
 
 %description
@@ -201,6 +205,15 @@
 for i in `grep -rl "/usr/bin/env python"`;do sed -i 
'1s@^#!.*@#!/usr/bin/python3@' ${i} ;done
 
 %build
+mkdir -p $HOME/bin
+export PATH=$HOME/bin:$PATH
+echo $PATH
+pushd $HOME/bin
+for i in `ls -1 %{_bindir}/*texi*4`
+do ln -sf ${i} $(basename --suffix 4 ${i})
+done
+popd
+ls -l $HOME/bin
 
 #chmod 644 Documentation/pictures/*.png
 # export GS_LIB="/home/$USER/.fonts" is a work around for bnc#568280


Reply via email to