Hello community, here is the log from the commit of package php7 for openSUSE:Factory checked in at 2018-03-29 11:51:25 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7 (Old) and /work/SRC/openSUSE:Factory/.php7.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "php7" Thu Mar 29 11:51:25 2018 rev:36 rq:591071 version:7.2.3 Changes: -------- --- /work/SRC/openSUSE:Factory/php7/php7.changes 2018-03-24 16:06:39.334367882 +0100 +++ /work/SRC/openSUSE:Factory/.php7.new/php7.changes 2018-03-29 11:51:26.687391174 +0200 @@ -1,0 +2,5 @@ +Mon Mar 26 12:37:16 UTC 2018 - pgajdos@suse.com + +- build firebird extension only for openSUSE (sle15 requirement) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7.spec ++++++ --- /var/tmp/diff_new_pack.9g1aAI/_old 2018-03-29 11:51:28.251334853 +0200 +++ /var/tmp/diff_new_pack.9g1aAI/_new 2018-03-29 11:51:28.255334709 +0200 @@ -26,17 +26,7 @@ # as soon as suhosin is ported to php7, these build_suhosin and # related conditions can be removed entirely %define build_suhosin 0 -%define build_firebird 0 -%if 0%{?suse_version} > 1210 -%define build_firebird 1 -# firebird-devel was merged into libfbclient2-devel for firebird 3 -%if 0%{?suse_version} <= 1320 -BuildRequires: firebird-devel -BuildRequires: libfbclient2-devel -%else -BuildRequires: libfbclient-devel -%endif -%endif +%define build_firebird 0%{?is_opensuse} %define build_sodium 0 %if %{?suse_version} > 1320 %define build_sodium 1 @@ -100,6 +90,15 @@ BuildRequires: curl BuildRequires: curl-devel BuildRequires: cyrus-sasl-devel +%if %{build_firebird} +# firebird-devel was merged into libfbclient2-devel for firebird 3 +%if 0%{?suse_version} <= 1320 +BuildRequires: firebird-devel +BuildRequires: libfbclient2-devel +%else +BuildRequires: libfbclient-devel +%endif +%endif BuildRequires: freetds-devel BuildRequires: freetype2-devel BuildRequires: gcc-c++
participants (1)
-
root@hilbert.suse.de