diff --git a/harfbuzz.spec b/harfbuzz.spec index fddb7e5affc983d01f2d21865b6fe19a0e3d94f4..89f1b3b6b958dcabbe2736d2a19a206c464dc25c 100644 --- a/harfbuzz.spec +++ b/harfbuzz.spec @@ -1,6 +1,6 @@ Name: harfbuzz Version: 8.3.0 -Release: 1 +Release: 2 Summary: A text shaping engine License: MIT URL: https://harfbuzz.github.io/ @@ -32,6 +32,8 @@ Header files and libraries for building a extension library for %{name}. %autosetup -n %{name}-%{version} -p1 %build +# Reinitialize libtool to remove Rpath +autoreconf -vif %configure --disable-static --with-graphite2 --with-gobject --enable-introspection %{make_build} @@ -69,6 +71,9 @@ make check %{_datadir}/gtk-doc/html/harfbuzz/* %changelog +* Tue May 07 2024 guoqinglan - 8.3.0-2 +- Reinitialize libtool to remove Rpath + * Wed Nov 22 2023 wangqia - 8.3.0-1 - Update to 8.3.0