From c0e7cc3d13b1268af6f77f0fc66623269a1c1e89 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 30 May 2023 11:31:39 +0200 Subject: update to 1.1.0 --- php-doctrine-deprecations.spec | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'php-doctrine-deprecations.spec') diff --git a/php-doctrine-deprecations.spec b/php-doctrine-deprecations.spec index d4bf1e6..1297c4f 100644 --- a/php-doctrine-deprecations.spec +++ b/php-doctrine-deprecations.spec @@ -9,7 +9,7 @@ %bcond_without tests -%global gh_commit 0e2a4f1f8cdfc7a92ec3b01c9334898c806b30de +%global gh_commit 8cffffb2218e01f3b370bf763e00e81697725259 %global gh_short %(c=%{gh_commit}; echo ${c:0:7}) %global gh_owner doctrine %global gh_project deprecations @@ -21,8 +21,8 @@ %global ns_project Deprecations Name: php-%{pk_vendor}-%{pk_project} -Version: 1.0.0 -Release: 4%{?dist} +Version: 1.1.0 +Release: 1%{?dist} Summary: A small layer on top of triggeFr_error or PSR-3 logging License: MIT @@ -30,8 +30,6 @@ URL: https://github.com/%{gh_owner}/%{gh_project} Source0: %{name}-%{version}-%{gh_short}.tgz Source1: makesrc.sh -Patch0: %{name}-php82.patch - BuildArch: noarch BuildRequires: php(language) >= 7.1 BuildRequires: php-fedora-autoloader-devel @@ -93,7 +91,6 @@ Autoloader: %{_datadir}/php/%{ns_vendor}/%{ns_project}/autoload.php %prep %setup -q -n %{gh_project}-%{gh_commit} -%patch -P0 -p1 %build @@ -140,6 +137,7 @@ ret=0 for cmd in php php80 php81 php82; do if which $cmd; then $cmd %{_bindir}/phpunit9 \ + --filter '^((?!(testDeprecationTrackByEnv)).)*$' \ --verbose || ret=1 fi done @@ -160,6 +158,9 @@ exit $ret %changelog +* Tue May 30 2023 Remi Collet - 1.1.0-1 +- update to 1.1.0 + * Thu Apr 20 2023 Remi Collet - 1.0.0-4 - add upstream patch for test suite with PHP 8.2 #2171642 -- cgit