diff options
Diffstat (limited to 'php-bartlett-PHP-CompatInfo.spec')
| -rw-r--r-- | php-bartlett-PHP-CompatInfo.spec | 30 | 
1 files changed, 17 insertions, 13 deletions
| diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index 879a544..11b1349 100644 --- a/php-bartlett-PHP-CompatInfo.spec +++ b/php-bartlett-PHP-CompatInfo.spec @@ -11,13 +11,13 @@  %undefine __brp_mangle_shebangs  %{!?php_version:  %global php_version  %(php -r 'echo PHP_VERSION;' 2>/dev/null)} -%global gh_commit    7f878c7b534f3c4bb4d2200267678d53324b5d08 +%global gh_commit    e40303a34d7657a92c82cc7cc61c50b5a1f095bd  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  #global gh_date      20151005  %global gh_owner     llaville  %global gh_project   php-compatinfo -%global upstream_version  6.0.3 +%global upstream_version  6.1.0  #global upstream_prever   RC1  Name:           php-bartlett-PHP-CompatInfo @@ -64,7 +64,8 @@ Requires:       php-spl  Requires:       php-xmlreader  # Bundled libraries -Provides: bundled(php-bartlett-php-compatinfo-db) = 3.16.1 +Provides: bundled(php-bartlett-php-compatinfo-db) = 3.17.0 +Provides: bundled(php-bartlett-sarif-php-sdk) = 1.0.1  Provides: bundled(php-brick-math) = 0.9.3  Provides: bundled(php-composer-package-versions-deprecated) = 1.11.99.4  Provides: bundled(php-composer-semver) = 3.2.7 @@ -72,7 +73,7 @@ Provides: bundled(php-doctrine-annotations) = 1.13.2  Provides: bundled(php-doctrine-cache) = 2.1.1  Provides: bundled(php-doctrine-collections) = 1.6.8  Provides: bundled(php-doctrine-common) = 3.2.1 -Provides: bundled(php-doctrine-dbal) = 3.2.0 +Provides: bundled(php-doctrine-dbal) = 3.2.1  Provides: bundled(php-doctrine-deprecations) = v0.5.3  Provides: bundled(php-doctrine-event-manager) = 1.1.1  Provides: bundled(php-doctrine-inflector) = 2.0.4 @@ -81,7 +82,7 @@ Provides: bundled(php-doctrine-lexer) = 1.2.1  Provides: bundled(php-doctrine-orm) = 2.10.4  Provides: bundled(php-doctrine-persistence) = 2.2.3  Provides: bundled(php-nikic-php-parser) = v4.13.2 -Provides: bundled(php-psr-cache) = 2.0.0 +Provides: bundled(php-psr-cache) = 1.0.1  Provides: bundled(php-psr-container) = 1.1.2  Provides: bundled(php-psr-event-dispatcher) = 1.0.0  Provides: bundled(php-psr-log) = 1.1.4 @@ -93,11 +94,11 @@ Provides: bundled(php-symfony-cache-contracts) = v2.5.0  Provides: bundled(php-symfony-config) = v5.4.2  Provides: bundled(php-symfony-console) = v5.4.2  Provides: bundled(php-symfony-dependency-injection) = v5.4.2 -Provides: bundled(php-symfony-deprecation-contracts) = v3.0.0 -Provides: bundled(php-symfony-doctrine-messenger) = v6.0.2 +Provides: bundled(php-symfony-deprecation-contracts) = v2.5.0 +Provides: bundled(php-symfony-doctrine-messenger) = v5.4.0  Provides: bundled(php-symfony-event-dispatcher) = v5.4.0 -Provides: bundled(php-symfony-event-dispatcher-contracts) = v3.0.0 -Provides: bundled(php-symfony-filesystem) = v6.0.0 +Provides: bundled(php-symfony-event-dispatcher-contracts) = v2.5.0 +Provides: bundled(php-symfony-filesystem) = v5.4.0  Provides: bundled(php-symfony-finder) = v5.4.2  Provides: bundled(php-symfony-messenger) = v5.4.2  Provides: bundled(php-symfony-polyfill-ctype) = v1.24.0 @@ -109,13 +110,13 @@ Provides: bundled(php-symfony-polyfill-php73) = v1.24.0  Provides: bundled(php-symfony-polyfill-php80) = v1.24.0  Provides: bundled(php-symfony-polyfill-php81) = v1.24.0  Provides: bundled(php-symfony-process) = v5.4.2 -Provides: bundled(php-symfony-redis-messenger) = v6.0.2 +Provides: bundled(php-symfony-redis-messenger) = v5.4.2  Provides: bundled(php-symfony-requirements-checker) = v2.0.1  Provides: bundled(php-symfony-serializer) = v5.4.2 -Provides: bundled(php-symfony-service-contracts) = v2.4.1 +Provides: bundled(php-symfony-service-contracts) = v2.5.0  Provides: bundled(php-symfony-stopwatch) = v5.4.0 -Provides: bundled(php-symfony-string) = v6.0.2 -Provides: bundled(php-symfony-var-exporter) = v6.0.0 +Provides: bundled(php-symfony-string) = v5.4.2 +Provides: bundled(php-symfony-var-exporter) = v5.4.2  Provides: phpcompatinfo = %{version}  Provides: php-composer(bartlett/php-compatinfo) = %{version} @@ -178,6 +179,9 @@ install -D -p -m 755 %{SOURCE1}          %{buildroot}%{_datadir}/%{name}/fedora-  %changelog +* Thu Jan  6 2022 Remi Collet <remi@remirepo.net> - 6.1.0-1 +- update to 6.1.0 +  * Wed Jan  5 2022 Remi Collet <remi@remirepo.net> - 6.0.3-1  - update to 6.0.3 | 
