Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package muffin for openSUSE:Factory checked 
in at 2021-01-21 21:57:19
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/muffin (Old)
 and      /work/SRC/openSUSE:Factory/.muffin.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "muffin"

Thu Jan 21 21:57:19 2021 rev:24 rq:865363 version:4.8.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/muffin/muffin.changes    2020-12-13 
17:30:36.556402456 +0100
+++ /work/SRC/openSUSE:Factory/.muffin.new.28504/muffin.changes 2021-01-21 
21:57:20.325856477 +0100
@@ -1,0 +2,7 @@
+Thu Jan 14 10:21:20 UTC 2021 - andy great <[email protected]>
+
+- Update to version 4.8.1.
+  * meta-background-actor.c: Listen to the stage's background-color
+    instead of the color property.
+
+-------------------------------------------------------------------

Old:
----
  muffin-4.8.0.tar.gz

New:
----
  muffin-4.8.1.tar.gz

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

Other differences:
------------------
++++++ muffin.spec ++++++
--- /var/tmp/diff_new_pack.uqQMY2/_old  2021-01-21 21:57:21.041856722 +0100
+++ /var/tmp/diff_new_pack.uqQMY2/_new  2021-01-21 21:57:21.041856722 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package muffin
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,7 +21,7 @@
 %define typelib typelib-1_0-Muffin-0_0
 %define _lto_cflags %{nil}
 Name:           muffin
-Version:        4.8.0
+Version:        4.8.1
 Release:        0
 Summary:        Cinnamon Desktop default window manager
 License:        GPL-2.0-or-later AND MIT

++++++ muffin-4.8.0.tar.gz -> muffin-4.8.1.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-4.8.0/configure.ac 
new/muffin-4.8.1/configure.ac
--- old/muffin-4.8.0/configure.ac       2020-11-26 14:51:32.000000000 +0100
+++ new/muffin-4.8.1/configure.ac       2021-01-14 10:47:56.000000000 +0100
@@ -2,7 +2,7 @@
 
 m4_define([muffin_major_version], [4])
 m4_define([muffin_minor_version], [8])
-m4_define([muffin_micro_version], [0])
+m4_define([muffin_micro_version], [1])
 
 m4_define([muffin_version],
           [muffin_major_version.muffin_minor_version.muffin_micro_version])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-4.8.0/debian/changelog 
new/muffin-4.8.1/debian/changelog
--- old/muffin-4.8.0/debian/changelog   2020-11-26 14:51:32.000000000 +0100
+++ new/muffin-4.8.1/debian/changelog   2021-01-14 10:47:56.000000000 +0100
@@ -1,3 +1,10 @@
+muffin (4.8.1) ulyssa; urgency=medium
+
+  [ Michael Webster ]
+  * meta-background-actor.c: Listen to the stage's background-color instead of 
the color property.
+
+ -- Clement Lefebvre <[email protected]>  Thu, 14 Jan 2021 09:47:32 +0000
+
 muffin (4.8.0) ulyssa; urgency=medium
 
   [ Michael Webster ]
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/muffin-4.8.0/src/compositor/meta-background-actor.c 
new/muffin-4.8.1/src/compositor/meta-background-actor.c
--- old/muffin-4.8.0/src/compositor/meta-background-actor.c     2020-11-26 
14:51:32.000000000 +0100
+++ new/muffin-4.8.1/src/compositor/meta-background-actor.c     2021-01-14 
10:47:56.000000000 +0100
@@ -134,7 +134,7 @@
                               background, (GDestroyNotify) 
free_screen_background);
 
       stage = meta_get_stage_for_screen (screen);
-      g_signal_connect (stage, "notify::color",
+      g_signal_connect (stage, "notify::background-color",
                         G_CALLBACK (on_notify_stage_color), background);
 
       meta_background_actor_update (screen);

Reply via email to