From 9b09d4f60d1745fcff6b1e54a06e4a80e2c85f93 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 24 Jan 2022 10:33:37 +0100 Subject: update to 1.27.0 --- composer.json | 2 +- php-theseer-autoload.spec | 17 ++++++++++------- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index e6ee6e7..5d8e95f 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "require": { "php": ">=5.3", "theseer/directoryscanner": "^1.3.3", - "zetacomponents/console-tools": "^1.7.2" + "zetacomponents/console-tools": "^1.7" }, "require-dev": { "php": ">=7.2" 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 - 1.27.0-1 +- update to 1.27.0 + * Mon Dec 6 2021 Remi Collet - 1.26.3-2 - disable test suite on EL -- cgit