Update to 0.21.0
This commit is contained in:
parent
290fe089ea
commit
d5d6d33f79
1
.gitignore
vendored
1
.gitignore
vendored
@ -33,3 +33,4 @@ dconf-0.5.tar.bz2
|
||||
/dconf-0.19.91.tar.xz
|
||||
/dconf-0.19.92.tar.xz
|
||||
/dconf-0.20.0.tar.xz
|
||||
/dconf-0.21.0.tar.xz
|
||||
|
12
dconf.spec
12
dconf.spec
@ -2,15 +2,15 @@
|
||||
%define vala_version 0.11.7
|
||||
|
||||
Name: dconf
|
||||
Version: 0.20.0
|
||||
Release: 4%{?dist}
|
||||
Version: 0.21.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.20/dconf-%{version}.tar.xz
|
||||
Source0: http://download.gnome.org/sources/dconf/0.21/dconf-%{version}.tar.xz
|
||||
|
||||
BuildRequires: glib2-devel >= %{glib2_version}
|
||||
BuildRequires: gtk3-devel
|
||||
@ -128,13 +128,17 @@ done
|
||||
%files editor
|
||||
%{_bindir}/dconf-editor
|
||||
%{_datadir}/appdata/dconf-editor.appdata.xml
|
||||
%{_datadir}/applications/dconf-editor.desktop
|
||||
%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
||||
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
||||
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
|
||||
%{_datadir}/icons/HighContrast/*/apps/dconf-editor.png
|
||||
%{_mandir}/man1/dconf-editor.1.gz
|
||||
|
||||
%changelog
|
||||
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 0.21.0-1
|
||||
- Update to 0.21.0
|
||||
|
||||
* Fri Jul 11 2014 Parag <paragn AT fedoraproject DOT org> - 0.20.0-4
|
||||
- Fix the directory ownership (rh#1056020)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user