Update to 0.26.0

This commit is contained in:
Kalev Lember 2016-03-23 22:02:12 +01:00
parent f3f761b8b7
commit e5a9128119
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -39,3 +39,4 @@ dconf-0.5.tar.bz2
/dconf-0.23.2.tar.xz
/dconf-0.24.0.tar.xz
/dconf-0.25.1.tar.xz
/dconf-0.26.0.tar.xz

View File

@ -2,15 +2,15 @@
%define vala_version 0.18.0
Name: dconf
Version: 0.25.1
Release: 2%{?dist}
Version: 0.26.0
Release: 1%{?dist}
Summary: A configuration system
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.25/dconf-%{version}.tar.xz
Source0: http://download.gnome.org/sources/dconf/0.26/dconf-%{version}.tar.xz
BuildRequires: glib2-devel >= %{glib2_version}
BuildRequires: vala-devel >= %{vala_version}
@ -85,6 +85,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
%{_datadir}/vala
%changelog
* Wed Mar 23 2016 Kalev Lember <klember@redhat.com> - 0.26.0-1
- Update to 0.26.0
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.25.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild

View File

@ -1 +1 @@
20e062b793a5c0de31c4be312a91422f dconf-0.25.1.tar.xz
7fc3cb1cf22d904d8744bd12e9c9d3dd dconf-0.26.0.tar.xz