diff options
| -rw-r--r-- | composer.json | 2 | ||||
| -rw-r--r-- | php-laminas-json-server.spec | 9 | 
2 files changed, 7 insertions, 4 deletions
diff --git a/composer.json b/composer.json index a569100..bb618f9 100644 --- a/composer.json +++ b/composer.json @@ -64,6 +64,6 @@          "test-coverage": "phpunit --colors=always --coverage-clover clover.xml"      },      "replace": { -        "zendframework/zend-json-server": "self.version" +        "zendframework/zend-json-server": "^3.2.0"      }  } diff --git a/php-laminas-json-server.spec b/php-laminas-json-server.spec index 26c75df..0b77a5a 100644 --- a/php-laminas-json-server.spec +++ b/php-laminas-json-server.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    0a84e0e2d935528a1741184629bc068e69f6673b +%global gh_commit    5580959966a99bc110066566ca8965773ef49c13  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     laminas  %global gh_project   laminas-json-server @@ -23,7 +23,7 @@  %endif  Name:           php-%{gh_project} -Version:        3.2.1 +Version:        3.2.2  Release:        1%{?dist}  Summary:        %{namespace} Json-Server is a JSON-RPC server implementation @@ -48,7 +48,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0  # From composer, "require-dev": {  #        "laminas/laminas-coding-standard": "~1.0.0",  #        "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2" -# remirepo:10 +# remirepo:6  %else  BuildRequires:  php-laminas-http  BuildRequires:  php-laminas-json @@ -181,6 +181,9 @@ exit $ret  %changelog +* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 3.2.2-1 +- update to 3.2.2 +  * Thu Jan 16 2020 Remi Collet <remi@remirepo.net> - 3.2.1-1  - update to 3.2.1  | 
