diff options
author | Remi Collet <remi@remirepo.net> | 2021-05-25 10:28:31 +0200 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2021-05-25 10:28:31 +0200 |
commit | 1b23d3200a706a8038ff9c24f91651a9440a07e2 (patch) | |
tree | 59c397948496f5ab161e69d7953bedb1a6e30fef | |
parent | 2bd3e106f9c7d7ac2a1b39dff63d2ad019cdee5b (diff) |
update to 2.11.1
-rw-r--r-- | php-laminas-filter.spec | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/php-laminas-filter.spec b/php-laminas-filter.spec index 0248b22..e1a2e44 100644 --- a/php-laminas-filter.spec +++ b/php-laminas-filter.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit dd295a15f5c13d0c13d69ca0107190b1f2083d91 +%global gh_commit 671724e163aa75c210e94d12b77a0f3f8240d4b2 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-filter @@ -18,7 +18,7 @@ %global with_tests 0%{!?_without_tests:1} Name: php-%{gh_project} -Version: 2.11.0 +Version: 2.11.1 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -226,6 +226,9 @@ exit $ret %changelog +* Tue May 25 2021 Remi Collet <remi@remirepo.net> - 2.11.1-1 +- update to 2.11.1 + * Wed Mar 17 2021 Remi Collet <remi@remirepo.net> - 2.11.0-1 - update to 2.11.0 (no change) |