diff options
author | Remi Collet <remi@remirepo.net> | 2020-11-24 06:43:59 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-11-24 06:43:59 +0100 |
commit | 32beb6fec65055287932fb8b6ca3fac8dd7d515b (patch) | |
tree | 040ba0f6926218242ffe71fced48bda8f688392a | |
parent | 0d378f450775fda8ec5a427fd54d1084cb699e72 (diff) |
update to 3.4.2 (no change)
-rw-r--r-- | composer.json | 3 | ||||
-rw-r--r-- | 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 <remi@remirepo.net> - 3.4.2-1 +- update to 3.4.2 (no change) + * Mon Nov 23 2020 Remi Collet <remi@remirepo.net> - 3.4.1-1 - update to 3.4.1 |