diff --git a/glib2.spec b/glib2.spec index 7643822097a691b12b1e502894d949c605e7b8a3..ce6f0857cd3d2b9ec86cac0e2f437f8896c53268 100644 --- a/glib2.spec +++ b/glib2.spec @@ -1,6 +1,6 @@ Name: glib2 Version: 2.68.1 -Release: 9 +Release: 10 Summary: The core library that forms the basis for projects such as GTK+ and GNOME License: LGPLv2+ URL: http://www.gtk.org @@ -99,6 +99,9 @@ rm -rf %{buildroot}/%{_datadir}/gdb/auto-load/%{_libdir}/__pycache__ rm -rf %{buildroot}/%{_datadir}/glib-2.0/codegen/__pycache__ rm -rf %{buildroot}/%{_datadir}/glib-2.0/gdb/__pycache__ +# remove rpath +chrpath -d %{buildroot}%{_libexecdir}/installed-tests/glib/gdbus-peer + %find_lang glib20 %transfiletriggerin -- %{_libdir}/gio/modules @@ -172,11 +175,17 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || : %endif %changelog -* Fri Mar 11 2022 weijin deng - 2.68.1-9 +* Fri Mar 11 2022 weijin deng - 2.68.1-10 - Type:bugfix - DESC:solve glib2 enable "glib2_debug" option causes gnome-calendar reopen coredumped in gtk3's _gtk_widget_get_toplevel() +* Wed Mar 9 2022 yangcheng - 2.68.1-9 +- Type:bugfix +- Id:NA +- SUG:NA +- DESC:remove gdbus-peer rpath compile option + * Wed Mar 2 2022 hanhui - 2.68.1-8 - Type:bugfix - Id:NA