summaryrefslogtreecommitdiffstats
path: root/php-theseer-autoload.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-theseer-autoload.spec')
-rw-r--r--php-theseer-autoload.spec17
1 files changed, 10 insertions, 7 deletions
diff --git a/php-theseer-autoload.spec b/php-theseer-autoload.spec
index d304e1d..fe54b40 100644
--- a/php-theseer-autoload.spec
+++ b/php-theseer-autoload.spec
@@ -10,7 +10,7 @@
# For compatibility with SCL
%undefine __brp_mangle_shebangs
-%global gh_commit 4225dd564362ea8c73e2673200bf607f23ebbf20
+%global gh_commit c6f9c69aa655b4b05d382431576a0a138b706edb
%global gh_short %(c=%{gh_commit}; echo ${c:0:7})
%global gh_owner theseer
%global gh_project Autoload
@@ -25,8 +25,8 @@
%endif
Name: php-theseer-autoload
-Version: 1.26.3
-Release: 2%{?dist}
+Version: 1.27.0
+Release: 1%{?dist}
Summary: A tool and library to generate autoload code
License: BSD
@@ -47,10 +47,10 @@ BuildRequires: php-spl
BuildRequires: php-tokenizer
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
BuildRequires: (php-composer(theseer/directoryscanner) >= 1.3.2 with php-composer(theseer/directoryscanner) < 2)
-BuildRequires: (php-composer(zetacomponents/console-tools) >= 1.7.2 with php-composer(zetacomponents/console-tools) < 2)
+BuildRequires: (php-composer(zetacomponents/console-tools) >= 1.7 with php-composer(zetacomponents/console-tools) < 2)
%else
BuildRequires: php-theseer-directoryscanner >= 1.3.2
-BuildRequires: php-zetacomponents-console-tools >= 1.7.2
+BuildRequires: php-zetacomponents-console-tools >= 1.7
%endif
%if %{with tests}
%global phpunit %{_bindir}/phpunit9
@@ -63,10 +63,10 @@ BuildRequires: %{phpunit}
Requires: php(language) >= 5.3.1
%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8
Requires: (php-composer(theseer/directoryscanner) >= 1.3.2 with php-composer(theseer/directoryscanner) < 2)
-Requires: (php-composer(zetacomponents/console-tools) >= 1.7.2 with php-composer(zetacomponents/console-tools) < 2)
+Requires: (php-composer(zetacomponents/console-tools) >= 1.7 with php-composer(zetacomponents/console-tools) < 2)
%else
Requires: php-theseer-directoryscanner >= 1.3.2
-Requires: php-zetacomponents-console-tools >= 1.7.2
+Requires: php-zetacomponents-console-tools >= 1.7
%endif
# From phpcompatinfo report for version 1.25.0
Requires: php-cli
@@ -159,6 +159,9 @@ fi
%changelog
+* Mon Jan 24 2022 Remi Collet <remi@remirepo.net> - 1.27.0-1
+- update to 1.27.0
+
* Mon Dec 6 2021 Remi Collet <remi@remirepo.net> - 1.26.3-2
- disable test suite on EL