diff options
author | Remi Collet <remi@remirepo.net> | 2022-02-08 08:27:33 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-02-08 08:27:33 +0100 |
commit | 6804f020345c3a56de9d41ed2a887b11cdece5c0 (patch) | |
tree | 65a27f1a32e8772e343ad90f75bf772b73c49e32 | |
parent | 4ff0236ab605304a2301d2a616b1a8d40ff9809f (diff) |
update to 2.13.2
-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 f85fde2..bca24be 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 79e8baa62035397044087907e89034726b3056a0 +%global gh_commit 3da1df596b023fb0387a1dbb0e77e536afd9d1af %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.13.1 +Version: 2.13.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -230,6 +230,9 @@ exit $ret %changelog +* Tue Feb 8 2022 Remi Collet <remi@remirepo.net> - 2.13.2-1 +- update to 2.13.2 + * Mon Jan 3 2022 Remi Collet <remi@remirepo.net> - 2.13.1-1 - update to 2.13.1 |