From d1d0306eaa4c8e83d8bf08d05ade5853bf5e3a86 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 18 Mar 2026 10:08:02 +0100 Subject: update to 1.3.10 --- installed.json | 14 +++++++------- pie.spec | 7 +++++-- 2 files changed, 12 insertions(+), 9 deletions(-) diff --git a/installed.json b/installed.json index 2caf491..aa6c76a 100644 --- a/installed.json +++ b/installed.json @@ -1448,17 +1448,17 @@ }, { "name": "symfony/console", - "version": "v6.4.34", - "version_normalized": "6.4.34.0", + "version": "v6.4.35", + "version_normalized": "6.4.35.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "7b1f1c37eff5910ddda2831345467e593a5120ad" + "reference": "49257c96304c508223815ee965c251e7c79e614e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/7b1f1c37eff5910ddda2831345467e593a5120ad", - "reference": "7b1f1c37eff5910ddda2831345467e593a5120ad", + "url": "https://api.github.com/repos/symfony/console/zipball/49257c96304c508223815ee965c251e7c79e614e", + "reference": "49257c96304c508223815ee965c251e7c79e614e", "shasum": "" }, "require": { @@ -1491,7 +1491,7 @@ "symfony/stopwatch": "^5.4|^6.0|^7.0", "symfony/var-dumper": "^5.4|^6.0|^7.0" }, - "time": "2026-02-23T15:42:15+00:00", + "time": "2026-03-06T13:31:08+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1525,7 +1525,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.34" + "source": "https://github.com/symfony/console/tree/v6.4.35" }, "funding": [ { diff --git a/pie.spec b/pie.spec index 5df7f58..77d20ac 100644 --- a/pie.spec +++ b/pie.spec @@ -11,14 +11,14 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 9f845c2222ae326c462ca106d0be7df83f94c672 +%global gh_commit bb8b16f1f0fa5870f9de2ee6276ff5b55a8a22f6 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20241003 %global gh_branch main %global gh_owner php %global gh_project pie -%global upstream_version 1.3.9 +%global upstream_version 1.3.10 #global upstream_prever rc3 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) @@ -141,6 +141,9 @@ done %changelog +* Wed Mar 18 2026 Remi Collet - 1.3.10-1 +- update to 1.3.10 + * Tue Mar 3 2026 Remi Collet - 1.3.9-1 - update to 1.3.9 -- cgit