Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package php7 for openSUSE:Factory checked in at 2021-02-11 12:46:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/php7 (Old) and /work/SRC/openSUSE:Factory/.php7.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "php7" Thu Feb 11 12:46:42 2021 rev:93 rq:869234 version:7.4.15 Changes: -------- --- /work/SRC/openSUSE:Factory/php7/php7.changes 2021-01-15 19:45:41.505973897 +0100 +++ /work/SRC/openSUSE:Factory/.php7.new.28504/php7.changes 2021-02-11 12:47:45.485521260 +0100 @@ -1,0 +2,25 @@ +Mon Feb 1 20:12:24 UTC 2021 - Arjen de Korte <suse+bu...@de-korte.org> + +- updated to 7.4.15: This is a security release which also contains + several bug fixes. See https://www.php.net/ChangeLog-7.php#7.4.15 +- suppress warning for all flavors not equal to "" in multibuild + % php7.rpmlintrc + +------------------------------------------------------------------- +Fri Jan 29 13:02:30 UTC 2021 - Arjen de Korte <suse+bu...@de-korte.org> + +- add versioning to php-sapi as well + +------------------------------------------------------------------- +Sat Jan 23 21:27:09 UTC 2021 - Arjen de Korte <suse+bu...@de-korte.org> + +- require this PHP version of subpackages in Recommends/Suggests +- run apache-rex tests in php7:test as packages need to be build + first (otherwise tests run with previous version) + +------------------------------------------------------------------- +Sun Jan 17 10:25:54 UTC 2021 - Arjen de Korte <suse+bu...@de-korte.org> + +- add php_cfgdir and php_extdir macros + +------------------------------------------------------------------- Old: ---- php-7.4.14.tar.xz php-7.4.14.tar.xz.asc New: ---- php-7.4.15.tar.xz php-7.4.15.tar.xz.asc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ php7.spec ++++++ --- /var/tmp/diff_new_pack.UIqQjm/_old 2021-02-11 12:47:46.653522960 +0100 +++ /var/tmp/diff_new_pack.UIqQjm/_new 2021-02-11 12:47:46.657522967 +0100 @@ -53,7 +53,7 @@ %define build_argon2 1 %endif Name: %{pprefix}%{php_name}%{psuffix} -Version: 7.4.14 +Version: 7.4.15 Release: 0 Summary: Interpreter for the PHP scripting language version 7 License: PHP-3.01 @@ -156,34 +156,39 @@ BuildRequires: pkgconfig(libargon2) %endif %if "%{flavor}" == "test" +BuildRequires: apache-rex +BuildRequires: mod_php_any = %{version} BuildRequires: php-cli = %{version} +BuildRequires: php-fpm = %{version} +%apache_rex_deps %endif %if "%{flavor}" == "" -Requires: php-sapi +Requires: php-sapi = %{version} Requires: timezone Requires(pre): group(www) Requires(pre): user(wwwrun) -Recommends: php-ctype -Recommends: php-dom -Recommends: php-iconv -Recommends: php-json -Recommends: php-openssl -Recommends: php-sqlite -Recommends: php-tokenizer -Recommends: php-xmlreader -Recommends: php-xmlwriter +Recommends: php-ctype = %{version} +Recommends: php-dom = %{version} +Recommends: php-iconv = %{version} +Recommends: php-json = %{version} +Recommends: php-openssl = %{version} +Recommends: php-sqlite = %{version} +Recommends: php-tokenizer = %{version} +Recommends: php-xmlreader = %{version} +Recommends: php-xmlwriter = %{version} # Recommends instead of Requires smtp_daemon bsc#1115213 Recommends: smtp_daemon -# suggest %%{php_name}-* instead of php-* [bsc#1022158c#4] -Suggests: %{php_name}-cli -Suggests: %{php_name}-gd -Suggests: %{php_name}-gettext -Suggests: %{php_name}-mbstring -Suggests: %{php_name}-mysql +# Suggest php-* = %%{version} instead of php-* [bsc#1022158c#4] +Suggests: php-cli = %{version} +Suggests: php-gd = %{version} +Suggests: php-gettext = %{version} +Suggests: php-mbstring = %{version} +Suggests: php-mysql = %{version} ## Provides Provides: php = %{version} Provides: php-api = %{apiver} +Provides: php-zend-abi = %{zendver} Provides: php(api) = %{apiver} Provides: php(zend-abi) = %{zendver} # builtin extensions @@ -219,7 +224,7 @@ Group: Development/Libraries/PHP Requires: php = %{version} Provides: php-cli = %{version} -Provides: php-sapi = cli +Provides: php-sapi = %{version} Conflicts: php-cli < %{version} %description cli @@ -264,7 +269,6 @@ %if "%{flavor}" == "apache2" Summary: PHP7 module for the Apache 2.x webserver Group: Development/Libraries/PHP -BuildRequires: apache-rex BuildRequires: apache-rpm-macros-control BuildRequires: apache2-devel BuildRequires: php = %{version} @@ -274,9 +278,8 @@ Requires(post): %{_sbindir}/a2enmod Requires(preun): %{_sbindir}/a2enmod Provides: mod_php_any = %{version} -Provides: php-sapi = %{flavor} +Provides: php-sapi = %{version} Obsoletes: apache2-mod_php5 -%apache_rex_deps %description PHP is a server-side, cross-platform HTML embedded scripting language. @@ -296,7 +299,7 @@ Requires: php = %{version} Provides: php-cgi = %{version} Provides: php-fastcgi = %{version} -Provides: php-sapi = %{flavor} +Provides: php-sapi = %{version} Conflicts: php-fastcgi < %{version} %description @@ -310,15 +313,12 @@ %if "%{flavor}" == "fpm" Summary: FastCGI Process Manager PHP7 Module Group: Development/Libraries/PHP -BuildRequires: apache-rex -BuildRequires: apache2-utils BuildRequires: php = %{version} BuildRequires: pkgconfig(libsystemd) >= 209 Requires: php = %{version} Provides: php-fpm = %{version} -Provides: php-sapi = %{flavor} +Provides: php-sapi = %{version} Conflicts: php-fpm < %{version} -%apache_rex_deps %systemd_requires %description @@ -334,7 +334,7 @@ Group: Development/Libraries/PHP BuildRequires: php = %{version} Requires: php = %{version} -Provides: php-sapi = %{flavor} +Provides: php-sapi = %{version} %description PHP is a server-side, cross-platform HTML embedded scripting language. @@ -944,7 +944,6 @@ %endif %prep -echo %{apache_mmn} %setup -q -n php-%{version} cp %{SOURCE5} . @@ -1195,6 +1194,9 @@ done set -x unset NO_INTERACTION REPORT_EXIT_STATUS +# Apache HTTPD runnable examples test +%apache_rex_check -m libs mod_php-basic +%apache_rex_check -m libs -b sapi/fpm mod_proxy_fcgi-php-fpm mod_proxy_fcgi-php-fpm-auth-RewriteRule mod_proxy_fcgi-php-fpm-CGIPassAuth exit 0 %endif @@ -1212,18 +1214,6 @@ fi %endif -# Apache HTTPD runnable examples test -%if "%{flavor}" == "apache2" -%apache_rex_check -m libs mod_php-basic -exit 0 -%endif - -# Apache PHP-FPM runnable examples tests -%if "%{flavor}" == "fpm" -%apache_rex_check -m libs -b sapi/fpm mod_proxy_fcgi-php-fpm mod_proxy_fcgi-php-fpm-auth-RewriteRule mod_proxy_fcgi-php-fpm-CGIPassAuth -exit 0 -%endif - %install # do the actual installation ++++++ macros.php ++++++ --- /var/tmp/diff_new_pack.UIqQjm/_old 2021-02-11 12:47:46.725523065 +0100 +++ /var/tmp/diff_new_pack.UIqQjm/_new 2021-02-11 12:47:46.729523071 +0100 @@ -13,6 +13,8 @@ %__phpize /usr/bin/phpize %__php_config /usr/bin/php-config %php_version %(%{__php_config} --version) +%php_cfgdir %(%{__php_config} --ini-dir) +%php_extdir %(%{__php_config} --extension-dir) # pear related macros %__pear /usr/bin/pear ++++++ php-7.4.14.tar.xz -> php-7.4.15.tar.xz ++++++ /work/SRC/openSUSE:Factory/php7/php-7.4.14.tar.xz /work/SRC/openSUSE:Factory/.php7.new.28504/php-7.4.15.tar.xz differ: char 27, line 1 ++++++ php7.rpmlintrc ++++++ --- /var/tmp/diff_new_pack.UIqQjm/_old 2021-02-11 12:47:46.829523217 +0100 +++ /var/tmp/diff_new_pack.UIqQjm/_new 2021-02-11 12:47:46.829523217 +0100 @@ -6,3 +6,5 @@ addFilter("obsolete-not-provided php5-*") # Forgot to add category? addFilter("non-standard-group Development/Libraries/PHP") +# Warning for all flavors not equal to "" in multibuild +addFilter("invalid-spec-name")