diff options
| -rw-r--r-- | composer.json | 3 | ||||
| -rw-r--r-- | php-sabre-vobject4.spec | 19 | 
2 files changed, 16 insertions, 6 deletions
diff --git a/composer.json b/composer.json index 05524d2..b745b1f 100644 --- a/composer.json +++ b/composer.json @@ -37,8 +37,9 @@          "sabre/xml"    : "^2.1"      },      "require-dev" : { -        "friendsofphp/php-cs-fixer": "~2.16.1", +        "friendsofphp/php-cs-fixer": "~2.17.1",          "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0", +        "phpunit/php-invoker" : "^2.0 || ^3.1",          "phpstan/phpstan": "^0.12"      },      "suggest" : { diff --git a/php-sabre-vobject4.spec b/php-sabre-vobject4.spec index 25329b1..ceb23d7 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-2019 Remi Collet +# Copyright (c) 2013-2021 Remi Collet  # License: CC-BY-SA  # http://creativecommons.org/licenses/by-sa/4.0/  # @@ -12,7 +12,7 @@  # For compatibility with SCL  %undefine __brp_mangle_shebangs -%global gh_commit    e17daaf92a12d39e93ab404929673573e3bb85bf +%global gh_commit    3168acd7c22fa3c96cb115539f93b59818ba1f06  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     sabre-io  %global gh_project   vobject @@ -25,13 +25,14 @@  Name:           php-sabre-vobject4  Summary:        Library to parse and manipulate iCalendar and vCard objects -Version:        4.3.2 +Version:        4.3.4  Release:        1%{?dist}  URL:            http://sabre.io/vobject/  License:        BSD -Source0:        https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{name}-%{version}-%{gh_short}.tar.gz +Source0:        %{name}-%{version}-%{gh_short}.tgz  Source1:        %{name}-autoload.php +Source2:        makesrc.sh  # replace composer autloader  Patch0:         %{name}-bin.patch @@ -53,8 +54,9 @@ BuildRequires:  php-pcre  BuildRequires:  php-spl  BuildRequires:  php-xml  # From composer.json, "require-dev" -#        "friendsofphp/php-cs-fixer": "~2.16.1", +#        "friendsofphp/php-cs-fixer": "~2.17.1",  #        "phpunit/phpunit" : "^7.5 || ^8.5 || ^9.0", +#        "phpunit/php-invoker" : "^2.0 || ^3.1",  #        "phpstan/phpstan": "^0.12"  %if 0%{?fedora} >= 31 || 0%{?rhel} >= 9  BuildRequires:  phpunit9 @@ -170,6 +172,13 @@ exit $ret  %endif  %changelog +* Thu Feb  4 2021 Remi Collet <remi@remirepo.net> - 4.3.4-1 +- update to 4.3.4 +- sources from git snapshot + +* Mon Nov  9 2020 Remi Collet <remi@remirepo.net> - 4.3.3-1 +- update to 4.3.3 +  * Mon Oct  5 2020 Remi Collet <remi@remirepo.net> - 4.3.2-1  - update to 4.3.2  | 
