diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-laminas-ldap.spec | 13 | 
2 files changed, 9 insertions, 6 deletions
| diff --git a/composer.json b/composer.json index f050d8c..7362e5f 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@          "laminas/laminas-eventmanager": "^2.6.3 || ^3.0.1",          "laminas/laminas-stdlib": "^2.7 || ^3.0",          "php-mock/php-mock-phpunit": "^1.1.2 || ^2.1.1", -        "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" +        "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20"      },      "suggest": {          "laminas/laminas-eventmanager": "Laminas\\EventManager component" diff --git a/php-laminas-ldap.spec b/php-laminas-ldap.spec index 47bcd7a..95400cc 100644 --- a/php-laminas-ldap.spec +++ b/php-laminas-ldap.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    52d67bbe6095da4e7e3578407e44322a6d7874ce +%global gh_commit    7410927ff02ddc8e5d0e1c0e93079599d7788d8d  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-ldap @@ -22,7 +22,7 @@  %endif  Name:           php-%{gh_project} -Version:        2.10.1 +Version:        2.10.2  Release:        1%{?dist}  Summary:        %{namespace} Framework %{library} component @@ -45,7 +45,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0  #        "laminas/laminas-eventmanager": "^2.6.3 || ^3.0.1",  #        "laminas/laminas-stdlib": "^2.7 || ^3.0",  #        "php-mock/php-mock-phpunit": "^1.1.2 || ^2.1.1", -#        "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" +#        "phpunit/phpunit": "^5.7.27 || ^6.5.14 || ^7.5.20"  BuildRequires: (php-autoloader(%{gh_owner}/laminas-config)               >= 2.5    with php-autoloader(%{gh_owner}/laminas-config)               < 3)  BuildRequires: (php-autoloader(%{gh_owner}/laminas-eventmanager)         >= 3.0.1  with php-autoloader(%{gh_owner}/laminas-eventmanager)         < 4)  BuildRequires: (php-autoloader(%{gh_owner}/laminas-stdlib)               >= 3.2.1  with php-autoloader(%{gh_owner}/laminas-stdlib)               < 4) @@ -59,7 +59,7 @@ BuildRequires:  php-laminas-stdlib  BuildRequires:  php-mock-phpunit2  %endif  %global phpunit %{_bindir}/phpunit7 -BuildRequires:  phpunit7 >= 7.1.2 +BuildRequires:  phpunit7 >= 7.5.20  BuildRequires:  php-date  BuildRequires:  php-iconv  BuildRequires:  php-json @@ -197,7 +197,10 @@ exit $ret  %changelog -* Fri Jan 10 2020 Remi Collet <remi@remirepo.net> - 2.8.0-1 +* Mon Mar 16 2020 Remi Collet <remi@remirepo.net> - 2.10.2-1 +- update to 2.10.2 + +* Fri Jan 10 2020 Remi Collet <remi@remirepo.net> - 2.10.1-1  - switch to Laminas  * Fri Oct 18 2019 Remi Collet <remi@remirepo.net> - 2.10.1-1 | 
