summaryrefslogtreecommitdiffstats
path: root/php-react-http-client.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-react-http-client.spec')
-rw-r--r--php-react-http-client.spec14
1 files changed, 6 insertions, 8 deletions
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 <remi@remirepo.net> - 0.5.11-1
+- update to 0.5.11
+
* Wed Apr 7 2021 Remi Collet <remi@remirepo.net> - 0.5.10-9
- fix FTBFS with PHP 8