Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2023-05-05 15:59:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phpMyAdmin (Old)
 and      /work/SRC/openSUSE:Factory/.phpMyAdmin.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "phpMyAdmin"

Fri May  5 15:59:05 2023 rev:181 rq:1084989 version:5.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes    2023-02-14 
16:43:09.065633919 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new.1533/phpMyAdmin.changes  
2023-05-05 15:59:22.460803313 +0200
@@ -1,0 +2,8 @@
+Fri May  5 07:46:47 UTC 2023 - <[email protected]>
+
+- fix deps for subpkg apache
+  * definitly Requires mod_php_any
+- update phpMyAdmin.http
+  * add missing <IfModule mod_php.c> for php8
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ phpMyAdmin.spec ++++++
--- /var/tmp/diff_new_pack.7GcMzn/_old  2023-05-05 15:59:23.152807278 +0200
+++ /var/tmp/diff_new_pack.7GcMzn/_new  2023-05-05 15:59:23.156807301 +0200
@@ -42,6 +42,7 @@
 Patch0:         %{name}-config.patch
 # Fix-SUSE: auto config for pma storage
 Patch1:         %{name}-pma.patch
+BuildArch:      noarch
 BuildRequires:  apache-rpm-macros
 BuildRequires:  fdupes
 #
@@ -57,7 +58,6 @@
 Requires:       php-session
 Recommends:     php-curl
 Recommends:     php-zip
-BuildArch:      noarch
 
 %description
 phpMyAdmin can manage a whole MySQL server (needs a super-user) as well as a
@@ -105,7 +105,7 @@
 Requires(post): %{_sbindir}/a2enflag
 Requires(post): php
 Requires(postun):%{_sbindir}/a2enflag
-Recommends:     mod_php_any >= 7.4
+Requires:       mod_php_any >= 7.4
 Supplements:    packageand(apache2:%name)
 
 %description apache


++++++ phpMyAdmin-pma.patch ++++++
--- /var/tmp/diff_new_pack.7GcMzn/_old  2023-05-05 15:59:23.192807507 +0200
+++ /var/tmp/diff_new_pack.7GcMzn/_new  2023-05-05 15:59:23.200807553 +0200
@@ -17,7 +17,7 @@
 ===================================================================
 --- config.sample.inc.php.orig
 +++ config.sample.inc.php
-@@ -201,7 +201,6 @@ $cfg['Servers'][$i]['savedsearches']
+@@ -199,7 +199,6 @@ $cfg['Servers'][$i]['savedsearches']
  $cfg['Servers'][$i]['central_columns']          = 'pma__central_columns';
  $cfg['Servers'][$i]['designer_settings']        = 'pma__designer_settings';
  $cfg['Servers'][$i]['export_templates']         = 'pma__export_templates';

++++++ phpMyAdmin.http ++++++
--- /var/tmp/diff_new_pack.7GcMzn/_old  2023-05-05 15:59:23.232807736 +0200
+++ /var/tmp/diff_new_pack.7GcMzn/_new  2023-05-05 15:59:23.232807736 +0200
@@ -32,10 +32,16 @@
         </IfModule>
     </IfVersion>
 
+    # php7
     <IfModule mod_php7.c>
         Include @ap_sysconfdir@/conf.d/@[email protected]
         php_admin_value open_basedir 
"@ap_docroot@/@name@:@ap_tmpdir@:/var/lib/php7:/tmp:@docdir@/@name@:/etc/@name@:/proc/meminfo:/proc/stat"
     </IfModule>
+    # php8
+    <IfModule mod_php.c>
+        Include @ap_sysconfdir@/conf.d/@[email protected]
+        php_admin_value open_basedir 
"@ap_docroot@/@name@:@ap_tmpdir@:/var/lib/php8:/tmp:@docdir@/@name@:/etc/@name@:/proc/meminfo:/proc/stat"
+    </IfModule>
 
 </Directory>
 

Reply via email to