From d9f5b88d0f0615dcfbd149af6b2944d61c470ecb Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 5 Jan 2022 15:47:43 +0100 Subject: update to 6.0.3 --- php-bartlett-PHP-CompatInfo.spec | 29 +++++++++++++++-------------- 1 file changed, 15 insertions(+), 14 deletions(-) (limited to 'php-bartlett-PHP-CompatInfo.spec') diff --git a/php-bartlett-PHP-CompatInfo.spec b/php-bartlett-PHP-CompatInfo.spec index e64ff3f..879a544 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 4beab5e0a5c27fb81a3ba0b262b3ed85a19500be +%global gh_commit 7f878c7b534f3c4bb4d2200267678d53324b5d08 %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.2 +%global upstream_version 6.0.3 #global upstream_prever RC1 Name: php-bartlett-PHP-CompatInfo @@ -26,7 +26,7 @@ Release: 1%{?dist} Summary: Find out version and the extensions required for a piece of code to run License: BSD and MIT -URL: https://llaville.github.io/php-compatinfo/ +URL: https://github.com/llaville/php-compatinfo Source0: %{name}-%{version}-%{gh_short}.tgz # Script for fedora-review Source1: fedora-review-check @@ -67,7 +67,7 @@ Requires: php-xmlreader Provides: bundled(php-bartlett-php-compatinfo-db) = 3.16.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.6 +Provides: bundled(php-composer-semver) = 3.2.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 @@ -100,14 +100,14 @@ Provides: bundled(php-symfony-event-dispatcher-contracts) = v3.0.0 Provides: bundled(php-symfony-filesystem) = v6.0.0 Provides: bundled(php-symfony-finder) = v5.4.2 Provides: bundled(php-symfony-messenger) = v5.4.2 -Provides: bundled(php-symfony-polyfill-ctype) = v1.23.0 -Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.23.1 -Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.23.0 -Provides: bundled(php-symfony-polyfill-mbstring) = v1.23.1 -Provides: bundled(php-symfony-polyfill-php72) = v1.23.0 -Provides: bundled(php-symfony-polyfill-php73) = v1.23.0 -Provides: bundled(php-symfony-polyfill-php80) = v1.23.1 -Provides: bundled(php-symfony-polyfill-php81) = v1.23.0 +Provides: bundled(php-symfony-polyfill-ctype) = v1.24.0 +Provides: bundled(php-symfony-polyfill-intl-grapheme) = v1.24.0 +Provides: bundled(php-symfony-polyfill-intl-normalizer) = v1.24.0 +Provides: bundled(php-symfony-polyfill-mbstring) = v1.24.0 +Provides: bundled(php-symfony-polyfill-php72) = v1.24.0 +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-requirements-checker) = v2.0.1 @@ -127,8 +127,6 @@ version and extensions required for it to run. CLI version has many reports (extension, interface, class, function, constant) to display and ability to show content of dictionary references. -Documentation: http://php5.laurent-laville.org/compatinfo/manual/current/en/ - %prep %setup -q -n %{gh_project}-%{gh_commit} @@ -180,6 +178,9 @@ install -D -p -m 755 %{SOURCE1} %{buildroot}%{_datadir}/%{name}/fedora- %changelog +* Wed Jan 5 2022 Remi Collet - 6.0.3-1 +- update to 6.0.3 + * Mon Jan 3 2022 Remi Collet - 6.0.2-1 - update to 6.0.2 -- cgit