summaryrefslogtreecommitdiffstats
path: root/php-doctrine-inflector.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-doctrine-inflector.spec')
-rw-r--r--php-doctrine-inflector.spec14
1 files changed, 9 insertions, 5 deletions
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 <remi@remirepo.net> - 1.4.4-1
+- update to 1.4.4
+- lower dependency on PHP 7.1
+
* Tue Jun 2 2020 Remi Collet <remi@remirepo.net> - 1.4.3-1
- update to 1.4.3