diff options
| -rw-r--r-- | php-sabre-vobject4.spec | 32 | 
1 files changed, 8 insertions, 24 deletions
diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index d20b76b..0bd114d 100644 --- a/php-sabre-vobject4.spec +++ b/php-sabre-vobject4.spec @@ -1,6 +1,6 @@  # remirepo/fedora spec file for php-sabre-vobject4  # -# Copyright (c) 2013-2023 Remi Collet +# Copyright (c) 2013-2024 Remi Collet  # License: CC-BY-SA-4.0  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -12,20 +12,15 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    a6d53a3e5bec85ed3dd78868b7de0f5b4e12f772 +%global gh_commit    7148cf57d25aaba0a49f6656d37c35e8175b3087  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sabre-io  %global gh_project   vobject - -%if 0%{?fedora} >= 26 || 0%{?rhel} >= 8 -%global with_cmd 1 -%else -%global with_cmd 0 -%endif +%global with_cmd     1  Name:           php-sabre-vobject4  Summary:        Library to parse and manipulate iCalendar and vCard objects -Version:        4.5.4 +Version:        4.5.5  Release:        1%{?dist}  URL:            http://sabre.io/vobject/ @@ -40,13 +35,7 @@ BuildArch:      noarch  %if %{with tests}  BuildRequires:  php(language) >= 7.1  BuildRequires:  php-mbstring -# remirepo:1 -%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8  BuildRequires:  (php-composer(sabre/xml)    >= 2.1  with php-composer(sabre/xml)     < 5) -# remirepo:3 -%else -BuildRequires:  php-sabre-xml2              >= 2.1 -%endif  BuildRequires:  php-date  BuildRequires:  php-json  BuildRequires:  php-pcre @@ -70,13 +59,7 @@ BuildRequires:  php-fedora-autoloader-devel  Requires:       php(language) >= 7.1  Requires:       php-mbstring  # -# remirepo:1 -%if 0%{?fedora} >= 27 || 0%{?rhel} >= 8  Requires:       (php-composer(sabre/xml)    >= 2.1  with php-composer(sabre/xml)     < 5) -# remirepo:3 -%else -Requires:       php-sabre-xml2              >= 2.1 -%endif  # From phpcompatinfo report for version 4.1.2  %if %{with_cmd}  Requires:       php-cli @@ -162,7 +145,7 @@ fi  : Run upstream test suite against installed library  ret=0 -for cmdarg in "php %{phpunit}" php80 php81 php82 php83; do +for cmdarg in "php %{phpunit}" php81 php82 php83; do    if which $cmdarg; then      set $cmdarg      $1 ${2:-%{_bindir}/phpunit9} $opt || ret=1 @@ -175,8 +158,6 @@ exit $ret  %files -# remirepo:1 -%{!?_licensedir:%global license %%doc}  %license LICENSE  %doc *md  %doc composer.json @@ -187,6 +168,9 @@ exit $ret  %endif  %changelog +* Wed Jul  3 2024 Remi Collet <remi@remirepo.net> - 4.5.5-1 +- update to 4.5.5 +  * Thu Nov  9 2023 Remi Collet <remi@remirepo.net> - 4.5.4-1  - update to 4.5.4  | 
