Accepting request 183015 from home:dimstar:branches:GNOME:Factory
Update to 0.17.0 - tweaks post review OBS-URL: https://build.opensuse.org/request/show/183015 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=58
This commit is contained in:
parent
deefe7685d
commit
871d10f243
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:192d682b8e160e22506f3fac6847444013c7cdbef188d937a6ae2b357f9134bb
|
|
||||||
size 368592
|
|
3
dconf-0.17.0.tar.xz
Normal file
3
dconf-0.17.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5fa4005addea12bd5730ceca6d71435b3732036abf38b44df05b24f78474b10a
|
||||||
|
size 375312
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jul 12 14:42:33 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 0.17.0:
|
||||||
|
+ Fix some compile warnings.
|
||||||
|
+ Use gresource.
|
||||||
|
+ Cancel searches on escape.
|
||||||
|
+ Bugs fixed: bgo#703073.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Mar 25 22:07:53 UTC 2013 - dimstar@opensuse.org
|
Mon Mar 25 22:07:53 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: dconf
|
Name: dconf
|
||||||
Version: 0.16.0
|
Version: 0.17.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Simple key-based configuration system
|
Summary: Simple key-based configuration system
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Url: http://live.gnome.org/dconf
|
Url: http://live.gnome.org/dconf
|
||||||
Source: http://download.gnome.org/sources/dconf/0.16/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/dconf/0.17/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
# For directory ownership
|
# For directory ownership
|
||||||
BuildRequires: dbus-1
|
BuildRequires: dbus-1
|
||||||
@ -36,7 +36,7 @@ BuildRequires: pkgconfig(dbus-1)
|
|||||||
BuildRequires: pkgconfig(gio-unix-2.0)
|
BuildRequires: pkgconfig(gio-unix-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.35.2
|
BuildRequires: pkgconfig(glib-2.0) >= 2.35.2
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4
|
||||||
BuildRequires: pkgconfig(libxml-2.0)
|
BuildRequires: pkgconfig(libxml-2.0)
|
||||||
%if 0%{?BUILD_FROM_VCS}
|
%if 0%{?BUILD_FROM_VCS}
|
||||||
BuildRequires: gtk-doc
|
BuildRequires: gtk-doc
|
||||||
@ -206,7 +206,6 @@ mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%{_bindir}/dconf-editor
|
%{_bindir}/dconf-editor
|
||||||
%{_datadir}/applications/dconf-editor.desktop
|
%{_datadir}/applications/dconf-editor.desktop
|
||||||
%{_datadir}/dconf-editor/
|
|
||||||
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
%{_datadir}/glib-2.0/schemas/ca.desrt.dconf-editor.gschema.xml
|
||||||
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
|
%{_datadir}/icons/hicolor/*/apps/dconf-editor.png
|
||||||
%{_datadir}/icons/HighContrast/
|
%{_datadir}/icons/HighContrast/
|
||||||
|
Loading…
Reference in New Issue
Block a user