diff options
author | Remi Collet <remi@remirepo.net> | 2021-02-25 07:36:12 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-02-25 07:36:12 +0100 |
commit | d40fcf8ef7be859ef3a56a1d1ec416341c569523 (patch) | |
tree | e3bb774a4a857988065c46e241dd775fab3f8762 | |
parent | a24d9c6a15274bfa3d6e603e8a61cc150f0dfecb (diff) |
update to 3.3.2
-rw-r--r-- | php-laminas-math.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-math.spec b/php-laminas-math.spec index 1ed7c53..fb066b3 100644 --- a/php-laminas-math.spec +++ b/php-laminas-math.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 0921d16529e00b37927ba96129e49567d8bfaf31 +%global gh_commit 188456530923a449470963837c25560f1fdd8a60 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-math @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 3.3.1 +Version: 3.3.2 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -186,6 +186,9 @@ exit $ret %changelog +* Thu Feb 25 2021 Remi Collet <remi@remirepo.net> - 3.3.2-1 +- update to 3.3.2 + * Fri Jan 22 2021 Remi Collet <remi@remirepo.net> - 3.3.1-1 - update to 3.3.1 - drop patch merged upstream |