From 59e3887895a90ebd6fc4b2684630440319287989 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 3 Mar 2022 10:27:15 +0100 Subject: update to 1.0.7 --- composer.json | 2 +- php-friendsofphp-proxy-manager-lts.spec | 19 ++++++------------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 00072a5..fe937fd 100644 --- a/composer.json +++ b/composer.json @@ -36,7 +36,7 @@ }, "require-dev": { "ext-phar": "*", - "symfony/phpunit-bridge": "^5.2|^6.0" + "symfony/phpunit-bridge": "^5.4|^6.0" }, "autoload": { "psr-4": { diff --git a/php-friendsofphp-proxy-manager-lts.spec b/php-friendsofphp-proxy-manager-lts.spec index d4236ae..6bb11fa 100644 --- a/php-friendsofphp-proxy-manager-lts.spec +++ b/php-friendsofphp-proxy-manager-lts.spec @@ -9,8 +9,8 @@ %global github_owner FriendsOfPHP %global github_name proxy-manager-lts -%global github_version 1.0.6 -%global github_commit 7a3d6121bb5e93014dfbb354d48538e75e9a47d6 +%global github_version 1.0.7 +%global github_commit c828ced1f932094ab79e4120a106a666565e4d9c %global github_short %(c=%{github_commit}; echo ${c:0:7}) %global major %nil @@ -47,7 +47,7 @@ BuildRequires:(php-composer(laminas/laminas-code) >= 4 with php-composer(l BuildRequires:(php-composer(symfony/filesystem) >= 4.4.17 with php-composer(symfony/filesystem) < 7) ## composer.json (require-dev) # "ext-phar": "*", -# "symfony/phpunit-bridge": "^5.2|^6.0" +# "symfony/phpunit-bridge": "^5.4|^6.0" # remirepo:4 %else BuildRequires: php-laminas-code >= 3.4.1 @@ -154,16 +154,6 @@ require_once "%{buildroot}%{phpdir}/%{github_owner}/%{ns_project}%{major}/autolo \Fedora\Autoloader\Autoload::addPsr4('Laminas\\Server\\', dirname(__DIR__) . "/tests/Stubbed/Laminas/Server"); EOF -# Test failing because of deprecated -rm tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-private-property-isset.phpt -rm tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-private-property-read.phpt -rm tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-private-property-unset.phpt -rm tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-private-property-write.phpt -rm tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-protected-property-isset.phpt -rm tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-protected-property-read.phpt -rm tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-protected-property-unset.phpt -rm tests/language-feature-scripts/access-interceptor-scope-localizer-serialized-class-protected-property-write.phpt -rm tests/language-feature-scripts/lazy-loading-value-holder-internal-php-classes.phpt : Upstream tests ret=0 @@ -192,6 +182,9 @@ exit $ret %changelog +* Thu Mar 3 2022 Remi Collet - 1.0.7-1 +- update to 1.0.7 + * Mon Feb 28 2022 Remi Collet - 1.0.6-1 - update to 1.0.6 -- cgit