diff options
Diffstat (limited to 'php-di.spec')
-rw-r--r-- | php-di.spec | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/php-di.spec b/php-di.spec index 255091d..6afe352 100644 --- a/php-di.spec +++ b/php-di.spec @@ -12,8 +12,8 @@ %global github_owner PHP-DI %global github_name PHP-DI -%global github_version 6.2.1 -%global github_commit 6875fe557c244b3830862c072c7719ca4ac2efe4 +%global github_version 6.2.2 +%global github_commit 40140b5bca07c5fed6919a0f1029ff67617faccd %global composer_vendor php-di %global composer_project php-di @@ -106,7 +106,7 @@ BuildRequires: php-composer(php-di/phpdoc-reader) >= %{di_phpdoc_reader_min_ver} BuildRequires: php-composer(psr/container) < %{psr_container_max_ver} BuildRequires: php-composer(psr/container) >= %{psr_container_min_ver} %endif -## phpcompatinfo (computed from version 6.2.1) +## phpcompatinfo (computed from version 6.2.2) BuildRequires: php-date BuildRequires: php-json BuildRequires: php-pcre @@ -133,7 +133,7 @@ Requires: php-composer(php-di/phpdoc-reader) >= %{di_phpdoc_reader_min_ver} Requires: php-composer(psr/container) < %{psr_container_max_ver} Requires: php-composer(psr/container) >= %{psr_container_min_ver} %endif -# phpcompatinfo (computed from version 6.2.1) +# phpcompatinfo (computed from version 6.2.2) Requires: php-json Requires: php-pcre Requires: php-reflection @@ -234,6 +234,9 @@ exit $RETURN_CODE %changelog +* Sun Sep 06 2020 Shawn Iwinski <shawn@iwin.ski> - 6.2.2-1 +- Update to 6.2.2 (RHBZ #1871668) + * Sat Aug 22 2020 Shawn Iwinski <shawn@iwin.ski> - 6.2.1-1 - Update to 6.2.1 (RHBZ #1821537) - Fix FTBFS (RHBZ #1865217) |