update to dconf-0.40.0

(cherry picked from commit 92baaa36edf7265333d0e4aaef633db5392e3d75)
This commit is contained in:
liuyumeng 2021-12-09 17:13:27 +08:00 committed by openeuler-sync-bot
parent 841573899d
commit bd4a9f6d08
2 changed files with 6 additions and 3 deletions

BIN
dconf-0.40.0.tar.xz Normal file

Binary file not shown.

View File

@ -1,13 +1,12 @@
Name: dconf Name: dconf
Version: 0.38.0 Version: 0.40.0
Release: 1 Release: 1
Summary: Dconf provides a backend to the GSettings API in Glib Summary: Dconf provides a backend to the GSettings API in Glib
License: LGPLv2+ and GPLv2+ and GPLv3+ License: LGPLv2+ and GPLv2+ and GPLv3+
URL: http://live.gnome.org/%{name} URL: http://live.gnome.org/%{name}
Source0: http://download.gnome.org/sources/%{name}/0.36/%{name}-%{version}.tar.xz Source0: http://download.gnome.org/sources/%{name}/0.40/%{name}-%{version}.tar.xz
Patch0: dconf-override.patch
BuildRequires: bash-completion dbus-devel glib2-devel >= 2.44.0 gtk-doc meson vala libxslt BuildRequires: bash-completion dbus-devel glib2-devel >= 2.44.0 gtk-doc meson vala libxslt
Requires: dbus glib2%{?_isa} >= 2.44.0 Requires: dbus glib2%{?_isa} >= 2.44.0
@ -70,6 +69,7 @@ dconf update
%{_datadir}/bash-completion/completions/dconf %{_datadir}/bash-completion/completions/dconf
%{_datadir}/dbus-1/services/ca.desrt.dconf.service %{_datadir}/dbus-1/services/ca.desrt.dconf.service
%config(noreplace) %{_sysconfdir}/dconf/profile/user %config(noreplace) %{_sysconfdir}/dconf/profile/user
%{_userunitdir}/dconf.service
%files devel %files devel
%{_includedir}/dconf %{_includedir}/dconf
@ -86,6 +86,9 @@ dconf update
%{_mandir}/man7/dconf.7.gz %{_mandir}/man7/dconf.7.gz
%changelog %changelog
* Thu Dec 09 2021 liuyumeng <liuyumeng5@huawei.com> -0.40.0-1
- update to 0.40.0
* Sat Jan 30 2021 yanglu <yanglu60@huawei.com> - 0.38.0-1 * Sat Jan 30 2021 yanglu <yanglu60@huawei.com> - 0.38.0-1
- Type:bugfix - Type:bugfix
- ID:NA - ID:NA