diff options
| author | Remi Collet <remi@remirepo.net> | 2026-05-12 12:09:56 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-05-12 12:09:56 +0200 |
| commit | 810cded09f514f012056fe6569a696715db042e7 (patch) | |
| tree | 5229180357fc8822748632fd698d4fbfcad99cfa | |
| parent | d3a267778137ee53bc47b5dacbfef1fc03492915 (diff) | |
update to 1.4.2
| -rw-r--r-- | installed.json | 30 | ||||
| -rw-r--r-- | 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": [ { @@ -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 <remi@remirepo.net> - 1.4.2-1 +- update to 1.4.2 + * Tue Apr 14 2026 Remi Collet <remi@remirepo.net> - 1.4.1-1 - update to 1.4.1 |
