Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package cinnamon-desktop for
openSUSE:Factory checked in at 2023-01-28 21:07:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cinnamon-desktop (Old)
and /work/SRC/openSUSE:Factory/.cinnamon-desktop.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-desktop"
Sat Jan 28 21:07:21 2023 rev:25 rq:1061776 version:5.6.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/cinnamon-desktop/cinnamon-desktop.changes
2022-12-13 18:55:51.171326721 +0100
+++
/work/SRC/openSUSE:Factory/.cinnamon-desktop.new.32243/cinnamon-desktop.changes
2023-01-28 21:16:32.080969965 +0100
@@ -1,0 +2,7 @@
+Sat Jan 28 18:24:59 UTC 2023 - Dirk Müller <[email protected]>
+
+- update to 5.6.1:
+ * Add a settings key for the gtk-enable-primary-paste GtkSetting.
+ * touchpad: Enable tap-to-click by default.
+
+-------------------------------------------------------------------
Old:
----
cinnamon-desktop-5.6.0.tar.gz
New:
----
cinnamon-desktop-5.6.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cinnamon-desktop.spec ++++++
--- /var/tmp/diff_new_pack.qLpvGy/_old 2023-01-28 21:16:33.048975343 +0100
+++ /var/tmp/diff_new_pack.qLpvGy/_new 2023-01-28 21:16:33.092975587 +0100
@@ -1,7 +1,7 @@
#
# spec file for package cinnamon-desktop
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
%define typelib typelib-1_0-CinnamonDesktop-3_0
%define typelib_cvc typelib-1_0-Cvc-1_0
Name: cinnamon-desktop
-Version: 5.6.0
+Version: 5.6.1
Release: 0
Summary: Libcinnamon-desktop API
License: GPL-2.0-or-later AND MIT
++++++ cinnamon-desktop-5.6.0.tar.gz -> cinnamon-desktop-5.6.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-5.6.0/debian/changelog
new/cinnamon-desktop-5.6.1/debian/changelog
--- old/cinnamon-desktop-5.6.0/debian/changelog 2022-11-17 11:00:14.000000000
+0100
+++ new/cinnamon-desktop-5.6.1/debian/changelog 2023-01-07 17:00:25.000000000
+0100
@@ -1,3 +1,11 @@
+cinnamon-desktop (5.6.1) vera; urgency=medium
+
+ [ Michael Webster ]
+ * Add a settings key for the gtk-enable-primary-paste GtkSetting.
+ * touchpad: Enable tap-to-click by default.
+
+ -- Clement Lefebvre <[email protected]> Sat, 07 Jan 2023 16:00:14 +0000
+
cinnamon-desktop (5.6.0) vera; urgency=medium
[ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-5.6.0/meson.build
new/cinnamon-desktop-5.6.1/meson.build
--- old/cinnamon-desktop-5.6.0/meson.build 2022-11-17 11:00:14.000000000
+0100
+++ new/cinnamon-desktop-5.6.1/meson.build 2023-01-07 17:00:25.000000000
+0100
@@ -1,7 +1,7 @@
# Meson build file
# https://github.com/linuxmint/cinnamon-desktop
-project('cinnamon-desktop', 'c', version: '5.6.0',
+project('cinnamon-desktop', 'c', version: '5.6.1',
meson_version: '>=0.50.0'
)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-desktop-5.6.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in
new/cinnamon-desktop-5.6.1/schemas/org.cinnamon.desktop.interface.gschema.xml.in
---
old/cinnamon-desktop-5.6.0/schemas/org.cinnamon.desktop.interface.gschema.xml.in
2022-11-17 11:00:14.000000000 +0100
+++
new/cinnamon-desktop-5.6.1/schemas/org.cinnamon.desktop.interface.gschema.xml.in
2023-01-07 17:00:25.000000000 +0100
@@ -16,6 +16,10 @@
it changes the behaviour of the window manager, the panel etc.
</description>
</key>
+ <key name="gtk-enable-primary-paste" type="b">
+ <default>true</default>
+ <summary>Enable primary paste via middle-click</summary>
+ </key>
<key name="menus-have-tearoff" type="b">
<default>false</default>
<summary>Menus Have Tearoff</summary>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-desktop-5.6.0/schemas/org.cinnamon.desktop.peripherals.gschema.xml.in
new/cinnamon-desktop-5.6.1/schemas/org.cinnamon.desktop.peripherals.gschema.xml.in
---
old/cinnamon-desktop-5.6.0/schemas/org.cinnamon.desktop.peripherals.gschema.xml.in
2022-11-17 11:00:14.000000000 +0100
+++
new/cinnamon-desktop-5.6.1/schemas/org.cinnamon.desktop.peripherals.gschema.xml.in
2023-01-07 17:00:25.000000000 +0100
@@ -25,7 +25,7 @@
<description>When enabled, touchpads will be disabled while typing on
the keyboard.</description>
</key>
<key name="tap-to-click" type="b">
- <default>false</default>
+ <default>true</default>
<summary>Enable mouse clicks with touchpad</summary>
<description>Set this to TRUE to be able to send mouse clicks by tapping
on the touchpad.</description>
</key>