From 1b23d3200a706a8038ff9c24f91651a9440a07e2 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 25 May 2021 10:28:31 +0200 Subject: update to 2.11.1 --- php-laminas-filter.spec | 7 +++++-- 1 file 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 - 2.11.1-1 +- update to 2.11.1 + * Wed Mar 17 2021 Remi Collet - 2.11.0-1 - update to 2.11.0 (no change) -- cgit