Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-07-23 15:22:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phpMyAdmin (Old)
 and      /work/SRC/openSUSE:Factory/.phpMyAdmin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "phpMyAdmin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes    2015-07-12 
22:53:23.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes       
2015-07-23 15:22:36.000000000 +0200
@@ -1,0 +2,19 @@
+Tue Jul 21 18:11:32 UTC 2015 - [email protected]
+
+- Apache configuration compatible with both 2.2 and 2.4
+
+-------------------------------------------------------------------
+Mon Jul 20 14:45:32 UTC 2015 - [email protected]
+
+- update to 4.4.12 (2015-07-20)
+  - Saved chart image does not have a proper name or an extension
+  - sf#4976 Timepicker CSS issues in Original theme
+  - sf#4975 Move/Copy/Rename operations on Table/Db fail on Drizzle server
+  - sf#4826 Two inline edit windows
+  - sf#4979 Problem when import *.ods file
+  - Add missing head tag
+  - sf#4985 Column headers move when scrolling
+- use smaller xz compressed archive
+- update Apache configuration to be compatible with 2.4
+
+-------------------------------------------------------------------

Old:
----
  phpMyAdmin-4.4.11-all-languages.tar.bz2
  phpMyAdmin-4.4.11-all-languages.tar.bz2.asc

New:
----
  phpMyAdmin-4.4.12-all-languages.tar.xz
  phpMyAdmin-4.4.12-all-languages.tar.xz.asc

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

Other differences:
------------------
++++++ phpMyAdmin.spec ++++++
--- /var/tmp/diff_new_pack.FUY66e/_old  2015-07-23 15:22:37.000000000 +0200
+++ /var/tmp/diff_new_pack.FUY66e/_new  2015-07-23 15:22:37.000000000 +0200
@@ -29,14 +29,14 @@
 %define ap_grp nogroup
 %endif
 Name:           phpMyAdmin
-Version:        4.4.11
+Version:        4.4.12
 Release:        0
 Summary:        Administration of MySQL over the web
 License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Frontends
 Url:            https://www.phpMyAdmin.net/
-Source0:        
https://files.phpmyadmin.net/phpMyAdmin/%{version}/%{name}-%{version}-all-languages.tar.bz2
-Source1:        
https://files.phpmyadmin.net/phpMyAdmin/%{version}/%{name}-%{version}-all-languages.tar.bz2.asc
+Source0:        
https://files.phpmyadmin.net/phpMyAdmin/%{version}/%{name}-%{version}-all-languages.tar.xz
+Source1:        
https://files.phpmyadmin.net/phpMyAdmin/%{version}/%{name}-%{version}-all-languages.tar.xz.asc
 Source2:        %{name}.keyring
 Source3:        %{name}.http
 Source100:      %{name}-rpmlintrc
@@ -46,6 +46,7 @@
 Patch1:         %{name}-pma.patch
 BuildRequires:  apache2-devel
 BuildRequires:  python-devel
+BuildRequires:  xz
 #
 Requires:       mod_php_any
 Requires:       php-bz2

++++++ phpMyAdmin.http ++++++
--- /var/tmp/diff_new_pack.FUY66e/_old  2015-07-23 15:22:37.000000000 +0200
+++ /var/tmp/diff_new_pack.FUY66e/_new  2015-07-23 15:22:37.000000000 +0200
@@ -19,7 +19,12 @@
   </IfModule>
 </Directory>
 <Directory @ap_docroot@/@name@/libraries>
-  Order allow,deny
-  Deny from all
+  <IfVersion >= 2.4>
+    Require all denied
+  </IfVersion>
+  <IfVersion < 2.4>
+    Order allow,deny
+    Deny from all
+  </IfVersion>
 </Directory>
 



Reply via email to