diff options
| -rw-r--r-- | composer.json | 6 | ||||
| -rw-r--r-- | php-zendframework-zend-math.spec | 9 | 
2 files changed, 9 insertions, 6 deletions
| diff --git a/composer.json b/composer.json index 324eac2..9473663 100644 --- a/composer.json +++ b/composer.json @@ -18,7 +18,7 @@      "require": {          "php": "^5.6 || ^7.0",          "ext-mbstring": "*", -        "paragonie/random_compat": "^2.0.11" +        "paragonie/random_compat": "^2.0.11 || 9.99.99"      },      "require-dev": {          "phpunit/phpunit": "^5.7.27 || ^6.5.8 || ^7.1.2", @@ -46,8 +46,8 @@      },      "extra": {          "branch-alias": { -            "dev-master": "3.1.x-dev", -            "dev-develop": "3.2.x-dev" +            "dev-master": "3.2.x-dev", +            "dev-develop": "3.3.x-dev"          }      },      "scripts": { diff --git a/php-zendframework-zend-math.spec b/php-zendframework-zend-math.spec index 9f15f29..0b5e623 100644 --- a/php-zendframework-zend-math.spec +++ b/php-zendframework-zend-math.spec @@ -7,7 +7,7 @@  # Please, preserve the changelog entries  #  %global bootstrap    0 -%global gh_commit    0aa5ec1b3132dd7d749d4673d7bdc7ab6b2d202a +%global gh_commit    07e43d87fd5c7edc4f54121b9a4625eb10e4b726  %global gh_short     %(c=%{gh_commit}; echo ${c:0:7})  %global gh_owner     zendframework  %global gh_project   zend-math @@ -20,7 +20,7 @@  %endif  Name:           php-%{gh_owner}-%{gh_project} -Version:        3.1.1 +Version:        3.2.0  Release:        1%{?dist}  Summary:        Zend Framework %{library} component @@ -63,7 +63,7 @@ BuildRequires:  php-fedora-autoloader-devel  # From composer, "require": {  #        "php": "^5.6 || ^7.0",  #        "ext-mbstring": "*", -#        "paragonie/random_compat": "^2.0.11" +#        "paragonie/random_compat": "^2.0.11 || 9.99.99"  Requires:       php(language) >= 5.6  Requires:       php-mbstring  # remirepo:1 @@ -166,6 +166,9 @@ exit $ret  %changelog +* Tue Dec 11 2018 Remi Collet <remi@remirepo.net> - 3.2.0-1 +- update to 3.2.0 (no change) +  * Wed Jul 11 2018 Remi Collet <remi@remirepo.net> - 3.1.1-1  - update to 3.1.1 | 
