diff options
| author | Remi Collet <remi@remirepo.net> | 2026-04-22 09:33:50 +0200 |
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2026-04-22 09:33:50 +0200 |
| commit | 4c5c6bc46a8c0f70b8fa93ef0d18816c021ff673 (patch) | |
| tree | d82830d33d98a83bc3ba8ac344d86b2a277d6151 | |
| parent | 1256260364c8aed3e69104f72e96db2bbd06677c (diff) | |
update bundled bartlett/php-compatinfo-db to 6.31.0
| -rw-r--r-- | composer.json | 6 | ||||
| -rw-r--r-- | installed.json | 436 | ||||
| -rwxr-xr-x | makesrc.sh | 14 | ||||
| -rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 17 |
4 files changed, 234 insertions, 239 deletions
diff --git a/composer.json b/composer.json index 901d1f6..010897b 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,7 @@ }, "extra": { "branch-alias": { - "dev-master": "7.2.x-dev" + "dev-master": "7.2-dev" }, "bamarni-bin": { "bin-links": true, @@ -78,8 +78,8 @@ "scripts": { "bin": "echo 'bin not installed'", "post-autoload-dump": [ - "@composer bin captainhook update", - "vendor/bin/captainhook install --configuration=captainhook.json --only-enabled" + "@composer bin captainhook-bin-plugin update", + "vendor/bin/captainhook install --configuration=captainhook.json --bootstrap=autoload.php --only-enabled" ] } } diff --git a/installed.json b/installed.json index e90f757..1f93006 100644 --- a/installed.json +++ b/installed.json @@ -2,48 +2,48 @@ "packages": [ { "name": "bartlett/php-compatinfo-db", - "version": "6.26.0", - "version_normalized": "6.26.0.0", + "version": "6.31.0", + "version_normalized": "6.31.0.0", "source": { "type": "git", "url": "https://github.com/llaville/php-compatinfo-db.git", - "reference": "4b6a024c57fb002d72b87899db2a0a3f409fca85" + "reference": "80da0de76fa6ab7a842ded8084a1b2489f363850" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/llaville/php-compatinfo-db/zipball/4b6a024c57fb002d72b87899db2a0a3f409fca85", - "reference": "4b6a024c57fb002d72b87899db2a0a3f409fca85", + "url": "https://api.github.com/repos/llaville/php-compatinfo-db/zipball/80da0de76fa6ab7a842ded8084a1b2489f363850", + "reference": "80da0de76fa6ab7a842ded8084a1b2489f363850", "shasum": "" }, "require": { "composer-runtime-api": "^2.0", "composer/semver": "^3.0", "doctrine/dbal": "^4.0", - "doctrine/orm": "^3.3", + "doctrine/orm": "^3.5", "ext-json": "*", "ext-pcre": "*", "ext-pdo": "*", "ext-phar": "*", "ext-spl": "*", - "php": "^8.1", + "php": "8.1 - 8.5", "psr/log": "^3.0", - "symfony/cache": "^6.4 || ^7.0", - "symfony/config": "^6.4 || ^7.0", - "symfony/console": "^6.4 || ^7.0", - "symfony/dependency-injection": "^6.4 || ^7.0", - "symfony/event-dispatcher": "^6.4 || ^7.0", - "symfony/finder": "^6.4 || ^7.0", - "symfony/http-client": "^6.4 || ^7.0", - "symfony/messenger": "^6.4 || ^7.0", + "symfony/cache": "^6.4 || ^7.4 || ^8.0", + "symfony/config": "^6.4 || ^7.4 || ^8.0", + "symfony/console": "^6.4 || ^7.4 || ^8.0", + "symfony/dependency-injection": "^6.4 || ^7.4 || ^8.0", + "symfony/event-dispatcher": "^6.4 || ^7.4 || ^8.0", + "symfony/finder": "^6.4 || ^7.4 || ^8.0", + "symfony/http-client": "^6.4 || ^7.4 || ^8.0", + "symfony/messenger": "^6.4 || ^7.4 || ^8.0", "symfony/polyfill-php84": "^1.0", - "symfony/process": "^6.4 || ^7.0", + "symfony/process": "^6.4 || ^7.4 || ^8.0", "symfony/requirements-checker": "^2.0", - "symfony/stopwatch": "^6.4 || ^7.0" + "symfony/stopwatch": "^6.4 || ^7.4 || ^8.0" }, "require-dev": { "bamarni/composer-bin-plugin": "^1.8" }, - "time": "2025-11-22T07:18:14+00:00", + "time": "2026-04-13T07:43:34+00:00", "bin": [ "bin/compatinfo-db" ], @@ -95,35 +95,34 @@ }, { "name": "bartlett/sarif-php-sdk", - "version": "2.1.2", - "version_normalized": "2.1.2.0", + "version": "2.4.0", + "version_normalized": "2.4.0.0", "source": { "type": "git", "url": "https://github.com/llaville/sarif-php-sdk.git", - "reference": "596f353c299193d3a10e57bfa992bda05addf619" + "reference": "f2538777a63335db1ee5f97bfebb30d3a81ff0e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/llaville/sarif-php-sdk/zipball/596f353c299193d3a10e57bfa992bda05addf619", - "reference": "596f353c299193d3a10e57bfa992bda05addf619", + "url": "https://api.github.com/repos/llaville/sarif-php-sdk/zipball/f2538777a63335db1ee5f97bfebb30d3a81ff0e1", + "reference": "f2538777a63335db1ee5f97bfebb30d3a81ff0e1", "shasum": "" }, "require": { "ext-json": "*", "ext-pcre": "*", "ext-spl": "*", - "php": "^8.1" + "php": "^7.4 || ^8.0" }, "require-dev": { - "bamarni/composer-bin-plugin": "^1.8", - "php-parallel-lint/php-console-highlighter": "^1.0" + "bamarni/composer-bin-plugin": "^1.8" }, - "time": "2025-05-29T13:14:41+00:00", + "time": "2026-04-22T06:14:34+00:00", "type": "library", "extra": { "bamarni-bin": { "bin-links": true, - "forward-command": true, + "forward-command": false, "target-directory": "vendor-bin" } }, @@ -299,17 +298,17 @@ }, { "name": "doctrine/collections", - "version": "2.4.0", - "version_normalized": "2.4.0.0", + "version": "2.6.0", + "version_normalized": "2.6.0.0", "source": { "type": "git", "url": "https://github.com/doctrine/collections.git", - "reference": "9acfeea2e8666536edff3d77c531261c63680160" + "reference": "7713da39d8e237f28411d6a616a3dce5e20d5de2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/collections/zipball/9acfeea2e8666536edff3d77c531261c63680160", - "reference": "9acfeea2e8666536edff3d77c531261c63680160", + "url": "https://api.github.com/repos/doctrine/collections/zipball/7713da39d8e237f28411d6a616a3dce5e20d5de2", + "reference": "7713da39d8e237f28411d6a616a3dce5e20d5de2", "shasum": "" }, "require": { @@ -324,7 +323,7 @@ "phpstan/phpstan-phpunit": "^2.0.7", "phpunit/phpunit": "^10.5.58 || ^11.5.42 || ^12.4" }, - "time": "2025-10-25T09:18:13+00:00", + "time": "2026-01-15T10:01:58+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -368,7 +367,7 @@ ], "support": { "issues": "https://github.com/doctrine/collections/issues", - "source": "https://github.com/doctrine/collections/tree/2.4.0" + "source": "https://github.com/doctrine/collections/tree/2.6.0" }, "funding": [ { @@ -497,36 +496,36 @@ }, { "name": "doctrine/deprecations", - "version": "1.1.5", - "version_normalized": "1.1.5.0", + "version": "1.1.6", + "version_normalized": "1.1.6.0", "source": { "type": "git", "url": "https://github.com/doctrine/deprecations.git", - "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38" + "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/deprecations/zipball/459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38", - "reference": "459c2f5dd3d6a4633d3b5f46ee2b1c40f57d3f38", + "url": "https://api.github.com/repos/doctrine/deprecations/zipball/d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", + "reference": "d4fe3e6fd9bb9e72557a19674f44d8ac7db4c6ca", "shasum": "" }, "require": { "php": "^7.1 || ^8.0" }, "conflict": { - "phpunit/phpunit": "<=7.5 || >=13" + "phpunit/phpunit": "<=7.5 || >=14" }, "require-dev": { - "doctrine/coding-standard": "^9 || ^12 || ^13", - "phpstan/phpstan": "1.4.10 || 2.1.11", + "doctrine/coding-standard": "^9 || ^12 || ^14", + "phpstan/phpstan": "1.4.10 || 2.1.30", "phpstan/phpstan-phpunit": "^1.0 || ^2", - "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12", + "phpunit/phpunit": "^7.5 || ^8.5 || ^9.6 || ^10.5 || ^11.5 || ^12.4 || ^13.0", "psr/log": "^1 || ^2 || ^3" }, "suggest": { "psr/log": "Allows logging deprecations via PSR-3 logger implementation" }, - "time": "2025-04-07T20:06:18+00:00", + "time": "2026-02-07T07:09:04+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -542,23 +541,23 @@ "homepage": "https://www.doctrine-project.org/", "support": { "issues": "https://github.com/doctrine/deprecations/issues", - "source": "https://github.com/doctrine/deprecations/tree/1.1.5" + "source": "https://github.com/doctrine/deprecations/tree/1.1.6" }, "install-path": "../doctrine/deprecations" }, { "name": "doctrine/event-manager", - "version": "2.0.1", - "version_normalized": "2.0.1.0", + "version": "2.1.1", + "version_normalized": "2.1.1.0", "source": { "type": "git", "url": "https://github.com/doctrine/event-manager.git", - "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e" + "reference": "dda33921b198841ca8dbad2eaa5d4d34769d18cf" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/event-manager/zipball/b680156fa328f1dfd874fd48c7026c41570b9c6e", - "reference": "b680156fa328f1dfd874fd48c7026c41570b9c6e", + "url": "https://api.github.com/repos/doctrine/event-manager/zipball/dda33921b198841ca8dbad2eaa5d4d34769d18cf", + "reference": "dda33921b198841ca8dbad2eaa5d4d34769d18cf", "shasum": "" }, "require": { @@ -568,12 +567,12 @@ "doctrine/common": "<2.9" }, "require-dev": { - "doctrine/coding-standard": "^12", - "phpstan/phpstan": "^1.8.8", - "phpunit/phpunit": "^10.5", - "vimeo/psalm": "^5.24" + "doctrine/coding-standard": "^14", + "phpdocumentor/guides-cli": "^1.4", + "phpstan/phpstan": "^2.1.32", + "phpunit/phpunit": "^10.5.58" }, - "time": "2024-05-22T20:47:39+00:00", + "time": "2026-01-29T07:11:08+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -622,7 +621,7 @@ ], "support": { "issues": "https://github.com/doctrine/event-manager/issues", - "source": "https://github.com/doctrine/event-manager/tree/2.0.1" + "source": "https://github.com/doctrine/event-manager/tree/2.1.1" }, "funding": [ { @@ -888,17 +887,17 @@ }, { "name": "doctrine/orm", - "version": "3.5.7", - "version_normalized": "3.5.7.0", + "version": "3.6.3", + "version_normalized": "3.6.3.0", "source": { "type": "git", "url": "https://github.com/doctrine/orm.git", - "reference": "f18de9d569f00ed6eb9dac4b33c7844d705d17da" + "reference": "e88cd591f0786089dee22b972c28aa2076df51c0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/orm/zipball/f18de9d569f00ed6eb9dac4b33c7844d705d17da", - "reference": "f18de9d569f00ed6eb9dac4b33c7844d705d17da", + "url": "https://api.github.com/repos/doctrine/orm/zipball/e88cd591f0786089dee22b972c28aa2076df51c0", + "reference": "e88cd591f0786089dee22b972c28aa2076df51c0", "shasum": "" }, "require": { @@ -914,25 +913,24 @@ "ext-ctype": "*", "php": "^8.1", "psr/cache": "^1 || ^2 || ^3", - "symfony/console": "^5.4 || ^6.0 || ^7.0", - "symfony/var-exporter": "^6.3.9 || ^7.0" + "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0", + "symfony/var-exporter": "^6.3.9 || ^7.0 || ^8.0" }, "require-dev": { "doctrine/coding-standard": "^14.0", "phpbench/phpbench": "^1.0", - "phpdocumentor/guides-cli": "^1.4", "phpstan/extension-installer": "^1.4", "phpstan/phpstan": "2.1.23", "phpstan/phpstan-deprecation-rules": "^2", "phpunit/phpunit": "^10.5.0 || ^11.5", "psr/log": "^1 || ^2 || ^3", - "symfony/cache": "^5.4 || ^6.2 || ^7.0" + "symfony/cache": "^5.4 || ^6.2 || ^7.0 || ^8.0" }, "suggest": { "ext-dom": "Provides support for XSD validation for XML mapping files", "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0" }, - "time": "2025-11-11T18:27:40+00:00", + "time": "2026-04-02T06:53:27+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -974,7 +972,7 @@ ], "support": { "issues": "https://github.com/doctrine/orm/issues", - "source": "https://github.com/doctrine/orm/tree/3.5.7" + "source": "https://github.com/doctrine/orm/tree/3.6.3" }, "install-path": "../doctrine/orm" }, @@ -1076,17 +1074,17 @@ }, { "name": "nikic/php-parser", - "version": "v5.6.2", - "version_normalized": "5.6.2.0", + "version": "v5.7.0", + "version_normalized": "5.7.0.0", "source": { "type": "git", "url": "https://github.com/nikic/PHP-Parser.git", - "reference": "3a454ca033b9e06b63282ce19562e892747449bb" + "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb", - "reference": "3a454ca033b9e06b63282ce19562e892747449bb", + "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82", + "reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82", "shasum": "" }, "require": { @@ -1099,7 +1097,7 @@ "ircmaxell/php-yacc": "^0.0.7", "phpunit/phpunit": "^9.0" }, - "time": "2025-10-21T19:32:17+00:00", + "time": "2025-12-06T11:56:16+00:00", "bin": [ "bin/php-parse" ], @@ -1131,7 +1129,7 @@ ], "support": { "issues": "https://github.com/nikic/PHP-Parser/issues", - "source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2" + "source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0" }, "install-path": "../nikic/php-parser" }, @@ -1481,21 +1479,21 @@ }, { "name": "ramsey/uuid", - "version": "4.9.1", - "version_normalized": "4.9.1.0", + "version": "4.9.2", + "version_normalized": "4.9.2.0", "source": { "type": "git", "url": "https://github.com/ramsey/uuid.git", - "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440" + "reference": "8429c78ca35a09f27565311b98101e2826affde0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ramsey/uuid/zipball/81f941f6f729b1e3ceea61d9d014f8b6c6800440", - "reference": "81f941f6f729b1e3ceea61d9d014f8b6c6800440", + "url": "https://api.github.com/repos/ramsey/uuid/zipball/8429c78ca35a09f27565311b98101e2826affde0", + "reference": "8429c78ca35a09f27565311b98101e2826affde0", "shasum": "" }, "require": { - "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", + "brick/math": "^0.8.16 || ^0.9 || ^0.10 || ^0.11 || ^0.12 || ^0.13 || ^0.14", "php": "^8.0", "ramsey/collection": "^1.2 || ^2.0" }, @@ -1528,7 +1526,7 @@ "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter", "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type." }, - "time": "2025-09-04T20:59:21+00:00", + "time": "2025-12-14T04:43:48+00:00", "type": "library", "extra": { "captainhook": { @@ -1556,23 +1554,23 @@ ], "support": { "issues": "https://github.com/ramsey/uuid/issues", - "source": "https://github.com/ramsey/uuid/tree/4.9.1" + "source": "https://github.com/ramsey/uuid/tree/4.9.2" }, "install-path": "../ramsey/uuid" }, { "name": "symfony/cache", - "version": "v6.4.28", - "version_normalized": "6.4.28.0", + "version": "v6.4.36", + "version_normalized": "6.4.36.0", "source": { "type": "git", "url": "https://github.com/symfony/cache.git", - "reference": "31628f36fc97c5714d181b3a8d29efb85c6a7677" + "reference": "5b94fba945d1f9e7929cffd50e7a17f1ac36f10b" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/cache/zipball/31628f36fc97c5714d181b3a8d29efb85c6a7677", - "reference": "31628f36fc97c5714d181b3a8d29efb85c6a7677", + "url": "https://api.github.com/repos/symfony/cache/zipball/5b94fba945d1f9e7929cffd50e7a17f1ac36f10b", + "reference": "5b94fba945d1f9e7929cffd50e7a17f1ac36f10b", "shasum": "" }, "require": { @@ -1606,7 +1604,7 @@ "symfony/messenger": "^5.4|^6.0|^7.0", "symfony/var-dumper": "^5.4|^6.0|^7.0" }, - "time": "2025-10-30T08:37:02+00:00", + "time": "2026-03-30T14:52:43+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1641,7 +1639,7 @@ "psr6" ], "support": { - "source": "https://github.com/symfony/cache/tree/v6.4.28" + "source": "https://github.com/symfony/cache/tree/v6.4.36" }, "funding": [ { @@ -1744,17 +1742,17 @@ }, { "name": "symfony/clock", - "version": "v6.4.24", - "version_normalized": "6.4.24.0", + "version": "v6.4.30", + "version_normalized": "6.4.30.0", "source": { "type": "git", "url": "https://github.com/symfony/clock.git", - "reference": "5e15a9c9aeeb44a99f7cf24aa75aa9607795f6f8" + "reference": "fb2df4bc9e3037c4765ba7fd29e00167001a9b68" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/clock/zipball/5e15a9c9aeeb44a99f7cf24aa75aa9607795f6f8", - "reference": "5e15a9c9aeeb44a99f7cf24aa75aa9607795f6f8", + "url": "https://api.github.com/repos/symfony/clock/zipball/fb2df4bc9e3037c4765ba7fd29e00167001a9b68", + "reference": "fb2df4bc9e3037c4765ba7fd29e00167001a9b68", "shasum": "" }, "require": { @@ -1765,7 +1763,7 @@ "provide": { "psr/clock-implementation": "1.0" }, - "time": "2025-07-10T08:14:14+00:00", + "time": "2025-11-11T21:24:34+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1801,7 +1799,7 @@ "time" ], "support": { - "source": "https://github.com/symfony/clock/tree/v6.4.24" + "source": "https://github.com/symfony/clock/tree/v6.4.30" }, "funding": [ { @@ -1825,17 +1823,17 @@ }, { "name": "symfony/config", - "version": "v6.4.28", - "version_normalized": "6.4.28.0", + "version": "v6.4.34", + "version_normalized": "6.4.34.0", "source": { "type": "git", "url": "https://github.com/symfony/config.git", - "reference": "15947c18ef3ddb0b2f4ec936b9e90e2520979f62" + "reference": "ce9cb0c0d281aaf188b802d4968e42bfb60701e9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/config/zipball/15947c18ef3ddb0b2f4ec936b9e90e2520979f62", - "reference": "15947c18ef3ddb0b2f4ec936b9e90e2520979f62", + "url": "https://api.github.com/repos/symfony/config/zipball/ce9cb0c0d281aaf188b802d4968e42bfb60701e9", + "reference": "ce9cb0c0d281aaf188b802d4968e42bfb60701e9", "shasum": "" }, "require": { @@ -1855,7 +1853,7 @@ "symfony/service-contracts": "^2.5|^3", "symfony/yaml": "^5.4|^6.0|^7.0" }, - "time": "2025-11-01T19:52:02+00:00", + "time": "2026-02-24T17:34:50+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1883,7 +1881,7 @@ "description": "Helps you find, load, combine, autofill and validate configuration values of any kind", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/config/tree/v6.4.28" + "source": "https://github.com/symfony/config/tree/v6.4.34" }, "funding": [ { @@ -1907,17 +1905,17 @@ }, { "name": "symfony/console", - "version": "v6.4.27", - "version_normalized": "6.4.27.0", + "version": "v6.4.36", + "version_normalized": "6.4.36.0", "source": { "type": "git", "url": "https://github.com/symfony/console.git", - "reference": "13d3176cf8ad8ced24202844e9f95af11e2959fc" + "reference": "9f481cfb580db8bcecc9b2d4c63f3e13df022ad5" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/console/zipball/13d3176cf8ad8ced24202844e9f95af11e2959fc", - "reference": "13d3176cf8ad8ced24202844e9f95af11e2959fc", + "url": "https://api.github.com/repos/symfony/console/zipball/9f481cfb580db8bcecc9b2d4c63f3e13df022ad5", + "reference": "9f481cfb580db8bcecc9b2d4c63f3e13df022ad5", "shasum": "" }, "require": { @@ -1950,7 +1948,7 @@ "symfony/stopwatch": "^5.4|^6.0|^7.0", "symfony/var-dumper": "^5.4|^6.0|^7.0" }, - "time": "2025-10-06T10:25:16+00:00", + "time": "2026-03-27T15:30:51+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -1984,7 +1982,7 @@ "terminal" ], "support": { - "source": "https://github.com/symfony/console/tree/v6.4.27" + "source": "https://github.com/symfony/console/tree/v6.4.36" }, "funding": [ { @@ -2008,17 +2006,17 @@ }, { "name": "symfony/dependency-injection", - "version": "v6.4.26", - "version_normalized": "6.4.26.0", + "version": "v6.4.36", + "version_normalized": "6.4.36.0", "source": { "type": "git", "url": "https://github.com/symfony/dependency-injection.git", - "reference": "5f311eaf0b321f8ec640f6bae12da43a14026898" + "reference": "cd7881a6dc84b780411199cd0584e1a53a3b9ba7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5f311eaf0b321f8ec640f6bae12da43a14026898", - "reference": "5f311eaf0b321f8ec640f6bae12da43a14026898", + "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/cd7881a6dc84b780411199cd0584e1a53a3b9ba7", + "reference": "cd7881a6dc84b780411199cd0584e1a53a3b9ba7", "shasum": "" }, "require": { @@ -2044,7 +2042,7 @@ "symfony/expression-language": "^5.4|^6.0|^7.0", "symfony/yaml": "^5.4|^6.0|^7.0" }, - "time": "2025-09-11T09:57:09+00:00", + "time": "2026-03-30T16:39:36+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2072,7 +2070,7 @@ "description": "Allows you to standardize and centralize the way objects are constructed in your application", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/dependency-injection/tree/v6.4.26" + "source": "https://github.com/symfony/dependency-injection/tree/v6.4.36" }, "funding": [ { @@ -2166,17 +2164,17 @@ }, { "name": "symfony/event-dispatcher", - "version": "v6.4.25", - "version_normalized": "6.4.25.0", + "version": "v6.4.36", + "version_normalized": "6.4.36.0", "source": { "type": "git", "url": "https://github.com/symfony/event-dispatcher.git", - "reference": "b0cf3162020603587363f0551cd3be43958611ff" + "reference": "fc828863e26ceec86e2513b5e46aa0b149d76b69" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b0cf3162020603587363f0551cd3be43958611ff", - "reference": "b0cf3162020603587363f0551cd3be43958611ff", + "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fc828863e26ceec86e2513b5e46aa0b149d76b69", + "reference": "fc828863e26ceec86e2513b5e46aa0b149d76b69", "shasum": "" }, "require": { @@ -2201,7 +2199,7 @@ "symfony/service-contracts": "^2.5|^3", "symfony/stopwatch": "^5.4|^6.0|^7.0" }, - "time": "2025-08-13T09:41:44+00:00", + "time": "2026-03-30T11:18:01+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2229,7 +2227,7 @@ "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.25" + "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.36" }, "funding": [ { @@ -2332,17 +2330,17 @@ }, { "name": "symfony/filesystem", - "version": "v6.4.24", - "version_normalized": "6.4.24.0", + "version": "v6.4.34", + "version_normalized": "6.4.34.0", "source": { "type": "git", "url": "https://github.com/symfony/filesystem.git", - "reference": "75ae2edb7cdcc0c53766c30b0a2512b8df574bd8" + "reference": "01ffe0411b842f93c571e5c391f289c3fdd498c3" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/filesystem/zipball/75ae2edb7cdcc0c53766c30b0a2512b8df574bd8", - "reference": "75ae2edb7cdcc0c53766c30b0a2512b8df574bd8", + "url": "https://api.github.com/repos/symfony/filesystem/zipball/01ffe0411b842f93c571e5c391f289c3fdd498c3", + "reference": "01ffe0411b842f93c571e5c391f289c3fdd498c3", "shasum": "" }, "require": { @@ -2353,7 +2351,7 @@ "require-dev": { "symfony/process": "^5.4|^6.4|^7.0" }, - "time": "2025-07-10T08:14:14+00:00", + "time": "2026-02-24T17:51:06+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2381,7 +2379,7 @@ "description": "Provides basic utilities for the filesystem", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/filesystem/tree/v6.4.24" + "source": "https://github.com/symfony/filesystem/tree/v6.4.34" }, "funding": [ { @@ -2405,17 +2403,17 @@ }, { "name": "symfony/finder", - "version": "v6.4.27", - "version_normalized": "6.4.27.0", + "version": "v6.4.34", + "version_normalized": "6.4.34.0", "source": { "type": "git", "url": "https://github.com/symfony/finder.git", - "reference": "a1b6aa435d2fba50793b994a839c32b6064f063b" + "reference": "9590e86be1d1c57bfbb16d0dd040345378c20896" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/finder/zipball/a1b6aa435d2fba50793b994a839c32b6064f063b", - "reference": "a1b6aa435d2fba50793b994a839c32b6064f063b", + "url": "https://api.github.com/repos/symfony/finder/zipball/9590e86be1d1c57bfbb16d0dd040345378c20896", + "reference": "9590e86be1d1c57bfbb16d0dd040345378c20896", "shasum": "" }, "require": { @@ -2424,7 +2422,7 @@ "require-dev": { "symfony/filesystem": "^6.0|^7.0" }, - "time": "2025-10-15T18:32:00+00:00", + "time": "2026-01-28T15:16:37+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2452,7 +2450,7 @@ "description": "Finds files and directories via an intuitive fluent interface", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/finder/tree/v6.4.27" + "source": "https://github.com/symfony/finder/tree/v6.4.34" }, "funding": [ { @@ -2476,17 +2474,17 @@ }, { "name": "symfony/http-client", - "version": "v6.4.28", - "version_normalized": "6.4.28.0", + "version": "v6.4.36", + "version_normalized": "6.4.36.0", "source": { "type": "git", "url": "https://github.com/symfony/http-client.git", - "reference": "c9e69c185c4a845f9d46958cdb0dc7aa847f3981" + "reference": "1baea3a592ec5ee1f58de6548a034268d4946db6" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/http-client/zipball/c9e69c185c4a845f9d46958cdb0dc7aa847f3981", - "reference": "c9e69c185c4a845f9d46958cdb0dc7aa847f3981", + "url": "https://api.github.com/repos/symfony/http-client/zipball/1baea3a592ec5ee1f58de6548a034268d4946db6", + "reference": "1baea3a592ec5ee1f58de6548a034268d4946db6", "shasum": "" }, "require": { @@ -2522,7 +2520,7 @@ "symfony/process": "^5.4|^6.0|^7.0", "symfony/stopwatch": "^5.4|^6.0|^7.0" }, - "time": "2025-11-05T17:39:22+00:00", + "time": "2026-03-23T20:48:09+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2553,7 +2551,7 @@ "http" ], "support": { - "source": "https://github.com/symfony/http-client/tree/v6.4.28" + "source": "https://github.com/symfony/http-client/tree/v6.4.36" }, "funding": [ { @@ -2658,17 +2656,17 @@ }, { "name": "symfony/messenger", - "version": "v6.4.28", - "version_normalized": "6.4.28.0", + "version": "v6.4.36", + "version_normalized": "6.4.36.0", "source": { "type": "git", "url": "https://github.com/symfony/messenger.git", - "reference": "6a758210a2392c4a326de84a6c8c70e7e18296f9" + "reference": "03e10c683a28b9580b0b025dc8f1094d9c3a11ec" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/messenger/zipball/6a758210a2392c4a326de84a6c8c70e7e18296f9", - "reference": "6a758210a2392c4a326de84a6c8c70e7e18296f9", + "url": "https://api.github.com/repos/symfony/messenger/zipball/03e10c683a28b9580b0b025dc8f1094d9c3a11ec", + "reference": "03e10c683a28b9580b0b025dc8f1094d9c3a11ec", "shasum": "" }, "require": { @@ -2700,7 +2698,7 @@ "symfony/stopwatch": "^5.4|^6.0|^7.0", "symfony/validator": "^5.4|^6.0|^7.0" }, - "time": "2025-11-06T11:12:43+00:00", + "time": "2026-03-19T04:54:44+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -2728,7 +2726,7 @@ "description": "Helps applications send and receive messages to/from other applications or via message queues", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/messenger/tree/v6.4.28" + "source": "https://github.com/symfony/messenger/tree/v6.4.36" }, "funding": [ { @@ -2752,17 +2750,17 @@ }, { "name": "symfony/polyfill-ctype", - "version": "v1.33.0", - "version_normalized": "1.33.0.0", + "version": "v1.36.0", + "version_normalized": "1.36.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-ctype.git", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" + "reference": "141046a8f9477948ff284fa65be2095baafb94f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", - "reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", + "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2", + "reference": "141046a8f9477948ff284fa65be2095baafb94f2", "shasum": "" }, "require": { @@ -2774,7 +2772,7 @@ "suggest": { "ext-ctype": "For best performance" }, - "time": "2024-09-09T11:45:10+00:00", + "time": "2026-04-10T16:19:22+00:00", "type": "library", "extra": { "thanks": { @@ -2814,7 +2812,7 @@ "portable" ], "support": { - "source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-ctype/tree/v1.36.0" }, "funding": [ { @@ -2838,17 +2836,17 @@ }, { "name": "symfony/polyfill-intl-grapheme", - "version": "v1.33.0", - "version_normalized": "1.33.0.0", + "version": "v1.36.0", + "version_normalized": "1.36.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git", - "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70" + "reference": "ad1b7b9092976d6c948b8a187cec9faaea9ec1df" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", - "reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70", + "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/ad1b7b9092976d6c948b8a187cec9faaea9ec1df", + "reference": "ad1b7b9092976d6c948b8a187cec9faaea9ec1df", "shasum": "" }, "require": { @@ -2857,7 +2855,7 @@ "suggest": { "ext-intl": "For best performance" }, - "time": "2025-06-27T09:58:17+00:00", + "time": "2026-04-10T16:19:22+00:00", "type": "library", "extra": { "thanks": { @@ -2899,7 +2897,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.36.0" }, "funding": [ { @@ -2923,8 +2921,8 @@ }, { "name": "symfony/polyfill-intl-normalizer", - "version": "v1.33.0", - "version_normalized": "1.33.0.0", + "version": "v1.36.0", + "version_normalized": "1.36.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git", @@ -2987,7 +2985,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.36.0" }, "funding": [ { @@ -3011,17 +3009,17 @@ }, { "name": "symfony/polyfill-mbstring", - "version": "v1.33.0", - "version_normalized": "1.33.0.0", + "version": "v1.36.0", + "version_normalized": "1.36.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-mbstring.git", - "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" + "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", - "reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", + "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315", + "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315", "shasum": "" }, "require": { @@ -3034,7 +3032,7 @@ "suggest": { "ext-mbstring": "For best performance" }, - "time": "2024-12-23T08:48:59+00:00", + "time": "2026-04-10T17:25:58+00:00", "type": "library", "extra": { "thanks": { @@ -3075,7 +3073,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.36.0" }, "funding": [ { @@ -3099,23 +3097,23 @@ }, { "name": "symfony/polyfill-php83", - "version": "v1.33.0", - "version_normalized": "1.33.0.0", + "version": "v1.36.0", + "version_normalized": "1.36.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php83.git", - "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5" + "reference": "3600c2cb22399e25bb226e4a135ce91eeb2a6149" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/17f6f9a6b1735c0f163024d959f700cfbc5155e5", - "reference": "17f6f9a6b1735c0f163024d959f700cfbc5155e5", + "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/3600c2cb22399e25bb226e4a135ce91eeb2a6149", + "reference": "3600c2cb22399e25bb226e4a135ce91eeb2a6149", "shasum": "" }, "require": { "php": ">=7.2" }, - "time": "2025-07-08T02:45:35+00:00", + "time": "2026-04-10T17:25:58+00:00", "type": "library", "extra": { "thanks": { @@ -3158,7 +3156,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php83/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-php83/tree/v1.36.0" }, "funding": [ { @@ -3182,23 +3180,23 @@ }, { "name": "symfony/polyfill-php84", - "version": "v1.33.0", - "version_normalized": "1.33.0.0", + "version": "v1.36.0", + "version_normalized": "1.36.0.0", "source": { "type": "git", "url": "https://github.com/symfony/polyfill-php84.git", - "reference": "d8ced4d875142b6a7426000426b8abc631d6b191" + "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191", - "reference": "d8ced4d875142b6a7426000426b8abc631d6b191", + "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/88486db2c389b290bf87ff1de7ebc1e13e42bb06", + "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06", "shasum": "" }, "require": { "php": ">=7.2" }, - "time": "2025-06-24T13:30:11+00:00", + "time": "2026-04-10T18:47:49+00:00", "type": "library", "extra": { "thanks": { @@ -3241,7 +3239,7 @@ "shim" ], "support": { - "source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0" + "source": "https://github.com/symfony/polyfill-php84/tree/v1.36.0" }, "funding": [ { @@ -3265,23 +3263,23 @@ }, { "name": "symfony/process", - "version": "v6.4.26", - "version_normalized": "6.4.26.0", + "version": "v6.4.33", + "version_normalized": "6.4.33.0", "source": { "type": "git", "url": "https://github.com/symfony/process.git", - "reference": "48bad913268c8cafabbf7034b39c8bb24fbc5ab8" + "reference": "c46e854e79b52d07666e43924a20cb6dc546644e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/process/zipball/48bad913268c8cafabbf7034b39c8bb24fbc5ab8", - "reference": "48bad913268c8cafabbf7034b39c8bb24fbc5ab8", + "url": "https://api.github.com/repos/symfony/process/zipball/c46e854e79b52d07666e43924a20cb6dc546644e", + "reference": "c46e854e79b52d07666e43924a20cb6dc546644e", "shasum": "" }, "require": { "php": ">=8.1" }, - "time": "2025-09-11T09:57:09+00:00", + "time": "2026-01-23T16:02:12+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -3309,7 +3307,7 @@ "description": "Executes commands in sub-processes", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/process/tree/v6.4.26" + "source": "https://github.com/symfony/process/tree/v6.4.33" }, "funding": [ { @@ -3397,17 +3395,17 @@ }, { "name": "symfony/serializer", - "version": "v6.4.27", - "version_normalized": "6.4.27.0", + "version": "v6.4.36", + "version_normalized": "6.4.36.0", "source": { "type": "git", "url": "https://github.com/symfony/serializer.git", - "reference": "28779bbdb398cac3421d0e51f7ca669e4a27c5ac" + "reference": "90e4e0187dca57331ea301506545aa26895b7787" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/serializer/zipball/28779bbdb398cac3421d0e51f7ca669e4a27c5ac", - "reference": "28779bbdb398cac3421d0e51f7ca669e4a27c5ac", + "url": "https://api.github.com/repos/symfony/serializer/zipball/90e4e0187dca57331ea301506545aa26895b7787", + "reference": "90e4e0187dca57331ea301506545aa26895b7787", "shasum": "" }, "require": { @@ -3450,7 +3448,7 @@ "symfony/var-exporter": "^5.4|^6.0|^7.0", "symfony/yaml": "^5.4|^6.0|^7.0" }, - "time": "2025-10-08T04:24:22+00:00", + "time": "2026-03-30T15:37:17+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -3478,7 +3476,7 @@ "description": "Handles serializing and deserializing data structures, including object graphs, into array structures or other formats like XML and JSON.", "homepage": "https://symfony.com", "support": { - "source": "https://github.com/symfony/serializer/tree/v6.4.27" + "source": "https://github.com/symfony/serializer/tree/v6.4.36" }, "funding": [ { @@ -3661,17 +3659,17 @@ }, { "name": "symfony/string", - "version": "v6.4.26", - "version_normalized": "6.4.26.0", + "version": "v6.4.34", + "version_normalized": "6.4.34.0", "source": { "type": "git", "url": "https://github.com/symfony/string.git", - "reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea" + "reference": "2adaf4106f2ef4c67271971bde6d3fe0a6936432" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/string/zipball/5621f039a71a11c87c106c1c598bdcd04a19aeea", - "reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea", + "url": "https://api.github.com/repos/symfony/string/zipball/2adaf4106f2ef4c67271971bde6d3fe0a6936432", + "reference": "2adaf4106f2ef4c67271971bde6d3fe0a6936432", "shasum": "" }, "require": { @@ -3690,7 +3688,7 @@ "symfony/translation-contracts": "^2.5|^3.0", "symfony/var-exporter": "^5.4|^6.0|^7.0" }, - "time": "2025-09-11T14:32:46+00:00", + "time": "2026-02-08T20:44:54+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -3729,7 +3727,7 @@ "utf8" ], "support": { - "source": "https://github.com/symfony/string/tree/v6.4.26" + "source": "https://github.com/symfony/string/tree/v6.4.34" }, "funding": [ { @@ -3753,17 +3751,17 @@ }, { "name": "symfony/var-exporter", - "version": "v6.4.26", - "version_normalized": "6.4.26.0", + "version": "v6.4.36", + "version_normalized": "6.4.36.0", "source": { "type": "git", "url": "https://github.com/symfony/var-exporter.git", - "reference": "466fcac5fa2e871f83d31173f80e9c2684743bfc" + "reference": "f9c4a9695a9e2bbc65c920e147d8d7ae28f8d79a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/symfony/var-exporter/zipball/466fcac5fa2e871f83d31173f80e9c2684743bfc", - "reference": "466fcac5fa2e871f83d31173f80e9c2684743bfc", + "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f9c4a9695a9e2bbc65c920e147d8d7ae28f8d79a", + "reference": "f9c4a9695a9e2bbc65c920e147d8d7ae28f8d79a", "shasum": "" }, "require": { @@ -3775,7 +3773,7 @@ "symfony/serializer": "^6.4|^7.0", "symfony/var-dumper": "^5.4|^6.0|^7.0" }, - "time": "2025-09-11T09:57:09+00:00", + "time": "2026-03-10T15:06:19+00:00", "type": "library", "installation-source": "dist", "autoload": { @@ -3813,7 +3811,7 @@ "serialize" ], "support": { - "source": "https://github.com/symfony/var-exporter/tree/v6.4.26" + "source": "https://github.com/symfony/var-exporter/tree/v6.4.36" }, "funding": [ { @@ -5,21 +5,17 @@ DATE=$(sed -n '/^%global gh_date/{s/.* //;p}' $NAME.spec) OWNER=$(sed -n '/^%global gh_owner/{s/.* //;p}' $NAME.spec) PROJECT=$(sed -n '/^%global gh_project/{s/.* //;p}' $NAME.spec) VERSION=$(sed -n '/^%global upstream_version/{s/.* //;p}' $NAME.spec) -COMMIT=$(sed -n '/^%global gh_commit/{s/.* //;p}' $NAME.spec) -SHORT=${COMMIT:0:7} DATE=$(date -d "$DATE -4 days" +%Y-%m-%d) -echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION, Commit=$COMMIT\n" +echo -e "\nCreate git snapshot\nName=$NAME, Owner=$OWNER, Project=$PROJECT, Version=$VERSION\n" echo "Cloning..." rm -rf $HOME/.cache/bartlett -git clone --shallow-since=$DATE https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT +git clone https://github.com/$OWNER/$PROJECT.git --depth 1 --branch $VERSION $PROJECT-$VERSION echo "Getting commit..." - pushd $PROJECT-$COMMIT - git checkout $COMMIT || exit 1 - + pushd $PROJECT-$VERSION echo "+ Save composer.json" cp composer.json ../ module load php81 @@ -43,10 +39,10 @@ echo "Getting commit..." popd echo "Archiving..." -tar czf $NAME-$VERSION-$SHORT.tgz --exclude-vcs $PROJECT-$COMMIT +tar czf $NAME-$VERSION.tgz --exclude-vcs $PROJECT-$VERSION echo "Cleaning..." -rm -rf $PROJECT-$COMMIT +rm -rf $PROJECT-$VERSION rm -rf $HOME/.cache/bartlett echo "Done." diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 8fe826f..a0bf06d 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -12,13 +12,10 @@ %undefine __brp_mangle_shebangs %{!?php_version: %global php_version %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit 56d3215bcf8acb2e822fc9ce21fa934cd6129637 -%global gh_short %(c=%{gh_commit}; echo ${c:0:7}) -%global gh_date 2025-11-23 -%global gh_owner llaville -%global gh_project php-compatinfo +%global gh_owner llaville +%global gh_project php-compatinfo -%global upstream_version 7.2.5 +%global upstream_version 7.2.6 #global upstream_prever RC1 Name: php-bartlett-PHP-CompatInfo @@ -29,7 +26,7 @@ Summary: Find out version and the extensions required for a piece of code # SPDX: see bundled libraries list below License: BSD-3-Clause and MIT URL: https://github.com/llaville/php-compatinfo -Source0: %{name}-%{version}-%{gh_short}.tgz +Source0: %{name}-%{version}.tgz # Script for fedora-review Source1: fedora-review-check # Generate the archive will all dependencies @@ -64,7 +61,7 @@ show content of dictionary references. %prep -%setup -q -n %{gh_project}-%{gh_commit} +%setup -q -n %{gh_project}-%{version} %patch -P0 -p1 -b .rpm rm bin/*rpm @@ -125,6 +122,10 @@ install -D -p -m 755 %{SOURCE1} \ %changelog +* Wed Apr 22 2026 Remi Collet <remi@remirepo.net> - 7.2.6-1 +- update to 7.2.6 +- update bundled bartlett/php-compatinfo-db to 6.31.0 + * Tue Nov 25 2025 Remi Collet <remi@remirepo.net> - 7.2.5-1 - update to 7.2.5 - update bundled bartlett/php-compatinfo-db to 6.26.0 |
