diff options
author | Remi Collet <remi@remirepo.net> | 2020-05-22 08:09:33 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-05-22 08:09:33 +0200 |
commit | e7748a2b00158c04c79f0f39177c86c9c97e81d6 (patch) | |
tree | ea7e008d46976d8d807452e681f5019858d5d4be | |
parent | 5ce1b53c8b7cc1d4f66b526969ff30bff9de8a2b (diff) |
v3.4.2
-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 |