From 3c55ce2c74b0a4f599ec065daf5cdbb046e93662 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 30 Mar 2020 10:02:54 +0200 Subject: update to 3.3.2 (no change) --- composer.json | 2 +- php-laminas-router.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 6d16f62..d984218 100644 --- a/composer.json +++ b/composer.json @@ -69,6 +69,6 @@ "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }, "replace": { - "zendframework/zend-router": "self.version" + "zendframework/zend-router": "^3.3.0" } } diff --git a/php-laminas-router.spec b/php-laminas-router.spec index 999a761..694697f 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 c94f13f39dfbc4313efdbfcd9772487b4b009026 +%global gh_commit 01a6905202ad41a42ba63d60260eba32b89e18c7 %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.3.1 +Version: 3.3.2 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -48,8 +48,8 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 # "laminas/laminas-coding-standard": "~1.0.0", # "laminas/laminas-i18n": "^2.7.4", # "phpunit/phpunit": "^5.7.22 || ^6.4.1 || ^7.5.18" -# remirepo:10 BuildRequires: (php-autoloader(%{gh_owner}/laminas-i18n) >= 2.6 with php-autoloader(%{gh_owner}/laminas-i18n) < 3) +# remirepo:8 %else BuildRequires: php-container-interop BuildRequires: php-laminas-http @@ -211,6 +211,9 @@ exit $ret %changelog +* Mon Mar 30 2020 Remi Collet - 3.3.2-1 +- update to 3.3.2 (no change) + * Fri Jan 10 2020 Remi Collet - 3.3.1-1 - switch to Laminas - update to 3.3.1 -- cgit