diff --git a/libraqm.spec b/libraqm.spec index 43b732da85251d673cffee905a9ebc1a56fb7cee..a76f0ccd4e198d5b11a6b19b9b6a11895baa8303 100644 --- a/libraqm.spec +++ b/libraqm.spec @@ -1,12 +1,12 @@ Name: libraqm Version: 0.7.0 -Release: 1 +Release: 2 License: MIT Summary: Complex Textlayout Library URL: https://github.com/HOST-Oman/libraqm Source: https://github.com/HOST-Oman/libraqm/releases/download/v%{version}/raqm-%{version}.tar.gz -BuildRequires: python3 freetype-devel harfbuzz-devel fribidi-devel gtk-doc +BuildRequires: python3 freetype-devel harfbuzz-devel fribidi-devel gtk-doc gcc %description Library that encapsulates the logic for complex @@ -60,5 +60,8 @@ rm -f %{buildroot}%{_libdir}/*.{la,a} %{_datadir}/gtk-doc/html/raqm %changelog +* Tue Jun 08 2021 wulei - 0.7.0-2 +- fixes failed: error: no acceptable C compiler found in $PATH + * Tue Mar 2 2021 wangye - 0.7.0-1 - package init