Hello community,

here is the log from the commit of package mate-settings-daemon for 
openSUSE:Factory checked in at 2020-03-03 10:17:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/mate-settings-daemon (Old)
 and      /work/SRC/openSUSE:Factory/.mate-settings-daemon.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "mate-settings-daemon"

Tue Mar  3 10:17:00 2020 rev:27 rq:780539 version:1.24.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/mate-settings-daemon/mate-settings-daemon.changes    
    2019-07-31 14:35:44.957886042 +0200
+++ 
/work/SRC/openSUSE:Factory/.mate-settings-daemon.new.26092/mate-settings-daemon.changes
     2020-03-03 10:18:05.798880807 +0100
@@ -1,0 +2,31 @@
+Wed Feb 26 19:38:40 UTC 2020 - Alexei Sorokin <sor.ale...@meowr.ru>
+
+- Update to version 1.24.0 (changes since 1.23.0):
+  * Add remaining peripheral schemas from mate-desktop.
+  * mouse: Add acceleration profiles.
+  * Change media-keys volume-step default from 6 to 5 in the
+    gschema and use only that instead of a redundant constant in
+    the code.
+  * xrandr plugin: i18n dropdown menu.
+  * Add new macro MATE_SETTINGS_PLUGIN_REGISTER_WITH_PRIVATE.
+  * plugins: Drop libXxf86 dependency.
+  * Fix deprecated g_type_class_add_private.
+  * plugins housekeeping: Optimisation code.
+  * Avoid build warning.
+  * mate-settings-plugin: Remove useless macro
+    MATE_SETTINGS_PLUGIN_REGISTER.
+  * msd-smartcard: Remove unused struct members.
+  * Require DBUS >= 1.10.0.
+  * Actually use the configured dbus directory.
+  * Default DBUS_SYS_DIR to ${datadir}/dbus-1/system.d.
+  * Avoid redundant redeclarations.
+  * xrandr: Add bigger icon sizes for tray-applet.
+  * Hide MATE Settings Daemon from Startup Applications capplet.
+  * Setup GETTEXTDATADIRS environment variable for xgettext.
+  * Add its files for marco keybindings xml file.
+  * Switch to use gettext from intltool.
+  * Update translations.
+- Remove drop-libXxf86-dependency.patch: fixed upstream.
+- Drop support for old openSUSE versions.
+
+-------------------------------------------------------------------

Old:
----
  drop-libXxf86-dependency.patch
  mate-settings-daemon-1.23.0.tar.xz

New:
----
  mate-settings-daemon-1.24.0.tar.xz

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

Other differences:
------------------
++++++ mate-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.R3KOMe/_old  2020-03-03 10:18:07.486884299 +0100
+++ /var/tmp/diff_new_pack.R3KOMe/_new  2020-03-03 10:18:07.490884308 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mate-settings-daemon
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,25 +16,21 @@
 #
 
 
-%define _version 1.23
+%define _version 1.24
 Name:           mate-settings-daemon
-Version:        1.23.0
+Version:        1.24.0
 Release:        0
 Summary:        MATE session settings daemon
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
-Group:          System/GUI/Other
 URL:            https://mate-desktop.org/
 Source:         
https://pub.mate-desktop.org/releases/%{_version}/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM drop-libXxf86-dependency.patch -- drop libXxf89 
dependency, which leaves mate in broken state, fixes boo#1139857
-Patch0:         drop-libXxf86-dependency.patch
 BuildRequires:  hicolor-icon-theme
-# set to _version when mate-common has an equal release
-BuildRequires:  mate-common >= 1.22
+BuildRequires:  mate-common >= %{_version}
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(dbus-glib-1)
 BuildRequires:  pkgconfig(dconf) >= 0.13
-BuildRequires:  pkgconfig(glib-2.0) >= 2.50
-BuildRequires:  pkgconfig(gtk+-3.0) >= 3.22
+BuildRequires:  pkgconfig(glib-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(ice)
 BuildRequires:  pkgconfig(libcanberra-gtk3)
 BuildRequires:  pkgconfig(libmatekbd) >= %{_version}
@@ -61,7 +57,6 @@
 
 %package devel
 Summary:        MATE session settings daemon development files
-Group:          Development/Libraries/Other
 Requires:       %{name} = %{version}
 
 %description devel
@@ -73,7 +68,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 NOCONFIGURE=1 mate-autogen
@@ -83,29 +77,16 @@
   --disable-schemas-install \
   --enable-pulse            \
   --enable-polkit
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install
 %find_lang %{name} %{?no_lang_C}
 find %{buildroot} -type f -name "*.la" -delete -print
 
-%if 0%{?suse_version} < 1500
-%post
-%icon_theme_cache_post
-%icon_theme_cache_post mate
-%glib2_gsettings_schema_post
-
-%postun
-%icon_theme_cache_postun
-%icon_theme_cache_postun mate
-%glib2_gsettings_schema_postun
-%endif
-
 %files
 %license COPYING COPYING.LIB
 %doc AUTHORS NEWS
-%config 
%{_sysconfdir}/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf
 %dir %{_sysconfdir}/%{name}/
 %dir %{_sysconfdir}/%{name}/xrandr/
 %{_sysconfdir}/xrdb/
@@ -116,6 +97,7 @@
 %{_libdir}/mate-settings-daemon/
 %{_datadir}/dbus-1/services/*.service
 %{_datadir}/dbus-1/system-services/*.service
+%{_datadir}/dbus-1/system.d/org.mate.SettingsDaemon.DateTimeMechanism.conf
 %{_datadir}/icons/hicolor/*/apps/*
 %{_datadir}/mate-control-center/keybindings/50-accessibility.xml
 %{_datadir}/%{name}/

++++++ mate-settings-daemon-1.23.0.tar.xz -> mate-settings-daemon-1.24.0.tar.xz 
++++++
++++ 268027 lines of diff (skipped)


Reply via email to