The package rpms/php-pecl-pq.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/php-pecl-pq.git/commit/?id=a73b5b723....
Change: -%ifarch %{arm}
Thanks.
Full change: ============
commit a73b5b723b5f805141579b2529e8b46e5c89c0aa Author: Remi Collet remi@fedoraproject.org Date: Wed Jan 10 15:25:41 2018 +0100
v2.1.3
diff --git a/.gitignore b/.gitignore index 5993ffc..bc8dd0f 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ clog /pq-1.1.1.tgz /pq-2.1.1.tgz /pq-2.1.2.tgz +/pq-2.1.3.tgz diff --git a/php-pecl-pq.spec b/php-pecl-pq.spec index a791ce6..466cfa2 100644 --- a/php-pecl-pq.spec +++ b/php-pecl-pq.spec @@ -3,7 +3,7 @@ # # remirepo spec file for php-pecl-pq # -# Copyright (c) 2014-2016 Remi Collet +# Copyright (c) 2014-2018 Remi Collet # License: CC-BY-SA # http://creativecommons.org/licenses/by-sa/4.0/ # @@ -18,7 +18,7 @@
Summary: PostgreSQL client library (libpq) binding Name: php-pecl-%{pecl_name} -Version: 2.1.2 +Version: 2.1.3 Release: 1%{?dist} License: BSD Group: Development/Languages @@ -129,14 +129,16 @@ done
%check +: ignore tests with erratic results +rm ?TS/tests/cancel001.phpt + if ! pkg-config libpq --atleast-version=9.3; then : ignore some tests only because of "diag" content - rm ?TS/tests/{async003,async004,async005,async006,cancel001}.phpt + rm ?TS/tests/{async003,async004,async005,async006}.phpt fi -%ifarch %{arm} - : ignore test with erratic results - rm ?TS/tests/flush001.phpt -%endif + +: ignore test with erratic results +rm ?TS/tests/flush001.phpt
OPT="-n" @@ -170,7 +172,7 @@ cat <<EOF >>$DATABASE/postgresql.conf unix_socket_directories = '$DATABASE' port = $PORT EOF -pg_ctl -D $DATABASE -l $DATABASE/log -w -t 200 start +pg_ctl -D $DATABASE -l $PWD/server.log -w -t 200 start createdb -h localhost -p $PORT rpmtest
cd NTS @@ -222,6 +224,9 @@ exit $RET
%changelog +* Wed Jan 10 2018 Remi Collet remi@remirepo.net - 2.1.3-1 +- Update to 2.1.3 (stable) + * Mon Jul 3 2017 Remi Collet remi@remirepo.net - 2.1.2-1 - Update to 2.1.2 (stable)
diff --git a/sources b/sources index 78b402e..a00b04b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (pq-2.1.2.tgz) = 5a97c74e4fd5e0b937fe2d11e004e3e1307a56c5977959e0fd4908d102fb39c636eb2401fd17b89807acc7738857f6999361d82590fa23df6380b0f5ce85543b +SHA512 (pq-2.1.3.tgz) = 9c15753d998b56b40f102b9d1320cfb10519ecb2737c5664aca548050879fc03bcd16ea047e17cd2e0fdc71a7830412e2984f30183792fad3a792ff2d41424ef
arch-excludes@lists.fedoraproject.org