Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package lilypond for openSUSE:Factory checked in at 2023-08-13 19:18:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/lilypond (Old) and /work/SRC/openSUSE:Factory/.lilypond.new.11712 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "lilypond" Sun Aug 13 19:18:04 2023 rev:41 rq:1103683 version:2.24.2 Changes: -------- --- /work/SRC/openSUSE:Factory/lilypond/lilypond.changes 2023-02-14 16:46:03.418667445 +0100 +++ /work/SRC/openSUSE:Factory/.lilypond.new.11712/lilypond.changes 2023-08-13 19:18:23.220271410 +0200 @@ -1,0 +2,22 @@ +Sun Aug 13 08:20:21 UTC 2023 - Dave Plater <[email protected]> + +- Update to release 2.24.1 +- Upstream changes: + *This version contains a number of fixes since the release of the + previous stable version in February 2023. This includes an + update of the library for garbage collection. + Scores converted to or written for 2.24.0 will continue to work + with this release. A list of added features and other + user-visible changes for 2.24 can be found at: + https://lilypond.org/doc/v2.24/Documentation/changes/. + Among others, version 2.24.0 switched to Guile 2.2 and features + a completely rewritten infrastructure for creating the official + packages. + +------------------------------------------------------------------- +Tue May 16 11:21:55 UTC 2023 - Dave Plater <[email protected]> + +- Add conditionals to enable two different versions of Guile to be + used in the build. (boo#1210502) + +------------------------------------------------------------------- Old: ---- lilypond-2.24.1-documentation.tar.xz lilypond-v2.24.1.tar.bz2 New: ---- lilypond-2.24.2-documentation.tar.xz lilypond-v2.24.2.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lilypond.spec ++++++ --- /var/tmp/diff_new_pack.HhY2ni/_old 2023-08-13 19:18:28.244303554 +0200 +++ /var/tmp/diff_new_pack.HhY2ni/_new 2023-08-13 19:18:28.248303580 +0200 @@ -19,11 +19,18 @@ %define fontdir %{_datadir}/fonts %define ttfdir %{fontdir}/truetype %define ver %(echo %{version} | cut -d . -f 1,2) + +%if 0%{?sle_version} >= 150400 +%bcond_with Guile3 +%else +%bcond_without Guile3 +%endif + #Unsatisfied dependency for Factory i586 ExcludeArch: i586 Name: lilypond -Version: 2.24.1 +Version: 2.24.2 Release: 0 Summary: A typesetting system for music notation License: GPL-3.0-or-later @@ -60,7 +67,11 @@ BuildRequires: t1utils BuildRequires: texlive-fontinst-bin BuildRequires: texlive-fontware-bin +%if %{with Guile3} BuildRequires: pkgconfig(guile-3.0) +%else +BuildRequires: pkgconfig(guile-2.2) +%endif # Needed for pngtopnm BuildRequires: netpbm BuildRequires: pkgconfig @@ -224,10 +235,14 @@ %build export LIBS="$LIBS -lglib-2.0 -lgobject-2.0" +%if %{with Guile3} export GUILE_FLAVOR=guile-3.0 +%endif ./autogen.sh --noconfigure %configure \ +%if %{with Guile3} GUILE_FLAVOR=guile-3.0 \ +%endif --disable-checking # Build sometimes fails with multiple threads. make --trace %{_smp_mflags} bytecode @@ -295,7 +310,7 @@ for d in '.usr.share' '.usr.share.doc' '.usr.share.info' '.usr.share.doc.packages'; do sed -i "/^%%dir $d$/d" files-en done -%fdupes -s share/doc/lilypond/html/Documentation +%fdupes -s %{buildroot}%{_docdir}/%{name} # End of Documentation section %files -f %{name}.lang ++++++ lilypond-2.24.1-documentation.tar.xz -> lilypond-2.24.2-documentation.tar.xz ++++++ /work/SRC/openSUSE:Factory/lilypond/lilypond-2.24.1-documentation.tar.xz /work/SRC/openSUSE:Factory/.lilypond.new.11712/lilypond-2.24.2-documentation.tar.xz differ: char 26, line 1 ++++++ lilypond-v2.24.1.tar.bz2 -> lilypond-v2.24.2.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/lilypond/lilypond-v2.24.1.tar.bz2 /work/SRC/openSUSE:Factory/.lilypond.new.11712/lilypond-v2.24.2.tar.bz2 differ: char 11, line 1
