From 810cded09f514f012056fe6569a696715db042e7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 12 May 2026 12:09:56 +0200 Subject: update to 1.4.2 --- installed.json | 30 +++++++++++++++--------------- pie.spec | 5 ++++- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/installed.json b/installed.json index dfb7df5..121e2ff 100644 --- a/installed.json +++ b/installed.json @@ -1925,8 +1925,8 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.35.0", - "version_normalized": "1.35.0.0", + "version": "v1.36.0", + "version_normalized": "1.36.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", @@ -1987,7 +1987,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.35.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.36.0" }, "funding": [ { @@ -2011,8 +2011,8 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.35.0", - "version_normalized": "1.35.0.0", + "version": "v1.36.0", + "version_normalized": "1.36.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", @@ -2072,7 +2072,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.35.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.36.0" }, "funding": [ { @@ -2096,8 +2096,8 @@ }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.35.0", - "version_normalized": "1.35.0.0", + "version": "v1.36.0", + "version_normalized": "1.36.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -2160,7 +2160,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.35.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.36.0" }, "funding": [ { @@ -2184,8 +2184,8 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.35.0", - "version_normalized": "1.35.0.0", + "version": "v1.36.0", + "version_normalized": "1.36.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", @@ -2248,7 +2248,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.35.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.36.0" }, "funding": [ { @@ -2272,8 +2272,8 @@ }, { "name": "symfony/polyfill-php84", - "version": "v1.35.0", - "version_normalized": "1.35.0.0", + "version": "v1.36.0", + "version_normalized": "1.36.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php84.git", @@ -2331,7 +2331,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php84/tree/v1.35.0" + "source": "https://github.com/symfony/polyfill-php84/tree/v1.36.0" }, "funding": [ { diff --git a/pie.spec b/pie.spec index 6e49a60..1160bf1 100644 --- a/pie.spec +++ b/pie.spec @@ -15,7 +15,7 @@ %global gh_owner php %global gh_project pie -%global upstream_version 1.4.1 +%global upstream_version 1.4.2 #global upstream_prever rc.1 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) @@ -138,6 +138,9 @@ done %changelog +* Sat Apr 25 2026 Remi Collet - 1.4.2-1 +- update to 1.4.2 + * Tue Apr 14 2026 Remi Collet - 1.4.1-1 - update to 1.4.1 -- cgit