Hello community,

here is the log from the commit of package adminer for openSUSE:Factory checked 
in at 2017-03-16 09:43:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adminer (Old)
 and      /work/SRC/openSUSE:Factory/.adminer.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "adminer"

Thu Mar 16 09:43:37 2017 rev:6 rq:479775 version:4.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/adminer/adminer.changes  2017-02-03 
17:31:13.019765744 +0100
+++ /work/SRC/openSUSE:Factory/.adminer.new/adminer.changes     2017-03-16 
09:52:07.148828598 +0100
@@ -1,0 +2,97 @@
+Wed Mar 15 18:35:00 UTC 2017 - ji...@boombatower.com
+
+- Update to version 4.3.0:
+  * Update Indonesian translation (thanks to Benny)
+  * Add accessibility labels to Create Table fields
+  * Make maxlength in edit fields a soft limit
+  * Add Cache-Control: immutable to static files
+  * Change comment not supported by compile.php
+  * Changed 'geraakt' to 'beinvloed' in Dutch translation
+  * Disallow selecting driver if there's only one
+  * Add SQLite auto-login plugin
+  * RTL layout fixes
+  * Additional theme with responsive and RTL support
+  * Escape quote in field name to make it work in Chrome (thanks to zcepenela 
pani)
+  * Add accessibility labels to databases and tables checkboxes
+  * Use class instead inline style
+  * Add accessibility labels to Indexes
+  * Add accessibility labels to Foreign keys
+  * mistype correction
+  * Fix error found by PHPStan
+  * postgresql : unique partial index musn't be considered as unique. can 
cause problems on row edition
+  * postgresql : ERROR: function connection_id() does not exist
+  * PHP Warning hidden and better parsing times (at least for postgresql)
+  * Plugin which shows sql structure comments in field names title
+  * Fixed mssql driver for usage with microsoft's php7 sqlsrv extension
+  * Changed 'undefined' to 'null'
+  * Use null instead of undefined on after parsing JSON
+  * Added pdo_dblib as a driver for MSSQL (as native MSSQL driver does not 
exist for PHP7)
+  * Document changes
+  * Fixed background of the list of the tables.
+  * postgresql error with index on hidden columns (ctid)
+  * Fix index length with Postgresql
+  * Tabs must also be escaped in JSON strings
+  * Plugin: Use <select> on custom user types in psql
+  * Added support for binary foreign keys selection on edit
+  * Update AdminerTablesFilter
+  * AdminerTablesFilter: Persist filter value in a tab
+  * Improve limit check in edit-foreign plugin
+  * fixed Elastic table_status()
+  * Handle checkboxes properly in selectAddRow()
+  * Move rendering of table structure and indexes list into plugin system
+  * Add plugin for printing table structure in expanded format
+  * Add plugin for printing table indexes structure in expanded format
+  * PostgreSQL export: table structure, columns, sequences, indexes, foreign 
keys, comments, trigger definition
+  * make bytea fields shortable
+  * New skin 'flat'
+  * Do not set input type as numeric if field is an array
+  * Add namespace to routine call
+  * Edit json and jsonb types in textarea
+  * Breadcumb no longer blocks the logout button.
+  * Hide databases the user can't connect to
+  * fix logger for SQL commands
+  * Fix MS SQL Driver to not show warnings for version fetching on connection 
and to retrieve the next set of results properly
+  * Changed NULL format
+  * Tables list implemented as <ul>
+  * foreign key link fix - added missing ns
+  * Add javascript move for editing
+  * Verify commit success after import.
+  * PostgreSQL: Fix index size computation
+  * PostgreSQL: Allow changing materialized views
+  * Fixed all alternative designs after changes in a list of tables made here: 
https://github.com/vrana/adminer/pull/116
+  * Checkbox for bool in psql
+  * Add basic support for MySQL replication
+  * Add Czech translation
+  * Display message about missing master status
+  * Add jsonly class to JS checkboxes
+  * Fix where() escaping in MS SQL (bug #496)
+  * Support high Unicode characters in shorten_utf8 (bug #481)
+  * Use 'Create database' instead of 'Create new database'
+  * Move 'Create user' above the list of users
+  * Fix dropping foreign keys linking to other database
+  * MySQL: Support spatial indexes (bug #455)
+  * Save bytes
+  * Elasticsearch: Support HTTPS by inputting https://server (bug #446)
+  * Unindent
+  * Hide materialized views in MySQL
+  * Elasticsearch: allow empty server name
+  * Bump version
+  * Avoid referencing global variable (doesn't work in PHP 7.1 if Adminer is 
included inside a function)
+  * Document new engines
+  * Simplify SQLite development
+  * Lint PHP files
+  * Save bytes
+  * Update URL
+  * Improve SQLite login error message
+  * Rely on noreferrer in Firefox too
+  * Use SameSite cookies (except session cookie)
+  * Support MySQL 8
+  * MySQL: Support JSON data type
+  * Print number of bytes in blob in italics
+  * Highlight JSON
+  * Update JUSH
+  * Reorder changelog
+  * Release 4.3.0
+- Utilize version rewrite to drop v from tag.
+
+-------------------------------------------------------------------

Old:
----
  adminer-v4.2.5.tar.xz

New:
----
  adminer-4.3.0.tar.xz

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

Other differences:
------------------
++++++ adminer.spec ++++++
--- /var/tmp/diff_new_pack.erVyCN/_old  2017-03-16 09:52:07.904721549 +0100
+++ /var/tmp/diff_new_pack.erVyCN/_new  2017-03-16 09:52:07.908720984 +0100
@@ -20,14 +20,14 @@
 # pending php5-pear-Horde_Mongo package submission to Factory
 %bcond_with mongodb
 Name:           adminer
-Version:        4.2.5
+Version:        4.3.0
 Release:        0
 Summary:        Database management in a single PHP file
 License:        GPL-2.0 or Apache-2.0
 Group:          Productivity/Networking/Web/Frontends
 
 Url:            https://www.adminer.org/
-Source0:        %{name}-v%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-httpd.conf
 BuildArch:      noarch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -152,7 +152,7 @@
 
 
 %prep
-%setup -q -n %{name}-v%{version}
+%setup -q
 
 %build
 # Creates: ./adminer-{version}.php.

++++++ _service ++++++
--- /var/tmp/diff_new_pack.erVyCN/_old  2017-03-16 09:52:07.936717019 +0100
+++ /var/tmp/diff_new_pack.erVyCN/_new  2017-03-16 09:52:07.936717019 +0100
@@ -1,7 +1,8 @@
 <services>
   <service name="tar_scm" mode="disabled">
     <param name="versionformat">@PARENT_TAG@</param>
-    <param name="revision">refs/tags/v4.2.5</param>
+    <param name="versionrewrite-pattern">v(.*)</param>
+    <param name="revision">refs/tags/v4.3.0</param>
     <param name="url">https://github.com/vrana/adminer.git</param>
     <param name="scm">git</param>
     <param name="changesgenerate">enable</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.erVyCN/_old  2017-03-16 09:52:07.956714187 +0100
+++ /var/tmp/diff_new_pack.erVyCN/_new  2017-03-16 09:52:07.956714187 +0100
@@ -1,6 +1,6 @@
 <servicedata>
   <service name="tar_scm">
     <param name="url">https://github.com/vrana/adminer.git</param>
-    <param 
name="changesrevision">53dfafd2ea80e318eded7937252d0c1d9b7a2c93</param>
+    <param 
name="changesrevision">22d0cf4171a94dd489ee12dba023e79da1ed4baf</param>
   </service>
 </servicedata>

++++++ adminer-v4.2.5.tar.xz -> adminer-4.3.0.tar.xz ++++++
++++ 4408 lines of diff (skipped)


Reply via email to