Update to 0.30.0
This commit is contained in:
parent
7d48c99e55
commit
38b2c6ef7c
1
.gitignore
vendored
1
.gitignore
vendored
@ -43,3 +43,4 @@ dconf-0.5.tar.bz2
|
||||
/dconf-0.26.1.tar.xz
|
||||
/dconf-0.27.1.tar.xz
|
||||
/dconf-0.28.0.tar.xz
|
||||
/dconf-0.30.0.tar.xz
|
||||
|
11
dconf.spec
11
dconf.spec
@ -1,13 +1,13 @@
|
||||
%define glib2_version 2.44.0
|
||||
|
||||
Name: dconf
|
||||
Version: 0.28.0
|
||||
Release: 3%{?dist}
|
||||
Version: 0.30.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A configuration system
|
||||
|
||||
License: LGPLv2+ and GPLv2+ and GPLv3+
|
||||
URL: http://live.gnome.org/dconf
|
||||
Source0: http://download.gnome.org/sources/dconf/0.28/dconf-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/dconf/0.30/dconf-%{version}.tar.xz
|
||||
|
||||
Patch1: dconf-override.patch
|
||||
|
||||
@ -35,7 +35,7 @@ development using dconf.
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson -Denable-gtk-doc=true
|
||||
%meson -Dgtk_doc=true
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
@ -89,6 +89,9 @@ dconf update
|
||||
%{_datadir}/vala
|
||||
|
||||
%changelog
|
||||
* Wed Sep 05 2018 Kalev Lember <klember@redhat.com> - 0.30.0-1
|
||||
- Update to 0.30.0
|
||||
|
||||
* Tue Aug 21 2018 Owen Taylor <otaylor@redhat.com> - 0.28.0-3
|
||||
- Add a patch to enable DCONF_USER_CONFIG_DIR environment variable
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (dconf-0.28.0.tar.xz) = bce43c997bd09ef575ffc4ec7a4216543a65996ecb4c7df910b561865a6ed0e0401596a0ba9e72036e26cd526f98e0de99f9c6787b1127594bc13e484983ba74
|
||||
SHA512 (dconf-0.30.0.tar.xz) = 5b91b0e5579ad5d071b149a81d2ce3e31c11efdfe7dc66f948483f9e4c12f6c01b9cb69e4285daa6af6e2c7877f383c6a7bbed342cffebe3e3801faf86c75d9c
|
||||
|
Loading…
Reference in New Issue
Block a user