summaryrefslogtreecommitdiffstats
path: root/php-Faker.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-Faker.spec')
-rw-r--r--php-Faker.spec14
1 files changed, 10 insertions, 4 deletions
diff --git a/php-Faker.spec b/php-Faker.spec
index b9c4432..c0f25ce 100644
--- a/php-Faker.spec
+++ b/php-Faker.spec
@@ -37,9 +37,7 @@ URL: https://github.com/%{github_owner}/%{github_name}
Source0: %{url}/archive/%{github_commit}/%{name}-%{github_version}-%{github_commit}.tar.gz
Patch0: https://patch-diff.githubusercontent.com/raw/fzaninotto/Faker/pull/1348.patch
-# Skip test failing on big endian as upstream doesn't care
-# see https://github.com/fzaninotto/Faker/issues/1346
-Patch1: %{name}-bigendian.patch
+Patch1: https://patch-diff.githubusercontent.com/raw/fzaninotto/Faker/pull/1365.patch
# remirepo:3
# For test build on all available arch
@@ -56,8 +54,9 @@ BuildRequires: php-intl
BuildRequires: php-ctype
BuildRequires: php-curl
BuildRequires: php-date
-BuildRequires: php-filter
+BuildRequires: php-dom
BuildRequires: php-hash
+BuildRequires: php-json
BuildRequires: php-mbstring
BuildRequires: php-pcre
BuildRequires: php-reflection
@@ -71,7 +70,9 @@ Requires: php(language) >= %{php_min_ver}
# phpcompatinfo (computed from version 1.6.0)
Requires: php-curl
Requires: php-date
+Requires: php-dom
Requires: php-hash
+Requires: php-json
Requires: php-mbstring
Requires: php-pcre
Requires: php-reflection
@@ -173,6 +174,11 @@ exit $ret
%changelog
* Tue Nov 28 2017 Remi Collet <remi@remirepo.net> - 1.7.1-3
- run full test suite on all arches
+- add patch for 32-bits from
+ https://github.com/fzaninotto/Faker/pull/1348
+- add patch for big endian from
+ https://github.com/fzaninotto/Faker/pull/1365
+- fix dependencies
* Fri Nov 10 2017 Remi Collet <remi@remirepo.net> - 1.7.1-2
- fix skip result condition