From 88e55d8c851452f9cf2d275c9a6e97685d2df4d6 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 8 Apr 2021 07:22:15 +0200 Subject: update to 0.5.11 --- php-react-http-client.spec | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'php-react-http-client.spec') diff --git a/php-react-http-client.spec b/php-react-http-client.spec index 4522c81..a78d794 100644 --- a/php-react-http-client.spec +++ b/php-react-http-client.spec @@ -12,8 +12,8 @@ %global github_owner reactphp %global github_name http-client -%global github_version 0.5.10 -%global github_commit f16ab55150ec369f8f9b5db64972f248691093b0 +%global github_version 0.5.11 +%global github_commit 23dddb415b9bd36c81d1c78df63143e65702aa4b %global composer_vendor react %global composer_project http-client @@ -59,7 +59,7 @@ Name: php-%{composer_vendor}-%{composer_project} Version: %{github_version} -Release: 9%{?github_release}%{?dist} +Release: 1%{?github_release}%{?dist} Summary: Asynchronous HTTP client library License: MIT @@ -70,10 +70,6 @@ URL: https://reactphp.org/http-client/ Source0: %{name}-%{github_version}-%{github_commit}.tar.gz Source1: %{name}-get-source.sh -# minimal PHP 8 patch -# not submitted upstream as dead project -Patch0: %{name}-php8.patch - BuildArch: noarch # Tests %if %{with_tests} @@ -153,7 +149,6 @@ Autoloader: %{phpdir}/React/HttpClient/autoload.php %prep %setup -qn %{github_name}-%{github_commit} -%patch0 -p1 %build @@ -226,6 +221,9 @@ exit $RETURN_CODE %changelog +* Thu Apr 8 2021 Remi Collet - 0.5.11-1 +- update to 0.5.11 + * Wed Apr 7 2021 Remi Collet - 0.5.10-9 - fix FTBFS with PHP 8 -- cgit