summaryrefslogtreecommitdiffstats
path: root/php-react-child-process.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-01-25 07:12:28 +0100
committerRemi Collet <fedora@famillecollet.com>2017-01-25 07:12:28 +0100
commit3a1058d83242594016ab9d03e5f9fff10549c523 (patch)
treedbe20c6a01c39e3119330fe9e79f79a2eb721cac /php-react-child-process.spec
parente93265b19a8f524d7e531c6e491d770cb6d689b6 (diff)
php-react-child-process: backport
Diffstat (limited to 'php-react-child-process.spec')
-rw-r--r--php-react-child-process.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/php-react-child-process.spec b/php-react-child-process.spec
index 152d5a8..1900bcf 100644
--- a/php-react-child-process.spec
+++ b/php-react-child-process.spec
@@ -1,3 +1,4 @@
+# remirepo spec file for php-react-child-process, from:
#
# Fedora spec file for php-react-child-process
#
@@ -29,7 +30,7 @@
%global react_stream_min_ver 0.4.2
%global react_stream_max_ver 0.5.0
# "sebastian/environment": "~1.0"
-%if 0%{?el7}
+%if 0
%global sebastian_environment_min_ver 1.0
%global sebastian_environment_max_ver 2.0
%else
@@ -167,6 +168,9 @@ exit $SCL_RETURN_CODE
%changelog
+* Wed Jan 25 2017 Remi Collet <remi@remirepo.net> - 1.1.0-2
+- backport for remi repo
+
* Tue Jan 24 2017 Shawn Iwinski <shawn@iwin.ski> - 0.4.1-2
- Retrict sebastian/environment dependency to one major version
- Minor update to SCL tests (only php55 if rhel)