Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2014-12-22 12:54:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2014-12-16 
14:48:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes       
2014-12-22 12:53:01.000000000 +0100
@@ -1,0 +2,19 @@
+Sun Dec 21 12:27:09 UTC 2014 - [email protected]
+
+- update to 4.3.3 (2014-12-21)
+  - fix bug The "Recently used tables" setting should be with 
+    Nav panel
+  - sf#4647 Can't disable Favorites
+  - sf#4646 Version Check Broken
+  - sf#4630 AJAX request infinite loop
+  - sf#4649 Attributes field size smaller than others
+  - sf#4622 Cannot remove table ordering on a Mac
+  - fix bug Fix initial replication configuration
+  - fix bug Undefined index central_columnswork
+  - sf#4657 Don't have default blowfish_secret
+  - sf#4656 Some error popups fade away too quickly
+  - sf#4648 Consistency in borders
+  - fix bug $cfg['Error_Handler']['display'] no longer necessary
+  - sf#4659 Leading and trailing whitespace in column name
+
+-------------------------------------------------------------------
@@ -7 +26,2 @@
-  - sf#4629 Problem with custom SQL queries using cookie authentication
+  - sf#4629 Problem with custom SQL queries using cookie 
+    authentication
@@ -9 +29,2 @@
-  - sf#4632 Notice in ./libraries/Util.class.php#1916 Undefined index: query
+  - sf#4632 Notice in ./libraries/Util.class.php#1916 
+    Undefined index: query
@@ -14 +35,2 @@
-  - sf#3794 failure to handle repeating empty columns when importing ODS
+  - sf#3794 failure to handle repeating empty columns when 
+    importing ODS

Old:
----
  phpMyAdmin-4.3.2-all-languages.tar.bz2

New:
----
  phpMyAdmin-4.3.3-all-languages.tar.bz2

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

Other differences:
------------------
++++++ phpMyAdmin.spec ++++++
--- /var/tmp/diff_new_pack.Lizkm7/_old  2014-12-22 12:53:02.000000000 +0100
+++ /var/tmp/diff_new_pack.Lizkm7/_new  2014-12-22 12:53:02.000000000 +0100
@@ -34,7 +34,7 @@
 Summary:        Administration of MySQL over the web
 License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Frontends
-Version:        4.3.2
+Version:        4.3.3
 Release:        0
 Url:            http://www.phpMyAdmin.net
 Source0:        
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2

++++++ phpMyAdmin-4.3.2-all-languages.tar.bz2 -> 
phpMyAdmin-4.3.3-all-languages.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin-4.3.2-all-languages.tar.bz2 
/work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin-4.3.3-all-languages.tar.bz2
 differ: char 11, line 1

++++++ phpMyAdmin-config.patch ++++++
--- /var/tmp/diff_new_pack.Lizkm7/_old  2014-12-22 12:53:02.000000000 +0100
+++ /var/tmp/diff_new_pack.Lizkm7/_new  2014-12-22 12:53:02.000000000 +0100
@@ -1,11 +1,11 @@
-diff -Pdpru phpMyAdmin-4.3.0-all-languages.orig/config.sample.inc.php 
phpMyAdmin-4.3.0-all-languages/config.sample.inc.php
---- phpMyAdmin-4.3.0-all-languages.orig/config.sample.inc.php  2014-12-05 
16:13:09.000000000 +0100
-+++ phpMyAdmin-4.3.0-all-languages/config.sample.inc.php       2014-12-06 
10:29:20.097321377 +0100
-@@ -10,11 +10,51 @@
+diff -Pdpru phpMyAdmin-4.3.3-all-languages.orig/config.sample.inc.php 
phpMyAdmin-4.3.3-all-languages/config.sample.inc.php
+--- phpMyAdmin-4.3.3-all-languages.orig/config.sample.inc.php  2014-12-21 
12:40:25.000000000 +0100
++++ phpMyAdmin-4.3.3-all-languages/config.sample.inc.php       2014-12-21 
14:03:33.519929409 +0100
+@@ -10,6 +10,46 @@
   * @package PhpMyAdmin
   */
  
-+ /* 
++/* 
 + * Your phpMyAdmin url
 + *
 + * Complete the variable below with the full url ie
@@ -48,13 +48,7 @@
  /*
   * This is needed for cookie based authentication to encrypt password in
   * cookie
-  */
--$cfg['blowfish_secret'] = 'a8b7c6d'; /* YOU MUST FILL IN THIS FOR COOKIE 
AUTH! */
-+$cfg['blowfish_secret'] = ''; /* YOU MUST FILL IN THIS FOR COOKIE AUTH! */
- 
- /*
-  * Servers configuration
-@@ -25,48 +65,261 @@ $i = 0;
+@@ -25,45 +65,265 @@ $i = 0;
   * First server
   */
  $i++;
@@ -65,6 +59,7 @@
 -$cfg['Servers'][$i]['connect_type'] = 'tcp';
 -$cfg['Servers'][$i]['compress'] = false;
 -$cfg['Servers'][$i]['AllowNoPassword'] = false;
++
 +// MySQL hostname or IP address
 +$cfg['Servers'][$i]['host']                = 'localhost';
 +
@@ -146,6 +141,7 @@
 +// The password needed for the controluser to login
 +// (see $cfg['Servers'][$i]['controluser'])
 +$cfg['Servers'][$i]['controlpass']         = '';
++
  
  /* Storage database and tables */
 -// $cfg['Servers'][$i]['pmadb'] = 'phpmyadmin';
@@ -277,6 +273,11 @@
 +// see _docdir/examples/swekey.sample.conf
 +//$cfg['Servers'][$i]['auth_swekey_config']  = 
'/etc/phpMyAdmin/swekey-pma.conf';
 +
++
++/* 
++ * Second Server
++ */
++
 +/*
 +$i++;
 +$cfg['Servers'][$i]['host']                = 'localhost';
@@ -330,6 +331,7 @@
 +$cfg['Servers'][$i]['auth_swekey_config']  = 
'/etc/phpMyAdmin/swekey-pma_02.conf';
 +*/
 +
++
 +// If you have more than one server configured, you can set 
$cfg['ServerDefault']
 +// to any one of them to autoconnect to that server when phpMyAdmin is 
started,
 +// or set it to 0 to be given a list of servers without logging in
@@ -343,29 +345,9 @@
  
  /*
   * End of servers configuration
-+ ***************************************
-  */
- 
- /*
-diff -Pdpru phpMyAdmin-4.3.0-all-languages.orig/.directory 
phpMyAdmin-4.3.0-all-languages/.directory
---- phpMyAdmin-4.3.0-all-languages.orig/.directory     1970-01-01 
01:00:00.000000000 +0100
-+++ phpMyAdmin-4.3.0-all-languages/.directory  2014-12-06 09:52:17.262708923 
+0100
-@@ -0,0 +1,4 @@
-+[Dolphin]
-+Timestamp=2014,12,6,9,52,17
-+Version=3
-+ViewMode=2
-diff -Pdpru phpMyAdmin-4.3.0-all-languages.orig/examples/.directory 
phpMyAdmin-4.3.0-all-languages/examples/.directory
---- phpMyAdmin-4.3.0-all-languages.orig/examples/.directory    1970-01-01 
01:00:00.000000000 +0100
-+++ phpMyAdmin-4.3.0-all-languages/examples/.directory 2014-12-06 
10:21:24.576650595 +0100
-@@ -0,0 +1,4 @@
-+[Dolphin]
-+Timestamp=2014,12,6,10,21,24
-+Version=3
-+ViewMode=1
-diff -Pdpru phpMyAdmin-4.3.0-all-languages.orig/libraries/vendor_config.php 
phpMyAdmin-4.3.0-all-languages/libraries/vendor_config.php
---- phpMyAdmin-4.3.0-all-languages.orig/libraries/vendor_config.php    
2014-12-05 16:13:09.000000000 +0100
-+++ phpMyAdmin-4.3.0-all-languages/libraries/vendor_config.php 2014-12-06 
10:31:05.851047096 +0100
+diff -Pdpru phpMyAdmin-4.3.3-all-languages.orig/libraries/vendor_config.php 
phpMyAdmin-4.3.3-all-languages/libraries/vendor_config.php
+--- phpMyAdmin-4.3.3-all-languages.orig/libraries/vendor_config.php    
2014-12-21 12:40:25.000000000 +0100
++++ phpMyAdmin-4.3.3-all-languages/libraries/vendor_config.php 2014-12-21 
13:40:18.587272010 +0100
 @@ -17,18 +17,18 @@ if (! defined('PHPMYADMIN')) {
   * Path to changelog file, can be gzip compressed. Useful when you want to
   * have documentation somewhere else, eg. /usr/share/doc.
@@ -388,7 +370,7 @@
  
  /**
   * Whether setup requires writable directory where config
-@@ -41,7 +41,7 @@ define('SETUP_DIR_WRITABLE', true);
+@@ -47,7 +47,7 @@ define('EXAMPLES_DIR', './examples/');
   * It is not used directly in code, just a convenient
   * define used further in this file.
   */

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to