Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package lilypond for openSUSE:Factory 
checked in at 2021-09-30 23:43:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lilypond (Old)
 and      /work/SRC/openSUSE:Factory/.lilypond.new.2443 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lilypond"

Thu Sep 30 23:43:57 2021 rev:34 rq:922378 version:2.23.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/lilypond/lilypond-doc.changes    2021-08-23 
10:09:24.344159925 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new.2443/lilypond-doc.changes  
2021-09-30 23:45:15.516597381 +0200
@@ -1,0 +2,5 @@
+Thu Sep 30 05:08:42 UTC 2021 - Dave Plater <[email protected]>
+
+- Exclude all builds except Factory/Tumbleweed 64 bit.
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/lilypond/lilypond.changes        2021-08-23 
10:09:24.368159897 +0200
+++ /work/SRC/openSUSE:Factory/.lilypond.new.2443/lilypond.changes      
2021-09-30 23:45:15.532597399 +0200
@@ -1,0 +2,5 @@
+Thu Sep 30 05:06:45 UTC 2021 - Dave Plater <[email protected]>
+
+- Exclude all 32 bit builds.
+
+-------------------------------------------------------------------
@@ -13,0 +19,5 @@
+
+-------------------------------------------------------------------
+Sat Feb 20 07:12:11 UTC 2021 - Dave Plater <[email protected]>
+
+- Fix factory build by requiring t1utils for the build.

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

Other differences:
------------------
++++++ lilypond-doc.spec ++++++
--- /var/tmp/diff_new_pack.XWfJvK/_old  2021-09-30 23:45:16.084598032 +0200
+++ /var/tmp/diff_new_pack.XWfJvK/_new  2021-09-30 23:45:16.088598036 +0200
@@ -17,9 +17,14 @@
 
 
 %bcond_without docbuild
-%if 0%{?is_backports} && 0%{?sle_version} == 150200
+
+#Unsatisfied dependency for Factory i586
+ExcludeArch:    i586
+
+%if 0%{suse_version} <= 1500
+#0%%{?is_backports} && 0%%{?sle_version} == 150200
 #"%%_project" == "openSUSE:Backports:SLE-15-SP2:Update"
-ExcludeArch:    x86 x86_64 aarch64 ppc64le s390x
+ExcludeArch:    i586 x86_64 aarch64 ppc64le s390x
 %endif
 Name:           lilypond-doc
 Version:        2.23.3
@@ -200,6 +205,7 @@
 for i in `grep -rl "/usr/bin/env python"`;do sed -i 
'1s@^#!.*@#!/usr/bin/python3@' ${i} ;done
 
 %build
+%if 0 == 1
 mkdir -p $HOME/bin
 export PATH=$HOME/bin:$PATH
 echo $PATH
@@ -209,7 +215,7 @@
 done
 popd
 ls -l $HOME/bin
-
+%endif
 #chmod 644 Documentation/pictures/*.png
 # export GS_LIB="/home/$USER/.fonts" is a work around for bnc#568280
 export GS_LIB="$HOME/.fonts:%{_buildir}/mf/out"

++++++ lilypond.spec ++++++
--- /var/tmp/diff_new_pack.XWfJvK/_old  2021-09-30 23:45:16.112598063 +0200
+++ /var/tmp/diff_new_pack.XWfJvK/_new  2021-09-30 23:45:16.116598068 +0200
@@ -19,6 +19,8 @@
 %define fontdir %{_datadir}/fonts
 %define ttfdir  %{fontdir}/truetype
 %define ver %(echo %{version} | cut -d . -f 1,2)
+#Unsatisfied dependency for Factory i586
+ExcludeArch:    i586
 
 Name:           lilypond
 Version:        2.23.3
@@ -51,6 +53,7 @@
 BuildRequires:  makeinfo >= 6.1
 BuildRequires:  mftrace >= 1.1.19
 BuildRequires:  potrace-devel
+BuildRequires:  t1utils
 BuildRequires:  pkgconfig(guile-1.8)
 # Needed for pngtopnm
 BuildRequires:  netpbm

Reply via email to