Update to 0.24.0
This commit is contained in:
parent
063e80579c
commit
915fc6fc8c
1
.gitignore
vendored
1
.gitignore
vendored
@ -37,3 +37,4 @@ dconf-0.5.tar.bz2
|
||||
/dconf-0.22.0.tar.xz
|
||||
/dconf-0.23.1.tar.xz
|
||||
/dconf-0.23.2.tar.xz
|
||||
/dconf-0.24.0.tar.xz
|
||||
|
@ -2,7 +2,7 @@
|
||||
%define vala_version 0.18.0
|
||||
|
||||
Name: dconf
|
||||
Version: 0.23.2
|
||||
Version: 0.24.0
|
||||
Release: 1%{?dist}
|
||||
Summary: A configuration system
|
||||
|
||||
@ -10,7 +10,7 @@ Group: System Environment/Base
|
||||
License: LGPLv2+ and GPLv2+ and GPLv3+
|
||||
URL: http://live.gnome.org/dconf
|
||||
#VCS: git:git://git.gnome.org/dconf
|
||||
Source0: http://download.gnome.org/sources/dconf/0.23/dconf-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/dconf/0.24/dconf-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: libxml2-devel
|
||||
@ -91,6 +91,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
||||
%{_datadir}/vala
|
||||
|
||||
%changelog
|
||||
* Mon Mar 23 2015 Kalev Lember <kalevlember@gmail.com> - 0.24.0-1
|
||||
- Update to 0.24.0
|
||||
|
||||
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 0.23.2-1
|
||||
- Update to 0.23.2
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user