From 6cca7ee5caff02628c8babecfd54cb6fe6859c1d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 11 Jul 2018 06:44:47 +0200 Subject: v3.1.1 --- composer.json | 5 ++++- php-zendframework-zend-math.spec | 10 +++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index a8d1abf..324eac2 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,10 @@ "autoload-dev": { "psr-4": { "ZendTest\\Math\\": "test/" - } + }, + "files" : [ + "test/TestAsset/random_bytes.php" + ] }, "config": { "sort-packages": true diff --git a/php-zendframework-zend-math.spec b/php-zendframework-zend-math.spec index da5e260..9f15f29 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 558806e338ee68575fbe69489c9dcb6d57a1dae0 +%global gh_commit 0aa5ec1b3132dd7d749d4673d7bdc7ab6b2d202a %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.0 +Version: 3.1.1 Release: 1%{?dist} Summary: Zend Framework %{library} component @@ -139,10 +139,11 @@ cat << 'EOF' | tee vendor/autoload.php - 3.1.1-1 +- update to 3.1.1 + * Fri Apr 27 2018 Remi Collet - 3.1.0-1 - update to 3.1.0 - raise dependency on PHP 5.6 -- cgit