From 1a8b9a5094e52f0280bc0017d52c0698c02b0352 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 11 Dec 2018 08:54:39 +0100 Subject: update to 3.2.0 (no change) --- php-zendframework-zend-math.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'php-zendframework-zend-math.spec') 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 - 3.2.0-1 +- update to 3.2.0 (no change) + * Wed Jul 11 2018 Remi Collet - 3.1.1-1 - update to 3.1.1 -- cgit