[gnome-software/update-libhandy-req: 2/2] subprojects: Bump libhandy version




commit 8abbf22ed5bc2324e536b89ded6f2785bf7576ca
Author: Phaedrus Leeds <mwleeds endlessos org>
Date:   Wed Feb 17 21:17:11 2021 -0800

    subprojects: Bump libhandy version
    
    Discussed here:
    
https://gitlab.gnome.org/GNOME/gnome-software/-/merge_requests/621?commit_id=bc58d53e1753e83f94c9818b3965f4dd746e176f#note_1039282
    
    This requires bumping the Docker images in the repository so that they
    cache the new libhandy version.

 .gitlab-ci.yml            | 4 ++--
 meson.build               | 2 +-
 subprojects/libhandy.wrap | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 60230644e..2aebc4423 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -16,7 +16,7 @@ variables:
 
 fedora-x86_64:
   extends: .build
-  image: registry.gitlab.gnome.org/gnome/gnome-software/fedora:v4
+  image: registry.gitlab.gnome.org/gnome/gnome-software/fedora:v5
   stage: build
   except:
     - tags
@@ -44,7 +44,7 @@ fedora-x86_64:
 
 debian-stable-x86_64:
   extends: .build
-  image: registry.gitlab.gnome.org/gnome/gnome-software/debian-stable:v4
+  image: registry.gitlab.gnome.org/gnome/gnome-software/debian-stable:v5
   stage: build
   except:
     - tags
diff --git a/meson.build b/meson.build
index c9bc824e1..dc5cc1e8d 100644
--- a/meson.build
+++ b/meson.build
@@ -118,7 +118,7 @@ json_glib = dependency('json-glib-1.0', version : '>= 1.2.0')
 libm = cc.find_library('m', required: false)
 libsoup = dependency('libsoup-2.4', version : '>= 2.52.0')
 libhandy = dependency('libhandy-1',
-  version: '>=0.90.0',
+  version: '>=1.0.2',
   fallback: ['libhandy', 'libhandy_dep'],
   default_options: [
       'examples=false',
diff --git a/subprojects/libhandy.wrap b/subprojects/libhandy.wrap
index de0516005..671312096 100644
--- a/subprojects/libhandy.wrap
+++ b/subprojects/libhandy.wrap
@@ -1,5 +1,5 @@
 [wrap-git]
 directory=libhandy
 url=https://gitlab.gnome.org/GNOME/libhandy.git
-revision=0.90.0
+revision=1.0.2
 depth=1


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