From 15ececeec64fdffc344e91fd39cca78da4f893aa Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 4 Jun 2020 08:52:29 +0200 Subject: update to 1.2.0 --- php-laminas-httphandlerrunner.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'php-laminas-httphandlerrunner.spec') diff --git a/php-laminas-httphandlerrunner.spec b/php-laminas-httphandlerrunner.spec index 27abf53..7836e31 100644 --- a/php-laminas-httphandlerrunner.spec +++ b/php-laminas-httphandlerrunner.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 296f5ff35074dd981d1570a66b95596c81808087 +%global gh_commit e1a5dad040e0043135e8095ee27d1fbf6fb640e1 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-httphandlerrunner @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 1.1.0 +Version: 1.2.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -189,5 +189,8 @@ exit $ret %changelog +* Thu Jun 4 2020 Remi Collet - 1.2.0-1 +- update to 1.2.0 + * Wed Jan 22 2020 Remi Collet - 1.1.0-1 - initial package -- cgit