diff --git a/lilypond.spec b/lilypond.spec index 3d26237f52a92d3a5d00ee27ed2927ad4c57928b..e1106ffb28afc16e172c5ae3ed1a2d4e6d7a915e 100644 --- a/lilypond.spec +++ b/lilypond.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global _python_bytecompile_extra 0 @@ -35,6 +35,7 @@ BuildRequires: texlive-metapost BuildRequires: make BuildRequires: cairo-devel BuildRequires: pkgconfig(bdw-gc) +BuildRequires: gmp-devel %description LilyPond is an automated music engraving system. It formats music @@ -131,5 +132,8 @@ ln -s %{_fontdir} $RPM_BUILD_ROOT%{_datadir}/lilypond/%{version}/fonts/otf %doc AUTHORS.txt DEDICATION INSTALL.txt %changelog +* Sat Oct 21 2023 Wenlong Zhang - 2.25.1-2 +- fix build error + * Tue Mar 28 2023 yuanhui - 2.25.1-1 - Init package from upstream