From bd8397ec99ddeb5f9acfccf2f90cb07cc64c9f57 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 19 Apr 2021 09:36:18 +0200 Subject: update to 1.4.4 lower dependency on PHP 7.1 --- php-doctrine-inflector.spec | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) (limited to 'php-doctrine-inflector.spec') diff --git a/php-doctrine-inflector.spec b/php-doctrine-inflector.spec index 1d5128a..159ec1d 100644 --- a/php-doctrine-inflector.spec +++ b/php-doctrine-inflector.spec @@ -12,14 +12,14 @@ %global github_owner doctrine %global github_name inflector -%global github_version 1.4.3 -%global github_commit 4650c8b30c753a76bf44fb2ed00117d6f367490c +%global github_version 1.4.4 +%global github_commit 4bd5c1cdfcd00e9e2d8c484f79150f67e5d355d9 %global composer_vendor doctrine %global composer_project inflector -# "php": "^7.2 || ^8.0" -%global php_min_ver 7.2 +# "php": "^7.1 || ^8.0" +%global php_min_ver 7.1 # Build using "--without tests" to disable tests %global with_tests 0%{!?_without_tests:1} @@ -49,9 +49,9 @@ BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-mbstring BuildRequires: php-pcre BuildRequires: php-spl +%endif # Autoloader BuildRequires: php-fedora-autoloader-devel -%endif # composer.json Requires: php(language) >= %{php_min_ver} @@ -121,6 +121,10 @@ exit $RETURN_CODE %changelog +* Mon Apr 19 2021 Remi Collet - 1.4.4-1 +- update to 1.4.4 +- lower dependency on PHP 7.1 + * Tue Jun 2 2020 Remi Collet - 1.4.3-1 - update to 1.4.3 -- cgit