summaryrefslogtreecommitdiffstats
path: root/php-pecl-msgpack.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php-pecl-msgpack.spec')
-rw-r--r--php-pecl-msgpack.spec16
1 files changed, 8 insertions, 8 deletions
diff --git a/php-pecl-msgpack.spec b/php-pecl-msgpack.spec
index 93fd539..8c2ae23 100644
--- a/php-pecl-msgpack.spec
+++ b/php-pecl-msgpack.spec
@@ -40,7 +40,7 @@ Version: %{upstream_version}%{?upstream_lower:~%{upstream_lower}}
Release: 0.5.%{gh_date}.%{gh_short}%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source0: https://github.com/%{gh_owner}/%{gh_project}/archive/%{gh_commit}/%{pecl_name}-%{version}-%{gh_short}.tar.gz
%else
-Release: 0%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
+Release: 1%{?dist}%{!?scl:%{!?nophptag:%(%{__php} -r 'echo ".".PHP_MAJOR_VERSION.".".PHP_MINOR_VERSION;')}}
Source: https://pecl.php.net/get/%{pecl_name}-%{upstream_version}%{?upstream_prever}.tgz
%endif
License: BSD
@@ -52,9 +52,9 @@ BuildRequires: %{?scl_prefix}php-devel >= 7
BuildRequires: %{?scl_prefix}php-pear
%if %{with_msgpack}
BuildRequires: msgpack-devel
+%else
+Provides: bundled(msgpack) = 3.2.0
%endif
-# https://github.com/msgpack/msgpack-php/issues/25
-ExcludeArch: ppc64
Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api}
Requires: %{?scl_prefix}php(api) = %{php_core_api}
@@ -227,11 +227,8 @@ done
%check
-# Erratic results
+# Erratic results, segfauilt and mark as XFAIL
rm */tests/034.phpt
-# Known by upstream as failed test (travis result)
-rm */tests/041.phpt
-rm */tests/040*.phpt
cd NTS
: Minimal load test for NTS extension
@@ -306,8 +303,11 @@ fi
%changelog
+* Fri Dec 20 2019 Remi Collet <remi@remirepo.net> - 2.1.0~beta1-1
+- update to 2.1.0beta1
+
* Fri Dec 20 2019 Remi Collet <remi@remirepo.net> - 2.1.0~beta1-0
-- test build for upcoming 2.1.0
+- test build for upcoming 2.1.0beta1
* Tue Sep 03 2019 Remi Collet <remi@remirepo.net> - 2.0.3-3
- rebuild for 7.4.0RC1