diff options
-rw-r--r-- | php-laminas-escaper.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-escaper.spec b/php-laminas-escaper.spec index a2d4b34..5d2d957 100644 --- a/php-laminas-escaper.spec +++ b/php-laminas-escaper.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 67dac07c6b4857fbf2bd7a5257a4e1ca8a1c00d0 +%global gh_commit 2d6dce99668b413610e9544183fa10392437f542 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-escaper @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 2.7.1 +Version: 2.8.0 Release: 1%{?dist} Summary: Laminas Framework %{library} component @@ -171,6 +171,9 @@ exit $ret %changelog +* Mon Jun 28 2021 Remi Collet <remi@remirepo.net> - 2.8.0-1 +- update to 2.8.0 + * Fri Jun 25 2021 Remi Collet <remi@remirepo.net> - 2.7.1-1 - update to 2.7.1 |