diff options
| -rw-r--r-- | composer.json | 10 | ||||
| -rw-r--r-- | php-laminas-mail.spec | 23 | 
2 files changed, 18 insertions, 15 deletions
diff --git a/composer.json b/composer.json index 459dff7..fd2350e 100644 --- a/composer.json +++ b/composer.json @@ -21,12 +21,12 @@      "require-dev": {          "laminas/laminas-coding-standard": "~2.4.0",          "laminas/laminas-crypt": "^3.9.0", -        "laminas/laminas-db": "^2.15.0", -        "laminas/laminas-servicemanager": "^3.19", -        "phpunit/phpunit": "^9.5.25", -        "psalm/plugin-phpunit": "^0.18.0", +        "laminas/laminas-db": "^2.16", +        "laminas/laminas-servicemanager": "^3.20", +        "phpunit/phpunit": "^9.5.26", +        "psalm/plugin-phpunit": "^0.18.4",          "symfony/process": "^6.0.11", -        "vimeo/psalm": "^4.29" +        "vimeo/psalm": "^5.1"      },      "suggest": {          "laminas/laminas-crypt": "^3.8 Crammd5 support in SMTP Auth", diff --git a/php-laminas-mail.spec b/php-laminas-mail.spec index a961e10..431ed90 100644 --- a/php-laminas-mail.spec +++ b/php-laminas-mail.spec @@ -8,7 +8,7 @@  #  %bcond_without tests -%global gh_commit    0516586f6bf4d47f855cbef040870ac3a324a9a8 +%global gh_commit    451b33522a4e7f17e097e45fceea4752c86a2ace  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-mail @@ -18,7 +18,7 @@  %global library      Mail  Name:           php-%{gh_project} -Version:        2.20.0 +Version:        2.21.0  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -49,15 +49,15 @@ BuildRequires: (php-composer(webmozart/assert)                           >= 1.11  # From composer, "require-dev": {  #        "laminas/laminas-coding-standard": "~2.4.0",  #        "laminas/laminas-crypt": "^3.9.0", -#        "laminas/laminas-db": "^2.15.0", -#        "laminas/laminas-servicemanager": "^3.19", -#        "phpunit/phpunit": "^9.5.25", -#        "psalm/plugin-phpunit": "^0.18.0", +#        "laminas/laminas-db": "^2.16", +#        "laminas/laminas-servicemanager": "^3.20", +#        "phpunit/phpunit": "^9.5.26", +#        "psalm/plugin-phpunit": "^0.18.4",  #        "symfony/process": "^6.0.11", -#        "vimeo/psalm": "^4.29" +#        "vimeo/psalm": "^5.1"  BuildRequires: (php-autoloader(%{gh_owner}/laminas-crypt)                >= 3.9.0  with php-autoloader(%{gh_owner}/laminas-crypt)                < 4) -BuildRequires: (php-autoloader(%{gh_owner}/laminas-db)                   >= 2.15.0 with php-autoloader(%{gh_owner}/laminas-db)                   < 3) -BuildRequires: (php-autoloader(%{gh_owner}/laminas-servicemanager)       >= 3.19   with php-autoloader(%{gh_owner}/laminas-servicemanager)       < 4) +BuildRequires: (php-autoloader(%{gh_owner}/laminas-db)                   >= 2.16   with php-autoloader(%{gh_owner}/laminas-db)                   < 3) +BuildRequires: (php-autoloader(%{gh_owner}/laminas-servicemanager)       >= 3.20   with php-autoloader(%{gh_owner}/laminas-servicemanager)       < 4)  # ignore min version  BuildRequires: (php-composer(symfony/process)                            >= 4      with php-composer(symfony/process)                            < 6)  # remirepo:12 @@ -73,7 +73,7 @@ BuildRequires:  php-laminas-db  BuildRequires:  php-laminas-servicemanager  BuildRequires:  php-symfony4-process  %endif -BuildRequires:  phpunit9 >= 9.5.25 +BuildRequires:  phpunit9 >= 9.5.26  %global phpunit %{_bindir}/phpunit9  %endif  # Autoloader @@ -241,6 +241,9 @@ exit $ret  %changelog +* Tue Dec  6 2022 Remi Collet <remi@remirepo.net> - 2.21.0-1 +- update to 2.21.0 +  * Mon Nov 21 2022 Remi Collet <remi@remirepo.net> - 2.20.0-1  - update to 2.20.0  | 
