diff options
Diffstat (limited to 'php-laminas-validator.spec')
-rw-r--r-- | php-laminas-validator.spec | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/php-laminas-validator.spec b/php-laminas-validator.spec index 135ae3d..1783485 100644 --- a/php-laminas-validator.spec +++ b/php-laminas-validator.spec @@ -7,8 +7,8 @@ # Please, preserve the changelog entries # # When buid without config, db, filter, http, session, uri -%global bootstrap 1 -%global gh_commit e7bf6a2eedc0508ebde0ebc66662efeb0abbcb2c +%global bootstrap 0 +%global gh_commit a4e57af743eb751a8e6fa75460e439841c97833e %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-validator @@ -19,7 +19,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.13.2 +Version: 2.13.3 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -272,6 +272,10 @@ exit $ret %changelog +* Mon Mar 30 2020 Remi Collet <remi@remirepo.net> - 2.13.3-1 +- update to 2.13.3 (no change) +- not bootstrap build + * Mon Mar 16 2020 Remi Collet <remi@remirepo.net> - 2.13.2-1 - update to 2.13.2 |