summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2015-01-04 09:06:11 +0100
committerRemi Collet <fedora@famillecollet.com>2015-01-04 09:06:11 +0100
commited9363060f78104d5c7bb14a631ef456d2a2b8c2 (patch)
tree06a434e15df0e95cd8d6d62d6eb35a8e2d8f73b8
parentf065cc3c7f30d5483641bf856c05529bb9737feb (diff)
php-react-promise: 2.2.0 (backport)
-rw-r--r--php-react-promise.spec22
1 files changed, 14 insertions, 8 deletions
diff --git a/php-react-promise.spec b/php-react-promise.spec
index a084cb6..b7e59ec 100644
--- a/php-react-promise.spec
+++ b/php-react-promise.spec
@@ -1,7 +1,7 @@
#
# RPM spec file for php-react-promise
#
-# Copyright (c) 2014 Shawn Iwinski <shawn.iwinski@gmail.com>
+# Copyright (c) 2014-2015 Shawn Iwinski <shawn.iwinski@gmail.com>
#
# License: MIT
# http://opensource.org/licenses/MIT
@@ -11,8 +11,8 @@
%global github_owner reactphp
%global github_name promise
-%global github_version 2.1.0
-%global github_commit 937b04f1b0ee8f6d180e75a0830aac778ca4bcd6
+%global github_version 2.2.0
+%global github_commit 365fcee430dfa4ace1fbc75737ca60ceea7eeeef
%global composer_vendor react
%global composer_project promise
@@ -39,16 +39,20 @@ Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{githu
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch: noarch
%if %{with_tests}
-BuildRequires: php-phpunit-PHPUnit
+BuildRequires: %{__phpunit}
# composer.json
BuildRequires: php(language) >= %{php_min_ver}
-# phpcompatinfo (computed from version 2.1.0)
+# phpcompatinfo (computed from version 2.2.0)
+BuildRequires: php-json
+BuildRequires: php-reflection
BuildRequires: php-spl
%endif
# composer.json
Requires: php(language) >= %{php_min_ver}
-# phpcompatinfo (computed from version 2.1.0)
+# phpcompatinfo (computed from version 2.2.0)
+Requires: php-json
+Requires: php-reflection
Requires: php-spl
# Composer
@@ -96,8 +100,7 @@ BOOTSTRAP
%{__phpunit} \
--bootstrap ./bootstrap.php \
- --include-path %{buildroot}%{phpdir}:./tests \
- -d date.timezone="UTC"
+ --include-path %{buildroot}%{phpdir}:./tests
%else
: Tests skipped
%endif
@@ -117,6 +120,9 @@ rm -rf %{buildroot}
%changelog
+* Sun Jan 04 2015 Shawn Iwinski <shawn.iwinski@gmail.com> - 2.2.0-1
+- Updated to 2.2.0 (BZ #1178411)
+
* Fri Oct 31 2014 Remi Collet <remi@fedoraproject.org> - 2.1.0-1
- backport 2.1.0 for remi repo.