From 971d1d0277802b80116a0dc8bc8f7040f2394a01569bdfdb74f3a8257186c4fc Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Sun, 13 Feb 2011 17:07:09 +0000 Subject: [PATCH] Accepting request 60224 from home:fcrozat:gnome3 thanks OBS-URL: https://build.opensuse.org/request/show/60224 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/dconf?expand=0&rev=20 --- dconf-0.7.1.tar.bz2 | 3 --- dconf-0.7.2.tar.bz2 | 3 +++ dconf.changes | 12 ++++++++++++ dconf.spec | 2 +- 4 files changed, 16 insertions(+), 4 deletions(-) delete mode 100644 dconf-0.7.1.tar.bz2 create mode 100644 dconf-0.7.2.tar.bz2 diff --git a/dconf-0.7.1.tar.bz2 b/dconf-0.7.1.tar.bz2 deleted file mode 100644 index 63c0e21..0000000 --- a/dconf-0.7.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:04b81606131a59362167e50e84b55ac2af49fdfa3ad4b5b0bdb07dc14bf5bd1d -size 175476 diff --git a/dconf-0.7.2.tar.bz2 b/dconf-0.7.2.tar.bz2 new file mode 100644 index 0000000..9a783e1 --- /dev/null +++ b/dconf-0.7.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35fc51ef893dc3951bfc7abaee6adb8b77e501274b3a5292ed03db4e685ef03c +size 181579 diff --git a/dconf.changes b/dconf.changes index 4a88fc4..49a9f66 100644 --- a/dconf.changes +++ b/dconf.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Feb 7 14:50:49 UTC 2011 - fcrozat@novell.com + +- Update to version 0.7.2: + + remove some unused variables (new GCC gives a warning: + bgo#640566, another) + + add a mutex to fix multi-threading issue (bgo#640611) + + don't crash if we have no D-Bus + + clean up symbol exports + + fix a crash in the service when using 'reset' + + drop old linker options that were for libtool + ------------------------------------------------------------------- Tue Jan 18 09:42:06 UTC 2011 - fcrozat@novell.com diff --git a/dconf.spec b/dconf.spec index 2e6390e..5c1cedc 100644 --- a/dconf.spec +++ b/dconf.spec @@ -18,7 +18,7 @@ Name: dconf -Version: 0.7.1 +Version: 0.7.2 Release: 1 # NOTE: once vala becomes 0.12, change BuildRequires back away from vala-unstable-devel # FIXME: remove SUSE_ASNEEDED=0 when this is fixed: https://bugzilla.gnome.org/show_bug.cgi?id=626280