Hello community,

here is the log from the commit of package dconf for openSUSE:Leap:15.2 checked 
in at 2020-01-30 14:49:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/dconf (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.dconf.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dconf"

Thu Jan 30 14:49:30 2020 rev:14 rq:757836 version:0.34.0

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/dconf/dconf.changes    2020-01-15 
14:51:57.233471490 +0100
+++ /work/SRC/openSUSE:Leap:15.2/.dconf.new.26092/dconf.changes 2020-01-30 
14:50:12.306896231 +0100
@@ -1,0 +2,162 @@
+Thu Sep 12 14:28:34 CST 2019 - [email protected]
+
+- Update to version 0.34.0:
+  + Increment version number following 0.34 release. 
+
+-------------------------------------------------------------------
+Fri Aug 30 14:52:11 CDT 2019 - [email protected]
+
+- Update to version 0.33.2:
+  + Drop references to GDBusConnection objects when D-Bus
+    connections are closed.
+- Changes from version 0.33.1:
+  + Factor out a common method to route completion of D-Bus
+    methods through.
+  + build: Use weak bindings in gvdb to fix linking with LLD.
+
+-------------------------------------------------------------------
+Mon Mar 11 18:19:20 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 3.32.0:
+  + No changes since 0.31.92.
+
+-------------------------------------------------------------------
+Thu Mar  7 18:00:27 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 0.31.92:
+  + bin: Add an option to ignore changes to locked keys during
+    load.
+  + tests:
+    - Use more concise key and value.
+    - shm: fix pwrite wrapper with -D_FILE_OFFSET_BITS=64.
+    - Replace usage of dlsym with separate modules containing
+      functions that need to be mocked out.
+    - Avoid using real system bus during tests.
+
+-------------------------------------------------------------------
+Wed Feb 13 23:54:32 UTC 2019 - [email protected]
+
+- Update to version 0.31.2:
+  + Bin:
+    - Rewrite dconf utility in C. Updates are no longer conditional
+      on the mtime of the database directory and files. Help
+      information is shown on erroneous usage, but not otherwise.
+    - Add a new database directory argument for the update command.
+  + Build: Make dconf client vapi file installation optional, and
+    thus the Vala dependency optional (still built by default). 
+
+-------------------------------------------------------------------
+Tue Jan  8 13:22:01 UTC 2019 - [email protected]
+
+- Update to version 0.31.1:
+  + Engine: Fix memory leak when subscribing to a path.
+  + CI: Always store test artifacts so we always get code coverage
+    results.
+  + Sort output of list and dump commands.
+  + Tests: Add integration tests for dconf and dconf-service
+    running within a separate D-Bus session and
+    clean XDG_RUNTIME_DIR and XDG_CONFIG_HOME.
+  + Engine: Coalesce pending writes into a single changeset.
+  + Consistently validate the number of arguments. Add optional
+    directory argument for update command.
+  + Tests: Add further integration tests.
+  + Check mtimes of files when updating databases.
+  + Indicate update failure with non-zero exit code. Consistently
+    handle invalid configuration in update.
+  + Replace Bugzilla by Gitlab URL in DOAP file.
+  + Tests: Add test for key paths locked in system databases.
+
+-------------------------------------------------------------------
+Tue Oct 23 10:16:40 UTC 2018 - [email protected]
+
+- Update to version 0.30.1:
+  + Engine: Fix memory leak when subscribing to a path.
+
+-------------------------------------------------------------------
+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.
+
+-------------------------------------------------------------------
+Tue Mar 13 23:16:56 UTC 2018 - [email protected]
+
+- Update to version 0.28.0:
+  + No visible changes.
+- Drop:
+  + intltool BuildRequires: there are no translations to be
+    handled.
+  + update-desktop-files BuildRequires: there is no desktop file to
+    be handled.
+
+-------------------------------------------------------------------
+Fri Mar  9 19:06:37 UTC 2018 - [email protected]
+
+- Update summaries.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:24:35 UTC 2018 - [email protected]
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Wed Oct 18 15:36:44 UTC 2017 - [email protected]
+
+- Update to version 0.27.1:
+  + Port to meson build system.
+- Add meson BuildRequires and switch autotools macros configure,
+  make and makeinstall to meson, meson_build and meson_install
+  following upstream switch to Meson build system.
+- Drop the BUILD_FROM_VCS checks, and build gtk-doc
+  unconditionally: this is needed since the port to meson.
+- Pass enable-man=true option to meson: man files are no longer
+  built unless this is explicitly specified.
+- Drop the find command for finding and deleting libtool archives:
+  these are no longer built since the port to meson build system.
+
+-------------------------------------------------------------------

Old:
----
  dconf-0.26.1.tar.xz

New:
----
  dconf-0.34.0.tar.xz

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

Other differences:
------------------
++++++ dconf.spec ++++++
--- /var/tmp/diff_new_pack.pmNTWV/_old  2020-01-30 14:50:12.682896430 +0100
+++ /var/tmp/diff_new_pack.pmNTWV/_new  2020-01-30 14:50:12.686896433 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dconf
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,34 +12,33 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           dconf
-Version:        0.26.1
+Version:        0.34.0
 Release:        0
-Summary:        Simple key-based configuration system
-License:        LGPL-2.1+
+Summary:        Key-based configuration system
+License:        LGPL-2.1-or-later
 Group:          System/Libraries
-Url:            https://live.gnome.org/dconf
-Source:         
https://download.gnome.org/sources/dconf/0.26/%{name}-%{version}.tar.xz
+URL:            https://live.gnome.org/dconf
+Source0:        
https://download.gnome.org/sources/dconf/0.34/%{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:  intltool >= 0.50.0
-BuildRequires:  update-desktop-files
+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)
-%if 0%{?BUILD_FROM_VCS}
-BuildRequires:  gtk-doc
-%endif
 # dconf provides a dbus service, but has no dependency on dbus in any way
 # (because it uses gdbus), so we need an explicit Requires
 Requires:       dbus-1
@@ -50,7 +49,7 @@
 have configuration storage systems.
 
 %package -n libdconf1
-Summary:        Simple key-based configuration system -- Library
+Summary:        Key-based configuration system
 # The library doesn't really work if the dconf service is not reachable, so we
 # need a Requires
 Group:          System/Libraries
@@ -64,12 +63,12 @@
 have configuration storage systems.
 
 %package -n gsettings-backend-dconf
-Summary:        Simple key-based configuration system -- GSettings Backend
+Summary:        GSettings integration of the dconf key-based configuration 
system
 Group:          System/Libraries
 Requires:       %{name} >= %{version}
 # We really want this to be used as the default GSettings backend
 Supplements:    libgio-2_0-0
-%glib2_gio_module_requires
+%{glib2_gio_module_requires}
 
 %description -n gsettings-backend-dconf
 dconf is a low-level configuration system. Its main purpose is to
@@ -80,7 +79,7 @@
 the settings.
 
 %package devel
-Summary:        Simple key-based configuration system -- Development Files
+Summary:        Development files for dconf, a key-based configuration system
 Group:          Development/Libraries/GNOME
 Requires:       libdconf1 = %{version}
 # The libdbus-1 backend has been removed. Dconf now always uses GDBus (since 
0.25.x)
@@ -92,39 +91,32 @@
 have configuration storage systems.
 
 %prep
-%setup -q
-%patch0 -p1
-
-%if 0%{?BUILD_FROM_VCS}
-[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
-%endif
+%autosetup -p1
 
 %build
-%configure \
-%if 0%{?BUILD_FROM_VCS}
-    --enable-gtk-doc
-%endif
-
-%__make V=1 %{?_smp_mflags}
+%meson \
+       -Dbash_completion=true \
+       -Dman=true \
+       -Dgtk_doc=true \
+       %{nil}
+%meson_build
 
 %install
-%make_install
-find %{buildroot}%{_libdir} -name '*.la' -type f -delete -print
+%meson_install
 mkdir -p %{buildroot}%{_sysconfdir}/dconf/{profile,db}
 
 %post -n libdconf1 -p /sbin/ldconfig
-
 %postun -n libdconf1 -p /sbin/ldconfig
 
 %post -n gsettings-backend-dconf
-%glib2_gio_module_post
+%{glib2_gio_module_post}
 
 %postun -n gsettings-backend-dconf
-%glib2_gio_module_postun
+%{glib2_gio_module_postun}
 
 %files
-%defattr(-, root, root)
-%doc COPYING NEWS
+%license COPYING
+%doc NEWS README
 # small utility to read values in the database
 %{_bindir}/dconf
 # service is needed for write
@@ -138,15 +130,13 @@
 %{_sysconfdir}/dconf/
 
 %files -n libdconf1
-%defattr(-, root, root)
 %{_libdir}/libdconf.so.*
 
 %files -n gsettings-backend-dconf
-%defattr(-, root, root)
 %{_libdir}/gio/modules/libdconfsettings.so
 
 %files devel
-%defattr(-, root, root)
+%doc HACKING
 %doc %{_datadir}/gtk-doc/html/dconf/
 %{_includedir}/dconf/
 %{_libdir}/libdconf.so

++++++ dconf-0.26.1.tar.xz -> dconf-0.34.0.tar.xz ++++++
++++ 39464 lines of diff (skipped)


Reply via email to