Hello community,

here is the log from the commit of package gnome-shell for openSUSE:Factory 
checked in at 2016-08-25 09:50:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-shell (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-shell.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-shell"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-shell/gnome-shell.changes  2016-08-17 
12:00:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-shell.new/gnome-shell.changes     
2016-08-25 09:51:00.000000000 +0200
@@ -1,0 +2,14 @@
+Fri Aug 19 22:16:11 UTC 2016 - zai...@opensuse.org
+
+- Update to version 3.20.4:
+  + Free old backgrounds immediately (bgo#766353).
+  + Adjust to flatpak PermissionStore API changes (bgo#766598).
+  + calendar: Only hide dismissed occurrence of recurring event
+    (bgo#748226).
+  + Updated translations.
+- Drop gnome-shell-background-free-MetaBackground.patch: Fixed
+  upstream.
+- Add gnome-shell-fix-missing-return.patch: Fix build, add missing
+  return value in gnome-calendar.
+
+-------------------------------------------------------------------

Old:
----
  gnome-shell-3.20.3.tar.xz
  gnome-shell-background-free-MetaBackground.patch

New:
----
  gnome-shell-3.20.4.tar.xz
  gnome-shell-fix-missing-return.patch

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

Other differences:
------------------
++++++ gnome-shell.spec ++++++
--- /var/tmp/diff_new_pack.w3tf5S/_old  2016-08-25 09:51:01.000000000 +0200
+++ /var/tmp/diff_new_pack.w3tf5S/_new  2016-08-25 09:51:01.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-shell
-Version:        3.20.3
+Version:        3.20.4
 Release:        0
 Summary:        GNOME Shell
 License:        GPL-2.0+
@@ -26,10 +26,10 @@
 Source:         
http://download.gnome.org/sources/gnome-shell/3.20/%{name}-%{version}.tar.xz
 # PATCH-FIX-UPSTREAM gnome-shell-private-connection.patch bnc#751211 
bgo#646187 dims...@opensuse.org -- create private connections if the user is 
not authorized
 Patch1:         gnome-shell-private-connection.patch
-# PATCH-FIX-UPSTREAM gnome-shell-background-free-MetaBackground.patch 
bgo#766353 zai...@opensuse.org -- Free MetaBackground explicitly when its 
MetaBackgroundActor is destroyed
-Patch2:         gnome-shell-background-free-MetaBackground.patch
 # PATCH-FIX-OPENSUSE gnome-shell-disable-ibus-when-not-installed.patch 
bsc#987360 qz...@suse.com -- disable ibus start when outof Chinese, Japanese, 
Korean area.
-Patch3:         gnome-shell-disable-ibus-when-not-installed.patch
+Patch2:         gnome-shell-disable-ibus-when-not-installed.patch
+# PATCH-FIX-UPSTREAM gnome-shell-fix-missing-return.patch zai...@opensuse.org 
-- Fix a missing return, patch from upstream stable git.
+Patch3:         gnome-shell-fix-missing-return.patch
 BuildRequires:  docbook-xsl-stylesheets
 BuildRequires:  gcc-c++
 BuildRequires:  intltool

++++++ gnome-shell-3.20.3.tar.xz -> gnome-shell-3.20.4.tar.xz ++++++
++++ 7602 lines of diff (skipped)

++++++ gnome-shell-fix-missing-return.patch ++++++
>From 890a1f112b62d95678f765f71013ee4c2c68ab88 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Florian=20M=C3=BCllner?= <fmuell...@gnome.org>
Date: Mon, 25 Jul 2016 18:46:59 +0200
Subject: calendar-server: Add back missing return value

In commit 7e0e224e0, when moving from e_cal_recur_generate_instances()
to e_cal_client_generate_instances(), the return value of the
ECalRecurInstanceFn callback was accidentally removed; add it
back.

https://bugzilla.gnome.org/show_bug.cgi?id=769156
---
 src/calendar-server/gnome-shell-calendar-server.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/calendar-server/gnome-shell-calendar-server.c 
b/src/calendar-server/gnome-shell-calendar-server.c
index 5ff12f2..57bc71b 100644
--- a/src/calendar-server/gnome-shell-calendar-server.c
+++ b/src/calendar-server/gnome-shell-calendar-server.c
@@ -443,6 +443,8 @@ generate_instances_cb (ECalComponent *comp,
   occurrence->rid        = e_cal_component_get_recurid_as_string (comp);
 
   appointment->occurrences = g_slist_append (appointment->occurrences, 
occurrence);
+
+  return TRUE;
 }
 
 
-- 
cgit v0.12


Reply via email to