Hello community, here is the log from the commit of package cinnamon for openSUSE:Factory checked in at 2017-11-27 22:16:33 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cinnamon (Old) and /work/SRC/openSUSE:Factory/.cinnamon.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "cinnamon" Mon Nov 27 22:16:33 2017 rev:24 rq:545328 version:3.6.6 Changes: -------- --- /work/SRC/openSUSE:Factory/cinnamon/cinnamon.changes 2017-11-21 15:35:15.214945070 +0100 +++ /work/SRC/openSUSE:Factory/.cinnamon.new/cinnamon.changes 2017-11-27 22:16:38.042504834 +0100 @@ -1,0 +2,7 @@ +Fri Nov 24 20:58:01 UTC 2017 - [email protected] + +- Update to version 3.6.6: + * Sound settings: Assign the selected device to the profile + selector. + +------------------------------------------------------------------- Old: ---- Cinnamon-3.6.5.tar.gz New: ---- Cinnamon-3.6.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cinnamon.spec ++++++ --- /var/tmp/diff_new_pack.kGRkkr/_old 2017-11-27 22:16:38.930472603 +0100 +++ /var/tmp/diff_new_pack.kGRkkr/_new 2017-11-27 22:16:38.934472457 +0100 @@ -21,7 +21,7 @@ %define _name Cinnamon %define _version 3.6.0 Name: cinnamon -Version: 3.6.5 +Version: 3.6.6 Release: 0 Summary: GNU/Linux Desktop featuring a traditional layout License: GPL-2.0+ AND LGPL-2.1 ++++++ Cinnamon-3.6.5.tar.gz -> Cinnamon-3.6.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Cinnamon-3.6.5/configure.ac new/Cinnamon-3.6.6/configure.ac --- old/Cinnamon-3.6.5/configure.ac 2017-11-20 16:15:59.000000000 +0100 +++ new/Cinnamon-3.6.6/configure.ac 2017-11-23 10:56:12.000000000 +0100 @@ -1,5 +1,5 @@ AC_PREREQ(2.63) -AC_INIT([cinnamon],[3.6.5],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon]) +AC_INIT([cinnamon],[3.6.6],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_SRCDIR([src/cinnamon-global.c]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Cinnamon-3.6.5/debian/changelog new/Cinnamon-3.6.6/debian/changelog --- old/Cinnamon-3.6.5/debian/changelog 2017-11-20 16:15:59.000000000 +0100 +++ new/Cinnamon-3.6.6/debian/changelog 2017-11-23 10:56:12.000000000 +0100 @@ -1,3 +1,9 @@ +cinnamon (3.6.6) sylvia; urgency=medium + + * Sound settings: Assign the selected device to the profile selector. + + -- Clement Lefebvre <[email protected]> Thu, 23 Nov 2017 09:55:33 +0000 + cinnamon (3.6.5) sylvia; urgency=medium [ Michael Webster ] diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Cinnamon-3.6.5/files/usr/share/cinnamon/cinnamon-settings/modules/cs_sound.py new/Cinnamon-3.6.6/files/usr/share/cinnamon/cinnamon-settings/modules/cs_sound.py --- old/Cinnamon-3.6.5/files/usr/share/cinnamon/cinnamon-settings/modules/cs_sound.py 2017-11-20 16:15:59.000000000 +0100 +++ new/Cinnamon-3.6.6/files/usr/share/cinnamon/cinnamon-settings/modules/cs_sound.py 2017-11-23 10:56:12.000000000 +0100 @@ -671,6 +671,7 @@ id = getattr(self.controller, "lookup_"+type+"_id")(newDevice) if id != None and id != getattr(self, type+"Id"): getattr(self.controller, "change_"+type)(id) + self.profile.setDevice(id) def deviceAdded(self, c, id, type): device = getattr(self.controller, "lookup_"+type+"_id")(id)
