diff options
| author | Remi Collet <remi@remirepo.net> | 2023-11-09 15:35:02 +0100 | 
|---|---|---|
| committer | Remi Collet <remi@php.net> | 2023-11-09 15:35:02 +0100 | 
| commit | 2ac1611e33027ced336856263c15b6d8b38ed454 (patch) | |
| tree | ee44bfe05f5dc4094423a1defc0d6b18adb67cda | |
| parent | fd10ef9380b86dac024da7aadda127139d96b63d (diff) | |
update to 4.5.4
| -rw-r--r-- | php-sabre-vobject4.spec | 11 | 
1 files changed, 7 insertions, 4 deletions
diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index b55e32d..d20b76b 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    fe6d9183154ed6f2f913f2b568d3d51d8ae9b308 +%global gh_commit    a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772  %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.5.3 +Version:        4.5.4  Release:        1%{?dist}  URL:            http://sabre.io/vobject/ @@ -106,7 +106,7 @@ Autoloader: %{_datadir}/php/Sabre/VObject4/autoload.php  %prep  %setup -q -n %{gh_project}-%{gh_commit} -%patch0 -p1 -b .rpm +%patch -P0 -p1 -b .rpm  phpab -t fedora -o lib/autoload.php lib @@ -162,7 +162,7 @@ fi  : Run upstream test suite against installed library  ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82; do +for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do    if which $cmdarg; then      set $cmdarg      $1 ${2:-%{_bindir}/phpunit9} $opt || ret=1 @@ -187,6 +187,9 @@ exit $ret  %endif  %changelog +* Thu Nov  9 2023 Remi Collet <remi@remirepo.net> - 4.5.4-1 +- update to 4.5.4 +  * Wed Jan 25 2023 Remi Collet <remi@remirepo.net> - 4.5.3-1  - update to 4.5.3  - low dependency on PHP 7.1  | 
