Hello community,

here is the log from the commit of package dconf for openSUSE:Factory checked 
in at 2018-03-14 19:32:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dconf (Old)
 and      /work/SRC/openSUSE:Factory/.dconf.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dconf"

Wed Mar 14 19:32:59 2018 rev:45 rq:586728 version:0.28.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/dconf/dconf.changes      2017-10-06 
11:01:39.381621273 +0200
+++ /work/SRC/openSUSE:Factory/.dconf.new/dconf.changes 2018-03-14 
19:33:00.582048461 +0100
@@ -1,0 +2,36 @@
+Tue Mar 13 23:16:56 UTC 2018 - luc1...@linuxmail.org
+
+- 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 - jeng...@inai.de
+
+- Update summaries.
+
+-------------------------------------------------------------------
+Wed Feb 28 16:24:35 UTC 2018 - dims...@opensuse.org
+
+- Modernize spec-file by calling spec-cleaner
+
+-------------------------------------------------------------------
+Wed Oct 18 15:36:44 UTC 2017 - badshah...@gmail.com
+
+- 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.28.0.tar.xz

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

Other differences:
------------------
++++++ dconf.spec ++++++
--- /var/tmp/diff_new_pack.X4ezrZ/_old  2018-03-14 19:33:01.402019340 +0100
+++ /var/tmp/diff_new_pack.X4ezrZ/_new  2018-03-14 19:33:01.414018914 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dconf
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -17,29 +17,27 @@
 
 
 Name:           dconf
-Version:        0.26.1
+Version:        0.28.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
+Source:         
http://download.gnome.org/sources/dconf/0.28/%{name}-%{version}.tar.xz
 Source99:       baselibs.conf
 # PATCH-FIX-UPSTREAM 0001-gvdb-Restore-permissions-on-changed-files.patch 
bsc#1025721 bsc#971074 bgo#758066 fezh...@suse.com -- 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(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 +48,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 +62,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 +78,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)
@@ -95,36 +93,29 @@
 %setup -q
 %patch0 -p1
 
-%if 0%{?BUILD_FROM_VCS}
-[ -x ./autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
-%endif
-
 %build
-%configure \
-%if 0%{?BUILD_FROM_VCS}
-    --enable-gtk-doc
-%endif
+%meson \
+ -Denable-man=true \
+ -Denable-gtk-doc=true
 
-%__make V=1 %{?_smp_mflags}
+%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 +129,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.28.0.tar.xz ++++++
++++ 32587 lines of diff (skipped)


Reply via email to