diff --git a/harfbuzz.spec b/harfbuzz.spec index 77277c2..459326a 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,5 +1,5 @@ Name: harfbuzz -Version: 10.1.0 +Version: 10.2.0 Release: 1mamba Summary: An OpenType text shaping library Group: System/Libraries @@ -17,7 +17,6 @@ BuildRequires: libglib-devel BuildRequires: libgraphite2-devel BuildRequires: libicu-devel ## AUTOBUILDREQ-END -BuildRequires: libicu-devel >= 50 Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} %description @@ -48,12 +47,13 @@ Requires: gtk-doc %description apidocs This package includes the %{name} API documentation. -%debug_package - %prep %setup -q %build +export CFLAGS="%{optflags} -fno-exceptions" +export CXXFLAGS="%{optflags} -fno-exceptions -fno-rtti" + %meson \ -Dcpp_std=c++17 \ -Dglib=enabled \ @@ -109,6 +109,9 @@ This package includes the %{name} API documentation. %{_datadir}/gtk-doc/html/harfbuzz/* %changelog +* Sun Jan 26 2025 Automatic Build System 10.2.0-1mamba +- automatic version update by autodist + * Tue Nov 05 2024 Automatic Build System 10.1.0-1mamba - automatic version update by autodist