Hello community,

here is the log from the commit of package dconf for openSUSE:Factory checked 
in at 2018-10-17 08:09:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dconf (Old)
 and      /work/SRC/openSUSE:Factory/.dconf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dconf"

Wed Oct 17 08:09:47 2018 rev:46 rq:636061 version:0.30.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dconf/dconf.changes      2018-03-14 
19:33:00.582048461 +0100
+++ /work/SRC/openSUSE:Factory/.dconf.new/dconf.changes 2018-10-17 
08:09:52.127169355 +0200
@@ -1,0 +2,51 @@
+Fri Sep  7 20:11:22 UTC 2018 - [email protected]
+
+- Update to version 0.30.0:
+  + No changes, stable bump only.
+
+-------------------------------------------------------------------
+Tue Aug 28 19:48:33 UTC 2018 - [email protected]
+
+- Update to version 0.29.2:
+  + Service: When corrupt GVDB files are found, they are now
+    transparently backed up and replaced with an empty database.
+  + Replace all hard-coded /etc path with sysconfdir. This is
+    useful for JHBuild environments and systems that don't want to
+    use /etc/dconf.
+  + Engine: Change overflow thresholds in subscription counts from
+    GMAXUINT32 to GMAXUINT.
+  + Change meson flag used to build Gtk-Doc from enable-gtk-doc to
+    gtk_doc.
+  + Declare libdconf_service as a dependency to fix the build in
+    massively parallelised environments.
+- Change options passed to meson following upstreams changes, now
+  passing bash_completion=true, man=true and gtk_doc=true.
+
+-------------------------------------------------------------------
+Thu Aug 16 19:01:42 UTC 2018 - [email protected]
+
+- Update to version 0.29.1:
+  + Engine: track in progress watch handles to avoid spurious
+    changed signals for the root path. Subscription requests are no
+    longer sent if the engine is already subscribed to the given
+    path. In the case that some value changes while a subscription
+    request is in progress, a changed signal is only sent for the
+    path being subscribed to instead of the root path.
+  + Engine: fix deadlock which occured when using the engine from
+    libsoup within flatpak by extending the existing workaround for
+    Glib issue. GSocket and various other GObject types are now
+    also initialised in the main thread.
+  + Add transfer annotations to the GTK-Doc strings for functions
+    in the dconf_changeset_* and dconf_client_* namespaces.
+  + Update GVDB subtree from GVDB master, containing mostly
+    documentation improvements.
+  + dconf-update.vala: correct error message grammar.
+  + Various meson related improvements.
+  + Add GitLab CI.
+  + Service: Port from the deprecated g_type_class_add_private() to
+    G_ADD_PRIVATE().
+- Add pkgconfig(dbus-1) and pkgconfig(bash-completion)
+  BuildRequires: New dependencies.
+- Drop dbus-1 BuildRequires, full devel package is now needed.
+
+-------------------------------------------------------------------

Old:
----
  dconf-0.28.0.tar.xz

New:
----
  dconf-0.30.0.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dconf.spec ++++++
--- /var/tmp/diff_new_pack.5OWA6i/_old  2018-10-17 08:09:52.611169140 +0200
+++ /var/tmp/diff_new_pack.5OWA6i/_new  2018-10-17 08:09:52.611169140 +0200
@@ -17,24 +17,25 @@
 
 
 Name:           dconf
-Version:        0.28.0
+Version:        0.30.0
 Release:        0
 Summary:        Key-based configuration system
 License:        LGPL-2.1-or-later
 Group:          System/Libraries
 URL:            https://live.gnome.org/dconf
-Source:         
http://download.gnome.org/sources/dconf/0.28/%{name}-%{version}.tar.xz
+Source0:        
https://download.gnome.org/sources/dconf/0.30/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 # PATCH-FIX-UPSTREAM 0001-gvdb-Restore-permissions-on-changed-files.patch 
bsc#1025721 bsc#971074 bgo#758066 [email protected] -- Restore permissions on 
files changed by dconf update.
 Patch0:         0001-gvdb-Restore-permissions-on-changed-files.patch
-# For directory ownership
-BuildRequires:  dbus-1
+
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gtk-doc
 BuildRequires:  meson
 BuildRequires:  pkgconfig
 BuildRequires:  vala >= 0.18.0
 BuildRequires:  xsltproc
+BuildRequires:  pkgconfig(bash-completion)
+BuildRequires:  pkgconfig(dbus-1)
 BuildRequires:  pkgconfig(gio-unix-2.0)
 BuildRequires:  pkgconfig(glib-2.0) >= 2.44.0
 BuildRequires:  pkgconfig(gobject-introspection-1.0)
@@ -90,14 +91,14 @@
 have configuration storage systems.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 
 %build
 %meson \
- -Denable-man=true \
- -Denable-gtk-doc=true
-
+       -Dbash_completion=true \
+       -Dman=true \
+       -Dgtk_doc=true \
+       %{nil}
 %meson_build
 
 %install

++++++ dconf-0.28.0.tar.xz -> dconf-0.30.0.tar.xz ++++++
++++ 3456 lines of diff (skipped)


Reply via email to