Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-04-05 02:04:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-29 
20:18:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes       
2015-04-05 02:04:24.000000000 +0200
@@ -1,0 +2,89 @@
+Fri Apr  3 21:36:12 UTC 2015 - [email protected]
+
+- update to 4.4.0 (2015-04-01)
+  + rfe #1553 InnoDB presently supports one FULLTEXT index creation 
+    at a time
+  + rfe #1562 Allow tracking multiple table at once from database 
+    level tracking page
+  + rfe #1564 Improve action message on Tracking page
+  + rfe #1566 Change value of "Number of rows:" when "Show all" 
+    is checked
+  + rfe Focus console by clicking on white space
+  + rfe #1507 Part 1: Cycle through console history with keyboard 
+    up/down arrows
+  + rfe #1579 Default to primary key when adding relation
+  + rfe #1572 User prefs: Diff-friendly JSON for config
+  + rfe #1567 Sever Variables Table UI Improvements
+  - sf#4675 phpMyAdmin should be able to work without 'examples' 
+    DIR - move SQL scripts to sql directory
+  + rfe #1578 Warn about reserved word only when a column is 
+    created
+  + rfe #1590 Recaptcha API v2
+  + rfe #1580 Individual Zeroconf PMA tables support
+  + rfe #1525 Generate keys one per line
+  + rfe #347 allow table with transformed column anywhere in 
+    FROM clause
+  + rfe #1591 Shortcut link to search page
+  + rfe #1568 Fold Add Column After / Before into dropdown
+  - sf#4705 Table structure: adding primary key doesn't refresh 
+    page
+  + rfe #1582 SQL formatter
+  + rfe #1597 Fast filter improvement: remove 
+    "x other results found"
+  - sf#4720 No error message on Missing extension mbstring
+  + rfe #801 Builtin transformations and relations
+  + rfe #767 USING BTREE support for HEAP/MEMORY tables
+  + rfe #1596 Make "Options > Relational" configurable
+  + rfe #719 More details in PDF relation view
+  + rfe #1096 Cannot enter connection for federated engine table
+  + rfe #954 Allow SALT in ENCRYPT function
+  + rfe #1260 Setting LoginCookieValidity > session.gc_maxlifetime
+  + rfe Transformation for JSON
+  - bug Fix isCanvasSupported for new window
+  + rfe #1600 Clarify the "Inline" link
+  + rfe #1179 Speed up slow triggers by using EVENT_OBJECT_SCHEMA
+  + rfe #1192 ON DUPLICATE KEY UPDATE for loading CSV
+  - bug fix Cannot execute command from console 
+    (multi-server installation)
+  + rfe #1208 linking from information_schema
+  + rfe #1235 Relation view: move to main "Structure" page
+  + rfe #1558 Designer menu with explicit text
+  + rfe #937 Relations with views like with tables
+  + rfe #1241 Browse Field -> Search
+  + rfe #723 Provide sanity check for table/column names 
+    (table names)
+  + rfe #1312 SessionTimeZone configuration directive
+  - bug fix Add missing confirmation when deleting tracking report 
+    entries
+  + rfe Ability to disable foreign key check when emptying tables
+  + rfe #1549 Reset auto-increment when exporting structure
+  + rfe #1602 Recover query in redaction after session end
+  + rfe #1605 After database creation, go to database structure 
+    page
+  + rfe #1604 Show PHP version
+  - sf#4770 Multiple delete on table browse ignoring foreign key 
+    checkbox
+  + rfe CodeMirror based SQL editor as an input transformation
+  + rfe #1275 CodeMirror based JSON editor as an input 
+    transformation
+  + rfe #685 Editor for HTML content
+  + rfe #1595 make professional code editor suggestion
+  + rfe #1606 processlist filter
+  + rfe Change tracking activation status from db level tracking 
+    page
+  + rfe #1207 Export users associated with a specific 
+    schema/database
+  + rfe #1575 "Disable database expansion" : unclear directive name 
+    and explanation
+  + rfe #1607 Tool tip for lock icon when making changes to a page
+  + rfe #1327 Hide 'Add user' link if user does not have privileges
+  + rfe #501 Support for SSL GRANT option
+  + rfe #1608 Central columns allowing setting SIGNED / UNSIGNED 
+    attribute for integer
+  + rfe #1441 Add regexp match when using AllowArbitraryServer
+  - sf#4806 Unable to work with two different servers in two tabs
+
+- fix incorrect fsf-address
+- change pma.patch
+
+-------------------------------------------------------------------

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

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

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

Other differences:
------------------
++++++ phpMyAdmin.spec ++++++
--- /var/tmp/diff_new_pack.r7nC2N/_old  2015-04-05 02:04:26.000000000 +0200
+++ /var/tmp/diff_new_pack.r7nC2N/_new  2015-04-05 02:04:26.000000000 +0200
@@ -34,7 +34,7 @@
 Summary:        Administration of MySQL over the web
 License:        GPL-2.0+
 Group:          Productivity/Networking/Web/Frontends
-Version:        4.3.13
+Version:        4.4.0
 Release:        0
 Url:            http://www.phpMyAdmin.net
 Source0:        
http://sourceforge.net/projects/phpmyadmin/files/%{name}-%{version}-all-languages.tar.bz2
@@ -107,6 +107,9 @@
 %patch0
 %patch1
 
+# rpmlint: fix incorrect-fsf-address
+find . -type f | xargs sed -i -e 's:59 Temple Place\, Suite 330\, Boston\, MA  
02111-1307  USA:51 Franklin Street\, Fifth Floor\, Boston\, MA 02110-1301 USA:g'
+
 find . -type d -exec chmod 755 {} \;
 find . -type f -exec chmod 644 {} \;
 find . -type f -name '*.orig' -exec rm {} \;

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

++++++ phpMyAdmin-pma.patch ++++++
--- /var/tmp/diff_new_pack.r7nC2N/_old  2015-04-05 02:04:26.000000000 +0200
+++ /var/tmp/diff_new_pack.r7nC2N/_new  2015-04-05 02:04:26.000000000 +0200
@@ -1,7 +1,7 @@
-Index: examples/create_tables.sql
+Index: sql/create_tables.sql
 ===================================================================
---- examples/create_tables.sql.orig
-+++ examples/create_tables.sql
+--- sql/create_tables.sql.orig
++++ sql/create_tables.sql
 @@ -27,8 +27,8 @@ USE phpmyadmin;
  -- Privileges
  --


Reply via email to