Update to 0.22.0
This commit is contained in:
parent
95d3cc9cd9
commit
340edf95eb
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@ dconf-0.5.tar.bz2
|
|||||||
/dconf-0.19.92.tar.xz
|
/dconf-0.19.92.tar.xz
|
||||||
/dconf-0.20.0.tar.xz
|
/dconf-0.20.0.tar.xz
|
||||||
/dconf-0.21.0.tar.xz
|
/dconf-0.21.0.tar.xz
|
||||||
|
/dconf-0.22.0.tar.xz
|
||||||
|
13
dconf.spec
13
dconf.spec
@ -1,16 +1,16 @@
|
|||||||
%define glib2_version 2.39.1
|
%define glib2_version 2.39.1
|
||||||
%define vala_version 0.11.7
|
%define vala_version 0.18.0
|
||||||
|
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.21.0
|
Version: 0.22.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: A configuration system
|
Summary: A configuration system
|
||||||
|
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: LGPLv2+ and GPLv2+ and GPLv3+
|
License: LGPLv2+ and GPLv2+ and GPLv3+
|
||||||
URL: http://live.gnome.org/dconf
|
URL: http://live.gnome.org/dconf
|
||||||
#VCS: git:git://git.gnome.org/dconf
|
#VCS: git:git://git.gnome.org/dconf
|
||||||
Source0: http://download.gnome.org/sources/dconf/0.21/dconf-%{version}.tar.xz
|
Source0: http://download.gnome.org/sources/dconf/0.22/dconf-%{version}.tar.xz
|
||||||
|
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: gtk3-devel
|
BuildRequires: gtk3-devel
|
||||||
@ -127,7 +127,7 @@ done
|
|||||||
|
|
||||||
%files editor
|
%files editor
|
||||||
%{_bindir}/dconf-editor
|
%{_bindir}/dconf-editor
|
||||||
%{_datadir}/appdata/dconf-editor.appdata.xml
|
%{_datadir}/appdata/ca.desrt.dconf-editor.appdata.xml
|
||||||
%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
%{_datadir}/applications/ca.desrt.dconf-editor.desktop
|
||||||
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
%{_datadir}/dbus-1/services/ca.desrt.dconf-editor.service
|
||||||
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
||||||
@ -136,6 +136,9 @@ done
|
|||||||
%{_mandir}/man1/dconf-editor.1.gz
|
%{_mandir}/man1/dconf-editor.1.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Sep 19 2014 Kalev Lember <kalevlember@gmail.com> - 0.22.0-1
|
||||||
|
- Update to 0.22.0
|
||||||
|
|
||||||
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21.0-2
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.21.0-2
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user