diff options
| author | Remi Collet <remi@remirepo.net> | 2025-11-19 11:36:38 +0100 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2025-11-19 11:36:38 +0100 |
| commit | 2a9e4b58f280241178a21b37f8e041273dedd6fe (patch) | |
| tree | a223ed8693b0ac7fba0994dae6d93d4e5aabb0a8 | |
| parent | d95a2c1c7f7df15fc2760d2278182d792de05bc4 (diff) | |
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | installed.json | 14 | ||||
| -rw-r--r-- | pie.spec | 7 |
3 files changed, 13 insertions, 10 deletions
diff --git a/composer.json b/composer.json index 8399af2..7f0dd58 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "symfony/console": "^6.4.27", "symfony/event-dispatcher": "^6.4.25", "symfony/process": "^6.4.26", - "thephpf/attestation": "^0.0.3", + "thephpf/attestation": "^0.0.4", "webmozart/assert": "^1.12.1" }, "require-dev": { diff --git a/installed.json b/installed.json index 7346f18..7c7dc15 100644 --- a/installed.json +++ b/installed.json @@ -2525,17 +2525,17 @@ }, { "name": "thephpf/attestation", - "version": "0.0.3", - "version_normalized": "0.0.3.0", + "version": "0.0.4", + "version_normalized": "0.0.4.0", "source": { "type": "git", "url": "https://github.com/ThePHPF/attestation.git", - "reference": "c77994f727dd3b420b158c00094d4f9a7e69062d" + "reference": "30b9ce5b8d458d832c04d98ebf7f3b8a986ef000" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ThePHPF/attestation/zipball/c77994f727dd3b420b158c00094d4f9a7e69062d", - "reference": "c77994f727dd3b420b158c00094d4f9a7e69062d", + "url": "https://api.github.com/repos/ThePHPF/attestation/zipball/30b9ce5b8d458d832c04d98ebf7f3b8a986ef000", + "reference": "30b9ce5b8d458d832c04d98ebf7f3b8a986ef000", "shasum": "" }, "require": { @@ -2553,7 +2553,7 @@ "suggest": { "ext-openssl": "Needed to verify certificates using OpenSSL" }, - "time": "2025-11-13T17:41:57+00:00", + "time": "2025-11-18T14:20:12+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2574,7 +2574,7 @@ "description": "A PHP library to aid in verifying artifact attestations", "support": { "issues": "https://github.com/ThePHPF/attestation/issues", - "source": "https://github.com/ThePHPF/attestation/tree/0.0.3" + "source": "https://github.com/ThePHPF/attestation/tree/0.0.4" }, "funding": [ { @@ -11,7 +11,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit b30a6b3f67f02191d559b6ace8b6b3c1ff693879 +%global gh_commit e74075a577990e1a143a5c45aa873e2be30d4acc %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) #global gh_date 20241003 %global gh_branch main @@ -19,7 +19,7 @@ %global gh_project pie %global upstream_version 1.3.0 -%global upstream_prever rc1 +%global upstream_prever rc2 %global bashcompdir %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) %global bashcomproot %(dirname %{bashcompdir} 2>/dev/null) @@ -141,6 +141,9 @@ done %changelog +* Wed Nov 19 2025 Remi Collet <remi@remirepo.net> - 1.3.0~rc2-1 +- update to 1.3.0-rc2 + * Fri Nov 14 2025 Remi Collet <remi@remirepo.net> - 1.3.0~rc1-1 - update to 1.3.0-rc1 |
