Browse Source

updated 2 packages

php74-7.4.20-1

php80-8.0.7-1
Tomohiro "Tomo-p" KATO 3 years ago
parent
commit
0bc3854b13
2 changed files with 11 additions and 2 deletions
  1. 4 1
      p/php74/php74-vl.spec
  2. 7 1
      p/php80/php80-vl.spec

+ 4 - 1
p/php74/php74-vl.spec

@@ -43,7 +43,7 @@
 Name: php%{majorver}
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 7.4.19
+Version: 7.4.20
 Release: 1%{_dist_release}%{?with_systemd:.systemd}
 Group: programming
 Vendor: Project Vine
@@ -942,6 +942,9 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Thu Jun 03 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.20-1
+- new upstream release.
+
 * Fri May 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 7.4.19-1
 - new upstream release.
 

+ 7 - 1
p/php80/php80-vl.spec

@@ -32,7 +32,7 @@
 Name: php%{majorver}
 Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
 Summary(ja): HTML 埋め込み型スクリプト言語 PHP
-Version: 8.0.6
+Version: 8.0.7
 Release: 1%{_dist_release}%{?with_systemd:.systemd}
 Group: programming
 Vendor: Project Vine
@@ -782,6 +782,9 @@ fi
 %if %{with apache2}
 %post apache2
 MPM=`/usr/sbin/apache2ctl -V | grep "Server MPM:" | sed -e 's/^.*: *//'`
+if [ "x$MPM" == "x" ]; then
+  MPM="(none)"
+fi
 if [ "$MPM" != "prefork" ]; then
   cat <<EOF
 
@@ -881,6 +884,9 @@ rm -f files.*
 
 #======================================================================
 %changelog
+* Fri Jun 04 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.0.7-1
+- new upstream release.
+
 * Fri May 07 2021 Tomohiro "Tomo-p" KATO <tomop@teamgedoh.net> 8.0.6-1
 - new upstream release.