Hello community,
here is the log from the commit of package cinnamon-settings-daemon for
openSUSE:Factory checked in at 2017-05-27 13:13:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cinnamon-settings-daemon (Old)
and /work/SRC/openSUSE:Factory/.cinnamon-settings-daemon.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-settings-daemon"
Sat May 27 13:13:09 2017 rev:7 rq:498028 version:3.4.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/cinnamon-settings-daemon/cinnamon-settings-daemon.changes
2017-01-10 10:42:18.413291435 +0100
+++
/work/SRC/openSUSE:Factory/.cinnamon-settings-daemon.new/cinnamon-settings-daemon.changes
2017-05-27 13:13:16.418693343 +0200
@@ -1,0 +2,57 @@
+Wed May 24 14:40:01 UTC 2017 - [email protected]
+
+- Update to version 3.4.1:
+ * Fix incorrect D-Bus names.
+ * media-keys: Don't show the level in the screen lock OSD.
+ * Wait for xsettings to be fully started before starting the
+ WindowManager phase.
+
+-------------------------------------------------------------------
+Sun May 7 11:23:03 UTC 2017 - [email protected]
+
+- Update to version 3.4.0:
+ * mouse: Add missing device closing.
+ * Increase cinnamon-desktop required version.
+ * power: Fix typo in UPower keyboard GDBus proxy name.
+ * Remove redundant aclocal from autogen.sh as autoreconf calls it.
+ * Fix a -Wmissing-include-dirs warning.
+ * clipboard, color, dummy: Add a test application.
+ * common: Remove obsolete key parsing test application.
+ * color: Fix linkage of csd-test-color.
+ * main: Remove the ability to start/stop individual plugins.
+ * plugins: Remove "test" from the stand-alone application names.
+ * common: Add verbose a option to test-plugin.h.
+ * plugins: Rename sources of all test applications.
+ * mouse-plugin: Add new settings for mouse/touchpad.
+ * sound: Rename the sound plugin for PulseAudio.
+ * plugins: Add desktop files for all the plugins.
+ * plugins: Stop building helpers as plugins.
+ * Remove refs to obsolete schemas.
+ * common: Remove use of SCHEMA_NAME.
+ * common: Report errors on startup in the helper skeleton.
+ * Use unique dbus names.
+ * common: Register plugins with the session manager.
+ * main: Remove gnome-settings-daemon binary.
+ * data: Adapt pkg-config file for API removal.
+ * build: Remove separate check for cinnamon-desktop.
+ * main: Remove cinnamon-settings-plugin.h.
+ * Add CSD plugin icons.
+ * Remove calls to g_type_init(), bump GLib required version.
+ * Fix redundant redeclarations.
+ * Fix FSF address
+ * Fix backgrounds in HiDPI.
+ * Don't kill plugins during CSM stop PHASE.
+ * Drop deprecated g_thread_init.
+ * Add detection for accountsservice background as it's Ubuntu
+ only.
+ * cinnamon-settings-session, daemon-skeleton: Remove an ISO C
+ warning.
+ * csd-input-helper, csd-color-manager: Avoid compiler warnings.
+ * csd-clipboard-manager: Avoid compiler warnings.
+ * csd-locate-pointer: Change a shadowed variable causing compiler
+ warnings (gh#linuxmint#cinnamon-settings-daemon#173).
+ * Fix a typo in the Finnish translation.
+- Install libexec stuff into a cinnamon-settings-daemon/
+ subdirectory.
+
+-------------------------------------------------------------------
Old:
----
cinnamon-settings-daemon-3.2.1.tar.gz
New:
----
cinnamon-settings-daemon-3.4.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cinnamon-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.tn9J7f/_old 2017-05-27 13:13:18.018467167 +0200
+++ /var/tmp/diff_new_pack.tn9J7f/_new 2017-05-27 13:13:18.018467167 +0200
@@ -1,7 +1,7 @@
#
# spec file for package cinnamon-settings-daemon
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
Name: cinnamon-settings-daemon
-Version: 3.2.1
+Version: 3.4.1
Release: 0
Summary: The settings Daemon for the Cinnamon Desktop
License: GPL-2.0+ and LGPL-2.1
@@ -29,6 +29,7 @@
BuildRequires: automake
BuildRequires: cups-devel
BuildRequires: docutils
+BuildRequires: fdupes
BuildRequires: hicolor-icon-theme
BuildRequires: intltool
BuildRequires: libtool
@@ -83,6 +84,7 @@
%build
NOCONFIGURE=1 ./autogen.sh
%configure \
+ --libexecdir=%{_libexecdir}/%{name}/ \
--disable-static \
--disable-schemas-compile \
--enable-polkit \
@@ -92,7 +94,7 @@
%install
%make_install
find %{buildroot} -type f -name "*.la" -delete -print
-%suse_update_desktop_file %{name}
+%fdupes %{buildroot}%{_datadir}/
%find_lang %{name} %{?no_lang_C}
%post
@@ -109,13 +111,12 @@
%defattr(-,root,root)
%doc AUTHORS COPYING* README.md debian/changelog
%config
%{_sysconfdir}/dbus-1/system.d/org.cinnamon.SettingsDaemon.DateTimeMechanism.conf
+%{_sysconfdir}/xdg/autostart/%{name}-*.desktop
%{_libdir}/%{name}-3.0/
%{_datadir}/%{name}-3.0/
-%{_libexecdir}/%{name}
-%{_libexecdir}/csd-*
+%{_libexecdir}/%{name}/
%{_datadir}/%{name}/
-%{_datadir}/applications/%{name}.desktop
-%{_datadir}/icons/hicolor/*/apps/csd-xrandr.*
+%{_datadir}/icons/hicolor/*/apps/csd-*.*
%{_mandir}/man?/%{name}.?%{?ext_man}
%{_datadir}/glib-2.0/schemas/org.cinnamon.settings-daemon.*.xml
%{_datadir}/polkit-1/actions/org.cinnamon.settings-daemon.plugins.*.policy
++++++ cinnamon-settings-daemon-3.2.1.tar.gz ->
cinnamon-settings-daemon-3.4.1.tar.gz ++++++
++++ 24216 lines of diff (skipped)