Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package php8 for openSUSE:Factory checked in 
at 2021-02-04 20:24:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/php8 (Old)
 and      /work/SRC/openSUSE:Factory/.php8.new.28504 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "php8"

Thu Feb  4 20:24:37 2021 rev:3 rq:869260 version:8.0.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/php8/php8.changes        2021-01-29 
14:57:53.877580091 +0100
+++ /work/SRC/openSUSE:Factory/.php8.new.28504/php8.changes     2021-02-04 
20:25:09.414925169 +0100
@@ -1,0 +2,9 @@
+Mon Feb  1 20:14:44 UTC 2021 - Arjen de Korte <suse+bu...@de-korte.org>
+
+- updated to 8.0.2: This is a bug fix release. See
+  https://www.php.net/ChangeLog-8.php#8.0.2
+- suppress warning for all flavors not equal to "" in multibuild
+  and obsoletes for php7
+  % php8.rpmlintrc
+
+-------------------------------------------------------------------

Old:
----
  php-8.0.1.tar.xz
  php-8.0.1.tar.xz.asc

New:
----
  php-8.0.2.tar.xz
  php-8.0.2.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ php8.spec ++++++
--- /var/tmp/diff_new_pack.gDpaH2/_old  2021-02-04 20:25:10.770927234 +0100
+++ /var/tmp/diff_new_pack.gDpaH2/_new  2021-02-04 20:25:10.774927241 +0100
@@ -53,7 +53,7 @@
 %define build_argon2 1
 %endif
 Name:           %{pprefix}%{php_name}%{psuffix}
-Version:        8.0.1
+Version:        8.0.2
 Release:        0
 Summary:        Interpreter for the PHP scripting language version 8
 License:        PHP-3.01
@@ -176,12 +176,12 @@
 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}
@@ -921,7 +921,6 @@
 %endif
 
 %prep
-echo %{apache_mmn}
 %setup -q -n php-%{version}
 cp %{SOURCE5} .
 

++++++ php-8.0.1.tar.xz -> php-8.0.2.tar.xz ++++++
/work/SRC/openSUSE:Factory/php8/php-8.0.1.tar.xz 
/work/SRC/openSUSE:Factory/.php8.new.28504/php-8.0.2.tar.xz differ: char 26, 
line 1


++++++ php8.rpmlintrc ++++++
--- /var/tmp/diff_new_pack.gDpaH2/_old  2021-02-04 20:25:10.942927496 +0100
+++ /var/tmp/diff_new_pack.gDpaH2/_new  2021-02-04 20:25:10.942927496 +0100
@@ -2,7 +2,9 @@
 # exact version of main package, parallel installation
 # not wanted
 addFilter("php.-embed.* shlib-policy-name-error")
-# PHP5 is obsolete, replaced by PHP7
-addFilter("obsolete-not-provided php5-*")
+# PHP7 is (almost) obsolete, replaced by PHP8
+addFilter("obsolete-not-provided php7-*")
 # Forgot to add category?
 addFilter("non-standard-group Development/Libraries/PHP")
+# Warning for all flavors not equal to "" in multibuild
+addFilter("invalid-spec-name")

Reply via email to