[gnome-apps-nightly/gnome-3-22] gnome-games: Used unreleased version of grilo to fix crash fetching covers



commit 03ba323e3f929a396607013f4eacdcae5d3df722
Author: Mario Sanchez Prada <msanchez gnome org>
Date:   Mon Feb 13 11:04:15 2017 +0000

    gnome-games: Used unreleased version of grilo to fix crash fetching covers
    
    It turns out that the previous commit was wrong and that just using a
    slightly more recent version of GNOME Games was not enough to fix the
    crash observed while fetching covers. Instead, we need to pull in an
    unreleased version of grilo (from a commit which includes the very first
    bugfix right after the latest stable release, so it should be fine).
    
    This patch restores GNOME Games source to use the stable tarball and
    updates the version of grilo to include the needed patch. Any other
    dependency updated before (to stable versions) are kept.
    
    See grilo bug: https://bugzilla.gnome.org/show_bug.cgi?id=771338

 org.gnome.Games.json |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/org.gnome.Games.json b/org.gnome.Games.json
index 51b9055..88e4caf 100644
--- a/org.gnome.Games.json
+++ b/org.gnome.Games.json
@@ -70,9 +70,9 @@
             ],
             "sources": [
                 {
-                    "type": "archive",
-                    "url": "https://download.gnome.org/sources/grilo/0.3/grilo-0.3.2.tar.xz";,
-                    "sha256": "f26f684a5d76aea8dbce136750bc67d2170b36575f109292fbb78ae99ec87f5b"
+                    "type": "git",
+                    "url": "https://git.gnome.org/browse/grilo";,
+                    "branch": "6ffe44554fe4abd4f21e35497133c1ebe02482af"
                 }
             ],
             "cleanup": [ "/include", "/bin" ]
@@ -129,9 +129,9 @@
             "name": "gnome-games",
             "sources": [
                 {
-                    "type": "git",
-                    "url": "https://git.gnome.org/browse/gnome-games";,
-                    "branch": "d1cde2b39c54d74a92b547c4992a659d15c1d09a"
+                    "type": "archive",
+                    "url": "https://git.gnome.org/browse/gnome-games/snapshot/gnome-games-3.22.0.tar.xz";,
+                    "sha256": "d0bd820db75bab058e5e555209bddafc2f98051be0002f2fca4969f14a58b7b0"
                 }
             ]
         }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]