!91 [sync] PR-89: solve glib2 enable "glib2_debug" option causes gnome-calendar repeated reopen coredumped
From: @openeuler-sync-bot Reviewed-by: @yanan-rock Signed-off-by: @yanan-rock
This commit is contained in:
commit
d6119ea8d7
12
glib2.spec
12
glib2.spec
@ -1,6 +1,6 @@
|
|||||||
Name: glib2
|
Name: glib2
|
||||||
Version: 2.68.1
|
Version: 2.68.1
|
||||||
Release: 9
|
Release: 10
|
||||||
Summary: The core library that forms the basis for projects such as GTK+ and GNOME
|
Summary: The core library that forms the basis for projects such as GTK+ and GNOME
|
||||||
License: LGPLv2+
|
License: LGPLv2+
|
||||||
URL: http://www.gtk.org
|
URL: http://www.gtk.org
|
||||||
@ -72,7 +72,8 @@ rm glib/pcre/*.[ch]
|
|||||||
%else
|
%else
|
||||||
-Dsysprof=disabled -Dman=false -Dgtk_doc=false \
|
-Dsysprof=disabled -Dman=false -Dgtk_doc=false \
|
||||||
%endif
|
%endif
|
||||||
-Dsystemtap=true -Dinstalled_tests=true
|
-Dsystemtap=true -Dinstalled_tests=true \
|
||||||
|
-Dglib_debug=disabled
|
||||||
|
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
@ -174,6 +175,11 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 11 2022 weijin deng <weijin.deng@turbolinux.com.cn> - 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<yangcheng87@h-partners.com> - 2.68.1-9
|
* Wed Mar 9 2022 yangcheng<yangcheng87@h-partners.com> - 2.68.1-9
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
@ -192,7 +198,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|||||||
- SUG:NA
|
- SUG:NA
|
||||||
- DESC:add i686 options,fix build failure on i686
|
- DESC:add i686 options,fix build failure on i686
|
||||||
|
|
||||||
* Mon Nov 14 2021 fengtao<fengtao40@huawei.com> - 2.68.1-6
|
* Sun Nov 14 2021 fengtao<fengtao40@huawei.com> - 2.68.1-6
|
||||||
- Type:bugfix
|
- Type:bugfix
|
||||||
- Id:NA
|
- Id:NA
|
||||||
- SUG:NA
|
- SUG:NA
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user