[gimp] Add version constraints for OpenEXR and mypaint-brushes



commit baaba0e0d15e7af4cfc55120f779e7df1926dc76
Author: Ondřej Míchal <harrymichal seznam cz>
Date:   Wed Mar 30 00:49:26 2022 +0300

    Add version constraints for OpenEXR and mypaint-brushes
    
    OpenEXR and mypaint-brushes offer next major versions. GIMP is probably
    not ready for the changes in OpenEXR and mypaint-brushes are not yet
    finalized. Put their versions under constraints so that automatic PR
    creation for dependency bumps can be enabled.

 build/flatpak/org.gimp.GIMP-nightly.json | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/build/flatpak/org.gimp.GIMP-nightly.json b/build/flatpak/org.gimp.GIMP-nightly.json
index 2bb5437640..1b8724bdf1 100644
--- a/build/flatpak/org.gimp.GIMP-nightly.json
+++ b/build/flatpak/org.gimp.GIMP-nightly.json
@@ -138,6 +138,9 @@
                                 "type": "anitya",
                                 "project-id": 13289,
                                 "stable-only": true,
+                                "versions": {
+                                    "<": "3.0.0"
+                                },
                                 "url-template": 
"https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v$version.tar.gz";
                             }
                         },
@@ -172,6 +175,9 @@
                         "type": "anitya",
                         "project-id": 13289,
                         "stable-only": true,
+                        "versions": {
+                            "<": "3.0.0"
+                        },
                         "url-template": 
"https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v$version.tar.gz";
                     }
                 },


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