From 32beb6fec65055287932fb8b6ca3fac8dd7d515b Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 24 Nov 2020 06:43:59 +0100 Subject: update to 3.4.2 (no change) --- composer.json | 3 +++ php-laminas-router.spec | 7 +++++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 42789d8..200d71e 100644 --- a/composer.json +++ b/composer.json @@ -59,5 +59,8 @@ "cs-fix": "phpcbf", "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" + }, + "replace": { + "zendframework/zend-router": "^3.3.0" } } diff --git a/php-laminas-router.spec b/php-laminas-router.spec index e0bb521..8d8a7fd 100644 --- a/php-laminas-router.spec +++ b/php-laminas-router.spec @@ -7,7 +7,7 @@ # Please, preserve the changelog entries # %global bootstrap 0 -%global gh_commit 338e55010c9090d7a79c6e6aed68b886b849801f +%global gh_commit 45673a19a4221b26b1c35e2980cdf0300057f4b3 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner laminas %global gh_project laminas-router @@ -22,7 +22,7 @@ %endif Name: php-%{gh_project} -Version: 3.4.1 +Version: 3.4.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -211,6 +211,9 @@ exit $ret %changelog +* Tue Nov 24 2020 Remi Collet - 3.4.2-1 +- update to 3.4.2 (no change) + * Mon Nov 23 2020 Remi Collet - 3.4.1-1 - update to 3.4.1 -- cgit