From 050a74453804c107a8776df4fe2784615d7fe32e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 6 Dec 2022 10:16:16 +0100 Subject: update to 2.29.0 --- composer.json | 2 +- php-laminas-filter.spec | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index ef6f854..73b544d 100644 --- a/composer.json +++ b/composer.json @@ -45,7 +45,7 @@ "phpunit/phpunit": "^9.5.26", "psalm/plugin-phpunit": "^0.18.3", "psr/http-factory": "^1.0.1", - "vimeo/psalm": "^4.30" + "vimeo/psalm": "^5.0" }, "conflict": { "laminas/laminas-validator": "<2.10.1", diff --git a/php-laminas-filter.spec b/php-laminas-filter.spec index 5ce24f6..3492611 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 336b7571820c1d1d2443c34fa46f39884885e67c +%global gh_commit 166e28123d19ebab7edddb9671a8376143c543c7 %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.28.1 +Version: 2.29.0 Release: 1%{?dist} Summary: %{namespace} Framework %{library} component @@ -51,7 +51,7 @@ BuildRequires: (php-autoloader(%{gh_owner}/laminas-zendframework-bridge) >= 1.0 # "phpunit/phpunit": "^9.5.26", # "psalm/plugin-phpunit": "^0.18.3", # "psr/http-factory": "^1.0.1", -# "vimeo/psalm": "^4.30" +# "vimeo/psalm": "^5.0" BuildRequires: (php-autoloader(%{gh_owner}/laminas-crypt) >= 3.9 with php-autoloader(%{gh_owner}/laminas-crypt) < 4) BuildRequires: (php-autoloader(%{gh_owner}/laminas-uri) >= 2.10 with php-autoloader(%{gh_owner}/laminas-uri) < 3) BuildRequires: (php-composer(psr/http-factory) >= 1.0.1 with php-composer(psr/http-factory) < 2) @@ -225,6 +225,9 @@ exit $ret %changelog +* Tue Dec 6 2022 Remi Collet - 2.29.0-1 +- update to 2.29.0 + * Mon Nov 21 2022 Remi Collet - 2.28.1-1 - update to 2.28.1 (no change) -- cgit