Hello community,
here is the log from the commit of package cinnamon-desktop for
openSUSE:Factory checked in at 2019-07-16 08:41:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cinnamon-desktop (Old)
and /work/SRC/openSUSE:Factory/.cinnamon-desktop.new.1887 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon-desktop"
Tue Jul 16 08:41:08 2019 rev:14 rq:715317 version:4.0.1
Changes:
--------
--- /work/SRC/openSUSE:Factory/cinnamon-desktop/cinnamon-desktop.changes
2018-05-11 09:17:49.727485531 +0200
+++
/work/SRC/openSUSE:Factory/.cinnamon-desktop.new.1887/cinnamon-desktop.changes
2019-07-16 08:41:18.519035924 +0200
@@ -1,0 +2,9 @@
+Wed Mar 13 04:32:21 UTC 2019 - Dead Mozay <[email protected]>
+
+- Update to version 4.0.1:
+ * gnome-wall-clock.c: Fix memory leak when a custom format string is.
+ * Updated slovak translation - translated new strings(100%), fixed date/time
format
+ * Update for meson changes
+ * Following the review of docinfo, this should be enabled by default.
+
+-------------------------------------------------------------------
Old:
----
cinnamon-desktop-3.8.1.tar.gz
New:
----
cinnamon-desktop-4.0.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ cinnamon-desktop.spec ++++++
--- /var/tmp/diff_new_pack.2QTyf2/_old 2019-07-16 08:41:19.135036130 +0200
+++ /var/tmp/diff_new_pack.2QTyf2/_new 2019-07-16 08:41:19.139036131 +0200
@@ -1,7 +1,7 @@
#
# spec file for package cinnamon-desktop
#
-# Copyright (c) 2018 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,7 +12,7 @@
# 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/
#
@@ -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: 3.8.1
+Version: 4.0.1
Release: 0
Summary: Libcinnamon-desktop API
License: GPL-2.0-or-later AND MIT
++++++ cinnamon-desktop-3.8.1.tar.gz -> cinnamon-desktop-4.0.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-3.8.1/.circleci/config.yml
new/cinnamon-desktop-4.0.1/.circleci/config.yml
--- old/cinnamon-desktop-3.8.1/.circleci/config.yml 2018-05-06
16:37:39.000000000 +0200
+++ new/cinnamon-desktop-4.0.1/.circleci/config.yml 2018-11-12
16:05:41.000000000 +0100
@@ -38,11 +38,6 @@
fi
jobs:
- "mint18":
- <<: *shared
- docker:
- - image: linuxmintd/mint18-amd64
-
"mint19":
<<: *shared
docker:
@@ -57,6 +52,5 @@
version: 2
build:
jobs:
- - "mint18"
- "mint19"
- "lmde3"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-3.8.1/debian/changelog
new/cinnamon-desktop-4.0.1/debian/changelog
--- old/cinnamon-desktop-3.8.1/debian/changelog 2018-05-06 16:37:39.000000000
+0200
+++ new/cinnamon-desktop-4.0.1/debian/changelog 2018-11-12 16:05:41.000000000
+0100
@@ -1,3 +1,23 @@
+cinnamon-desktop (4.0.1) tessa; urgency=medium
+
+ [ Clement Lefebvre ]
+ * CI: Remove Mint 18
+
+ [ Michael Webster ]
+ * screensaver schema: deprecate screensaver plugin keys.
+
+ -- Clement Lefebvre <[email protected]> Mon, 12 Nov 2018 15:05:18 +0000
+
+cinnamon-desktop (4.0.0) tessa; urgency=medium
+
+ [ Soapux ]
+ * Update style of meson build options (#116)
+
+ [ Jackson Dearnley ]
+ * org.cinnamon.default-applications.gschema.xml.in.in: Define schema for a
default calculator application (#120)
+
+ -- Clement Lefebvre <[email protected]> Tue, 30 Oct 2018 14:03:01 +0000
+
cinnamon-desktop (3.8.1) tara; urgency=medium
[ Jason Hicks ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-3.8.1/debian/rules
new/cinnamon-desktop-4.0.1/debian/rules
--- old/cinnamon-desktop-3.8.1/debian/rules 2018-05-06 16:37:39.000000000
+0200
+++ new/cinnamon-desktop-4.0.1/debian/rules 2018-11-12 16:05:41.000000000
+0100
@@ -8,8 +8,8 @@
meson debian/build \
--prefix=/usr \
--buildtype=plain \
- -Dpnp-ids-path=/usr/share/hwdata/pnp.ids \
- -Ddeprecation-flags=false
+ -Dpnp_ids=/usr/share/hwdata/pnp.ids \
+ -Ddeprecation_warnings=false
override_dh_auto_build:
ninja -C debian/build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-3.8.1/meson.build
new/cinnamon-desktop-4.0.1/meson.build
--- old/cinnamon-desktop-3.8.1/meson.build 2018-05-06 16:37:39.000000000
+0200
+++ new/cinnamon-desktop-4.0.1/meson.build 2018-11-12 16:05:41.000000000
+0100
@@ -1,7 +1,7 @@
# Meson build file
# https://github.com/linuxmint/cinnamon-desktop
-project('cinnamon-desktop', 'c', version: '3.8.1',
+project('cinnamon-desktop', 'c', version: '4.0.1',
meson_version: '>=0.37.0'
)
@@ -23,7 +23,7 @@
cc = meson.get_compiler('c')
-if not get_option('deprecation-flags')
+if not get_option('deprecation_warnings')
add_global_arguments('-Wno-deprecated-declarations', language: 'c')
endif
@@ -66,7 +66,7 @@
gobject
]
-use_alsa = get_option('use-alsa')
+use_alsa = get_option('alsa')
if use_alsa
cvc_deps += dependency('alsa')
@@ -77,7 +77,7 @@
# Path to the pnp.ids file -- to know if we use one shipped with another
# package, or an internal file
-pnp_ids_path = get_option('pnp-ids-path')
+pnp_ids_path = get_option('pnp_ids')
pnp_ids_install_internal = (pnp_ids_path == '')
if pnp_ids_install_internal
@@ -148,8 +148,8 @@
' source code location: ' + meson.source_root(),
' compiler: ' + cc.get_id(),
' debugging support: ' + get_option('buildtype'),
- ' Use *_DISABLE_DEPRECATED:
@0@'.format(get_option('deprecation-flags')),
+ ' Use *_DISABLE_DEPRECATED:
@0@'.format(get_option('deprecation_warnings')),
' Use PNP files: ' + pnp_message,
- ' Use Alsa: ' + '@0@'.format(use_alsa),
+ ' Use ALSA: ' + '@0@'.format(use_alsa),
'',
]))
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/cinnamon-desktop-3.8.1/meson_options.txt
new/cinnamon-desktop-4.0.1/meson_options.txt
--- old/cinnamon-desktop-3.8.1/meson_options.txt 2018-05-06
16:37:39.000000000 +0200
+++ new/cinnamon-desktop-4.0.1/meson_options.txt 2018-11-12
16:05:41.000000000 +0100
@@ -1,3 +1,6 @@
-option('deprecation-flags', type: 'boolean', value: true)
-option('pnp-ids-path', type: 'string', value: '')
-option('use-alsa', type: 'boolean', value: false)
+option('deprecation_warnings', type: 'boolean', value: false,
+ description: 'Show compiler warnings about deprecated features')
+option('pnp_ids', type: 'string', value: '',
+ description: 'Specify the path to pnp.ids (default is an internal
copy)')
+option('alsa', type: 'boolean', value: false,
+ description: 'ALSA support')
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-desktop-3.8.1/schemas/org.cinnamon.desktop.default-applications.gschema.xml.in.in
new/cinnamon-desktop-4.0.1/schemas/org.cinnamon.desktop.default-applications.gschema.xml.in.in
---
old/cinnamon-desktop-3.8.1/schemas/org.cinnamon.desktop.default-applications.gschema.xml.in.in
2018-05-06 16:37:39.000000000 +0200
+++
new/cinnamon-desktop-4.0.1/schemas/org.cinnamon.desktop.default-applications.gschema.xml.in.in
2018-11-12 16:05:41.000000000 +0100
@@ -2,6 +2,7 @@
<schema id="org.cinnamon.desktop.default-applications"
path="/org/cinnamon/desktop/applications/">
<child name="office"
schema="org.cinnamon.desktop.default-applications.office"/>
<child name="terminal"
schema="org.cinnamon.desktop.default-applications.terminal"/>
+ <child name="calculator"
schema="org.cinnamon.desktop.default-applications.calculator"/>
</schema>
<schema id="org.cinnamon.desktop.default-applications.office"
path="/org/cinnamon/desktop/applications/office/">
<child name="calendar"
schema="org.cinnamon.desktop.default-applications.office.calendar"/>
@@ -56,4 +57,20 @@
</_description>
</key>
</schema>
+ <schema id="org.cinnamon.desktop.default-applications.calculator"
path="/org/cinnamon/desktop/applications/calculator/">
+ <key name="exec" type="s">
+ <default>'gnome-calculator'</default>
+ <_summary>Default calculator</_summary>
+ <_description>
+ Default calculator application.
+ </_description>
+ </key>
+ <key name="needs-term" type="b">
+ <default>false</default>
+ <_summary>Calculator needs terminal</_summary>
+ <_description>
+ Whether the default calculator application needs a terminal to run.
+ </_description>
+ </key>
+ </schema>
</schemalist>
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/cinnamon-desktop-3.8.1/schemas/org.cinnamon.desktop.screensaver.gschema.xml.in.in
new/cinnamon-desktop-4.0.1/schemas/org.cinnamon.desktop.screensaver.gschema.xml.in.in
---
old/cinnamon-desktop-3.8.1/schemas/org.cinnamon.desktop.screensaver.gschema.xml.in.in
2018-05-06 16:37:39.000000000 +0200
+++
new/cinnamon-desktop-4.0.1/schemas/org.cinnamon.desktop.screensaver.gschema.xml.in.in
2018-11-12 16:05:41.000000000 +0100
@@ -98,15 +98,15 @@
</key>
<key name="screensaver-name" type="s">
<default>""</default>
- <_summary>The name of the screensaver. Empty string to disable</_summary>
+ <_summary>deprecated - does nothing</_summary>
</key>
<key name="xscreensaver-hack" type="s">
- <default>"fiberlamp"</default>
- <_summary>The screensaver hack to use when xscreensaver is used as
screensaver</_summary>
+ <default>""</default>
+ <_summary>deprecated - does nothing</_summary>
</key>
<key name="screensaver-webkit-theme" type="s">
- <default>"[email protected]"</default>
- <_summary>Name of the theme used in the webkit screensaver
engine</_summary>
+ <default>""</default>
+ <_summary>deprecated - does nothing</_summary>
</key>
<key name="show-album-art" type="b">
<default>true</default>