diff options
-rw-r--r-- | composer.json | 4 | ||||
-rw-r--r-- | php-sabre-vobject4.spec | 15 |
2 files changed, 11 insertions, 8 deletions
diff --git a/composer.json b/composer.json index b08684b..df0261f 100644 --- a/composer.json +++ b/composer.json @@ -38,9 +38,9 @@ }, "require-dev" : { "friendsofphp/php-cs-fixer": "~2.17.1", - "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0", + "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6", "phpunit/php-invoker" : "^2.0 || ^3.1", - "phpstan/phpstan": "^0.12" + "phpstan/phpstan": "^0.12 || ^1.11" }, "suggest" : { "hoa/bench" : "If you would like to run the benchmark scripts" diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index 0bd114d..972eebf 100644 --- a/php-sabre-vobject4.spec +++ b/php-sabre-vobject4.spec @@ -12,7 +12,7 @@ # For compatibility with SCL %undefine __brp_mangle_shebangs -%global gh_commit 7148cf57d25aaba0a49f6656d37c35e8175b3087 +%global gh_commit 900266bb3bd448a9f7f41f82344ad0aba237cb27 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project vobject @@ -20,7 +20,7 @@ Name: php-sabre-vobject4 Summary: Library to parse and manipulate iCalendar and vCard objects -Version: 4.5.5 +Version: 4.5.6 Release: 1%{?dist} URL: http://sabre.io/vobject/ @@ -43,10 +43,10 @@ BuildRequires: php-spl BuildRequires: php-xml # From composer.json, "require-dev" # "friendsofphp/php-cs-fixer": "^2.17.1", -# "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0", +# "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.6", # "phpunit/php-invoker" : "^2.0 || ^3.1", -# "phpstan/phpstan": "^0.12" -BuildRequires: phpunit9 +# "phpstan/phpstan": "^0.12 || ^1.11" +BuildRequires: phpunit9 >= 9.6 %global phpunit %{_bindir}/phpunit9 %endif # Autoloader @@ -145,7 +145,7 @@ fi : Run upstream test suite against installed library ret=0 -for cmdarg in "php %{phpunit}" php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83 php84; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} $opt || ret=1 @@ -168,6 +168,9 @@ exit $ret %endif %changelog +* Tue Oct 15 2024 Remi Collet <remi@remirepo.net> - 4.5.6-1 +- update to 4.5.6 + * Wed Jul 3 2024 Remi Collet <remi@remirepo.net> - 4.5.5-1 - update to 4.5.5 |