[jhbuild] py3cairo: revert to 1.15.1 for both 3.26/3.28



commit 39314821a2c867977947b296fb30369114ee303e
Author: Christoph Reiter <creiter src gnome org>
Date:   Sun Sep 17 11:04:49 2017 +0200

    py3cairo: revert to 1.15.1 for both 3.26/3.28
    
    1.15.2 uses the python lib dir for installing the pkgconfig file but
    jhbuild on fedora does not include that (/lib64) in PKG_CONFIG_PATH.
    Util we figure out how to fix that revert to the previous release
    to fix the build.

 modulesets/gnome-suites-core-deps-3.26.modules |    4 ++--
 modulesets/gnome-suites-core-deps-3.28.modules |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/modulesets/gnome-suites-core-deps-3.26.modules b/modulesets/gnome-suites-core-deps-3.26.modules
index b389cef..96e5ffd 100644
--- a/modulesets/gnome-suites-core-deps-3.26.modules
+++ b/modulesets/gnome-suites-core-deps-3.26.modules
@@ -1629,10 +1629,10 @@ the module and we will just change it to use a tarball anyway.
 
   <distutils id="py3cairo" python3="1">
     <branch repo="github-tar"
-            version="1.15.2"
+            version="1.15.1"
             module="pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
             checkoutdir="pycairo-python3-${version}"
-            hash="sha256:a66f30c457736f682162e7b3a33bc5e8915c0f3b31ef9bdb4edf43c81935c914"/>
+            hash="sha256:987d392270247343595d37591f80639ed902fce7e30bd2f944cb1b0a9093553d"/>
   </distutils>
 
   <!-- Python 3 build of pygobject -->
diff --git a/modulesets/gnome-suites-core-deps-3.28.modules b/modulesets/gnome-suites-core-deps-3.28.modules
index 207c87a..d0dcc04 100644
--- a/modulesets/gnome-suites-core-deps-3.28.modules
+++ b/modulesets/gnome-suites-core-deps-3.28.modules
@@ -1650,10 +1650,10 @@ the module and we will just change it to use a tarball anyway.
 
   <distutils id="py3cairo" python3="1">
     <branch repo="github-tar"
-            version="1.15.2"
+            version="1.15.1"
             module="pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz"
             checkoutdir="pycairo-python3-${version}"
-            hash="sha256:a66f30c457736f682162e7b3a33bc5e8915c0f3b31ef9bdb4edf43c81935c914"/>
+            hash="sha256:987d392270247343595d37591f80639ed902fce7e30bd2f944cb1b0a9093553d"/>
   </distutils>
 
   <!-- Python 3 build of pygobject -->


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