diff options
-rw-r--r-- | php-laminas-test.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-test.spec b/php-laminas-test.spec index a407269..448866b 100644 --- a/php-laminas-test.spec +++ b/php-laminas-test.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit b540d62ca1d3efc0813cdb50bfaf8e4abcf88426 +%global gh_commit da508dd32bdedd8f2757887ad7dfed3cf5faea2d %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-test @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 3.4.1 +Version: 3.4.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -298,6 +298,9 @@ exit $ret %changelog +* Fri May 22 2020 Remi Collet <remi@remirepo.net> - 3.4.2-1 +- update to 3.4.2 + * Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 3.4.1-1 - update to 3.4.1 |