From 2620cca3f302e115ba59b1d6eebedf58eb6aa6ed Mon Sep 17 00:00:00 2001 From: Shawn Iwinski Date: Sun, 2 Apr 2017 17:42:07 -0400 Subject: Update to 0.4.7 (RHBZ #1421888) (cherry picked from commit 6bd49cf6053bd48f708531573fc6785fe7cc76e5) --- php-react-dns.spec | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'php-react-dns.spec') diff --git a/php-react-dns.spec b/php-react-dns.spec index b0d1dab..23dc79c 100644 --- a/php-react-dns.spec +++ b/php-react-dns.spec @@ -12,8 +12,8 @@ %global github_owner reactphp %global github_name dns -%global github_version 0.4.6 -%global github_commit a4c32f0021c742a1781c445270cb29a2d4b76fed +%global github_version 0.4.7 +%global github_commit e09ca286e3e18fea93317315dd7fc59d7963af8a %global composer_vendor react %global composer_project dns @@ -30,7 +30,7 @@ # "react/promise-timer": "~1.1" %global react_promise_timer_min_ver 1.1 %global react_promise_timer_max_ver 2.0 -# "react/socket": ^0.5 || ^0.4.4" +# "react/socket": "^0.7 || ^0.6 || ^0.5 || ^0.4.4" %global react_socket_min_ver 0.4.4 %global react_socket_max_ver 1.0 # "react/stream": "^0.6 || ^0.5 || ^0.4.5" @@ -68,7 +68,7 @@ BuildRequires: php-composer(react/socket) < %{react_socket_max_ver} BuildRequires: php-composer(react/socket) >= %{react_socket_min_ver} BuildRequires: php-composer(react/stream) < %{react_stream_max_ver} BuildRequires: php-composer(react/stream) >= %{react_stream_min_ver} -## phpcompatinfo (computed from version 0.4.6) +## phpcompatinfo (computed from version 0.4.7) BuildRequires: php-date BuildRequires: php-pcre BuildRequires: php-reflection @@ -89,7 +89,7 @@ Requires: php-composer(react/socket) < %{react_socket_max_ver} Requires: php-composer(react/socket) >= %{react_socket_min_ver} Requires: php-composer(react/stream) < %{react_stream_max_ver} Requires: php-composer(react/stream) >= %{react_stream_min_ver} -# phpcompatinfo (computed from version 0.4.6) +# phpcompatinfo (computed from version 0.4.7) Requires: php-date Requires: php-pcre Requires: php-spl @@ -193,6 +193,9 @@ exit $RETURN_CODE %changelog +* Sun Apr 02 2017 Shawn Iwinski - 0.4.7-1 +- Update to 0.4.7 (RHBZ #1421888) + * Sat Mar 18 2017 Shawn Iwinski - 0.4.6-1 - Update to 0.4.6 (RHBZ #1421888) -- cgit