Hello community, here is the log from the commit of package lilypond for openSUSE:Factory checked in at 2019-05-14 13:43:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lilypond (Old) and /work/SRC/openSUSE:Factory/.lilypond.new.5148 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lilypond" Tue May 14 13:43:28 2019 rev:26 rq:702667 version:2.18.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lilypond/lilypond.changes 2018-10-31 13:21:28.891055068 +0100 +++ /work/SRC/openSUSE:Factory/.lilypond.new.5148/lilypond.changes 2019-05-14 13:43:40.256678576 +0200 @@ -1,0 +2,6 @@ +Mon May 13 12:13:03 UTC 2019 - plater <[email protected]> + +- Fix build against glib2 >= 2.60.2 by manually adding: + -lglib-2.0 -lgobject-2.0 to the linker flags. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lilypond.spec ++++++ --- /var/tmp/diff_new_pack.kmRMN8/_old 2019-05-14 13:43:41.192680556 +0200 +++ /var/tmp/diff_new_pack.kmRMN8/_new 2019-05-14 13:43:41.200680572 +0200 @@ -67,6 +67,8 @@ BuildRequires: texlive-metapost BuildRequires: vim-base BuildRequires: zip +BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(pango) >= 1.12.0 Requires(post): %install_info_prereq Requires(preun): %install_info_prereq @@ -139,10 +141,12 @@ %patch10 %build +export LIBS="$LIBS -lglib-2.0 -lgobject-2.0" %configure --without-kpathsea \ --disable-checking \ --with-ncsb-dir=%{_datadir}/ghostscript/fonts/ -make -j1 +# Build sometimes fails with multiple threads. +make %{_smp_mflags} || make -j1 %install vimver=$(vim --version | head -n1 | grep -Po "\d\.\d" | sed 's|\.||')
