diff options
| -rw-r--r-- | installed.json | 38 | ||||
| -rw-r--r-- | pie.spec | 11 | 
2 files changed, 28 insertions, 21 deletions
diff --git a/installed.json b/installed.json index 1265687..f8c16d0 100644 --- a/installed.json +++ b/installed.json @@ -712,17 +712,17 @@          },          {              "name": "illuminate/container", -            "version": "v10.48.28", -            "version_normalized": "10.48.28.0", +            "version": "v10.49.0", +            "version_normalized": "10.49.0.0",              "source": {                  "type": "git",                  "url": "https://github.com/illuminate/container.git", -                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3" +                "reference": "b4956de5de18524c21ef36221a8ffd7fa3b534db"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/illuminate/container/zipball/ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3", -                "reference": "ed6253f7dd3a67d468b2cc7a69a657e1f14c7ba3", +                "url": "https://api.github.com/repos/illuminate/container/zipball/b4956de5de18524c21ef36221a8ffd7fa3b534db", +                "reference": "b4956de5de18524c21ef36221a8ffd7fa3b534db",                  "shasum": ""              },              "require": { @@ -733,7 +733,7 @@              "provide": {                  "psr/container-implementation": "1.1|2.0"              }, -            "time": "2024-11-21T14:02:44+00:00", +            "time": "2025-03-24T11:47:24+00:00",              "type": "library",              "extra": {                  "branch-alias": { @@ -766,17 +766,17 @@          },          {              "name": "illuminate/contracts", -            "version": "v10.48.28", -            "version_normalized": "10.48.28.0", +            "version": "v10.49.0", +            "version_normalized": "10.49.0.0",              "source": {                  "type": "git",                  "url": "https://github.com/illuminate/contracts.git", -                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74" +                "reference": "2393ef579e020d88e24283913c815c3e2c143323"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/illuminate/contracts/zipball/f90663a69f926105a70b78060a31f3c64e2d1c74", -                "reference": "f90663a69f926105a70b78060a31f3c64e2d1c74", +                "url": "https://api.github.com/repos/illuminate/contracts/zipball/2393ef579e020d88e24283913c815c3e2c143323", +                "reference": "2393ef579e020d88e24283913c815c3e2c143323",                  "shasum": ""              },              "require": { @@ -784,7 +784,7 @@                  "psr/container": "^1.1.1|^2.0.1",                  "psr/simple-cache": "^1.0|^2.0|^3.0"              }, -            "time": "2024-11-21T14:02:44+00:00", +            "time": "2025-03-24T11:47:24+00:00",              "type": "library",              "extra": {                  "branch-alias": { @@ -817,17 +817,17 @@          },          {              "name": "justinrainbow/json-schema", -            "version": "6.5.1", -            "version_normalized": "6.5.1.0", +            "version": "6.5.2", +            "version_normalized": "6.5.2.0",              "source": {                  "type": "git",                  "url": "https://github.com/jsonrainbow/json-schema.git", -                "reference": "b5ab21e431594897e5bb86343c01f140ba862c26" +                "reference": "ac0d369c09653cf7af561f6d91a705bc617a87b8"              },              "dist": {                  "type": "zip", -                "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/b5ab21e431594897e5bb86343c01f140ba862c26", -                "reference": "b5ab21e431594897e5bb86343c01f140ba862c26", +                "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/ac0d369c09653cf7af561f6d91a705bc617a87b8", +                "reference": "ac0d369c09653cf7af561f6d91a705bc617a87b8",                  "shasum": ""              },              "require": { @@ -843,7 +843,7 @@                  "phpstan/phpstan": "^1.12",                  "phpunit/phpunit": "^8.5"              }, -            "time": "2025-08-29T10:58:11+00:00", +            "time": "2025-09-09T09:42:27+00:00",              "bin": [                  "bin/validate-json"              ], @@ -889,7 +889,7 @@              ],              "support": {                  "issues": "https://github.com/jsonrainbow/json-schema/issues", -                "source": "https://github.com/jsonrainbow/json-schema/tree/6.5.1" +                "source": "https://github.com/jsonrainbow/json-schema/tree/6.5.2"              },              "install-path": "../justinrainbow/json-schema"          }, @@ -11,14 +11,14 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit        4b20e778e116a3e77ece8ad26d4a44dd64bbeaf6 +%global gh_commit        8288fd6ed643c9fa8422a7a9b49cecd60bf444be  %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.2.0 +%global upstream_version 1.2.1  #global upstream_prever  RC1  %global bashcompdir      %(pkg-config --variable=completionsdir bash-completion 2>/dev/null) @@ -74,6 +74,9 @@ Requires:       php-json  Requires:       php-mbstring  Requires:       php-posix  Requires:       php-phar +# PECL is now deprecated +# PIE is designed to replace it +Supplements:    php-pear  %description @@ -139,6 +142,10 @@ done  %changelog +* Wed Sep 10 2025 Remi Collet <remi@remirepo.net> - 1.2.1-1 +- update to 1.2.1 +- supplements php-pear +  * Wed Sep  3 2025 Remi Collet <remi@remirepo.net> - 1.2.0-1  - update to 1.2.0  | 
