diff --git a/dconf-0.10.0.tar.bz2 b/dconf-0.10.0.tar.bz2 new file mode 100644 index 0000000..7eb6f9b --- /dev/null +++ b/dconf-0.10.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b034e9e5560ab703f60bb2b6dc1ada7856416660af7dd1207c2c3ab9c9d533b +size 198245 diff --git a/dconf-0.9.0.tar.bz2 b/dconf-0.9.0.tar.bz2 deleted file mode 100644 index bf27286..0000000 --- a/dconf-0.9.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:267fc4e09edc6be79aed7945bd6d9bfce69fea050789336be9b12753c726baf8 -size 201428 diff --git a/dconf.changes b/dconf.changes index 190c13f..4679214 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Wed Sep 28 19:07:22 UTC 2011 - zaitor@opensuse.org + +- Changed BuildRequires from vala-devel to vala, as vala-devel + is an old deprecated name. + +------------------------------------------------------------------- +Mon Sep 26 22:14:07 UTC 2011 - vuntz@opensuse.org + +- Update to version 0.10.0: + + No change, just a version bump. + +------------------------------------------------------------------- +Tue Sep 20 07:07:10 UTC 2011 - vuntz@opensuse.org + +- Update to version 0.9.1: + + Give a g_warning() on failure to communicate with service + + Remove unworking 'set lock' call from dconf API and commandline + tool + + Add code to exit gracefully on receipt of SIGINT, SIGHUP, + SIGTERM + + Remove "service function" logic; always use the XDG runtime + directory + ------------------------------------------------------------------- Wed Jul 27 12:24:44 CEST 2011 - vuntz@opensuse.org diff --git a/dconf.spec b/dconf.spec index a87d756..e750eaf 100644 --- a/dconf.spec +++ b/dconf.spec @@ -18,21 +18,21 @@ Name: dconf -Version: 0.9.0 +Version: 0.10.0 Release: 1 # FIXME: remove sed hack to remove icon from desktop file when there's an icon in the tarball License: LGPLv2.1+ Summary: Simple key-based configuration system Group: System/Libraries Url: http://live.gnome.org/dconf -Source: http://download.gnome.org/sources/dconf/0.9/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/dconf/0.10/%{name}-%{version}.tar.bz2 Source99: baselibs.conf # For directory ownership BuildRequires: dbus-1 BuildRequires: update-desktop-files -BuildRequires: vala-devel +BuildRequires: vala BuildRequires: pkgconfig(dbus-1) -BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gio-2.0) >= 2.29.90 BuildRequires: pkgconfig(gobject-introspection-1.0) BuildRequires: pkgconfig(gtk+-3.0) BuildRequires: pkgconfig(libxml-2.0)