diff options
author | Remi Collet <remi@remirepo.net> | 2022-08-18 07:43:20 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-08-18 07:43:20 +0200 |
commit | 9e93fd183d7b03d446444e991bdb8426037e3e3a (patch) | |
tree | e59f3fc860db145d70cfdbbca942dd3064bb0d00 | |
parent | a1ce1f9c7e704b17c72418f7b1d42dae482fdb87 (diff) |
update to 4.5.0
-rw-r--r-- | php-sabre-vobject4.spec | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index e698bab..69d6bdb 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 2a043b994fa8d8a655c3d50d73c1ad443d31d677 +%global gh_commit d1fdc0c3587a314bdd3aac4a1e1dcacadd91858e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner sabre-io %global gh_project vobject @@ -25,7 +25,7 @@ Name: php-sabre-vobject4 Summary: Library to parse and manipulate iCalendar and vCard objects -Version: 4.4.3 +Version: 4.5.0 Release: 1%{?dist} URL: http://sabre.io/vobject/ @@ -151,7 +151,7 @@ fi : Run upstream test suite against installed library ret=0 -for cmdarg in "php %{phpunit}" php74 php80 php81; do +for cmdarg in "php %{phpunit}" php74 php80 php81 php82; do if which $cmdarg; then set $cmdarg $1 ${2:-%{_bindir}/phpunit9} $opt || ret=1 @@ -176,6 +176,9 @@ exit $ret %endif %changelog +* Thu Aug 18 2022 Remi Collet <remi@remirepo.net> - 4.5.0-1 +- update to 4.5.0 + * Mon Jul 18 2022 Remi Collet <remi@remirepo.net> - 4.4.3-1 - update to 4.4.3 |