From 926e5715fd68dba28f9b63b0a5b97a58fb72d680 Mon Sep 17 00:00:00 2001 From: boombatower <> Date: Feb 17 2021 05:48:33 +0000 Subject: Update adminer to version 4.8.0 / rev 27 via SR 871508 https://build.opensuse.org/request/show/871508 by user boombatower + dimstar_suse --- diff --git a/.files b/.files index 879b3ae..bca7d6b 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index 46d001d..56374bd 100644 --- a/.rev +++ b/.rev @@ -197,4 +197,28 @@ 802749 + + 357152f978b1798f10ba1417282db519 + 4.7.8 + + dimstar_suse + + 867340 + + + a36f84883ff6cea8080d26a0d6b23848 + 4.7.9 + + dimstar_suse + + 870161 + + + 506e36a17e1c9b64716095d881999800 + 4.8.0 + + dimstar_suse + + 871508 + diff --git a/.servicemark b/.servicemark index 5cea47f..5ef6aae 100644 --- a/.servicemark +++ b/.servicemark @@ -1 +1 @@ -588d60a92dfa3050bf4f875b1d2ef1a4 +d5186508c0f6a431cbe9f427e0f3bd12 diff --git a/_service b/_service index 945fc38..b9e0955 100644 --- a/_service +++ b/_service @@ -2,7 +2,7 @@ @PARENT_TAG@ v(.*) - refs/tags/v4.7.7 + refs/tags/v4.8.0 https://github.com/vrana/adminer.git git enable diff --git a/_servicedata b/_servicedata index be0c533..4a5e621 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/vrana/adminer.git - ac40be998d9fcf2a7e3fcdbd5efa3dec9e070f14 + b83c61fca3f491073cd5f5888a2acbf6f044366b diff --git a/adminer-4.7.7.tar.xz b/adminer-4.7.7.tar.xz deleted file mode 120000 index 53a323c..0000000 --- a/adminer-4.7.7.tar.xz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafybeicfw643im3kz2n6wajtsv2de7sxuq7wqe7ddlovxptaj6oww4a7su \ No newline at end of file diff --git a/adminer-4.8.0.tar.xz b/adminer-4.8.0.tar.xz new file mode 120000 index 0000000..c1e29fd --- /dev/null +++ b/adminer-4.8.0.tar.xz @@ -0,0 +1 @@ +/ipfs/bafybeicagbykpjko4glznd2zpxpsy5tqo7oano6zzr6koeywfeluoqpfh4 \ No newline at end of file diff --git a/adminer.changes b/adminer.changes index 40df6c0..a4296bd 100644 --- a/adminer.changes +++ b/adminer.changes @@ -1,4 +1,146 @@ ------------------------------------------------------------------- +Thu Feb 11 16:37:50 UTC 2021 - jimmy@boombatower.com + +- Update to version 4.8.0: + * Release 4.8.0 + * Remove .inc extension from driver plugins + * Oracle: Use correct DB in db_size, fix typo (thanks to Shirai Takashi) + * MongoDB: Alpha + * MongoDB: Prefer driver used in other functions + * Save bytes + * MongoDB: Fix edit operations in select + * Fix typo + * MongoDB: Use ObjectID only if used + * MongoDB: Fix operators + * MongoDB: Handle errors + * MongoDB: Fix query + * Save bytes + * MongoDB: Display error when selecting wrong table + * MongoDB: Display arrays as JSON + * MongoDB: Fix executeQuery + * MongoDB: Modern extension doesn't allow connecting with random user/password + * MongoDB: Add operators + * MongoDB: Handle exceptions + * MongoDB: Fix getting binary fields + * MongoDB: Fix num_rows + * MongoDB: Move common code to function + * MongoDB: Display Authentication failed instead of exception + * Delete duplicate code + * Fix operators init + * PostgreSQL: Fix displaying NULL bytea fields + * Avoid errors about 'view_trigger' + * Support unprivileged users for schema list + * Support altering indexes + * Avoid errors when alter table column + * Avoid errors about auto increment + * Support granted table to list up indexes + * Correct column size with string type + * Sort the DB list + * Support importing table data + * The table with another scheme is deleted from the table list + * Support computing DB infos + * PostgreSQL: Do not show triggers from other schemas + * SimpleDB, Firebird, ClickHouse: Move to plugin + * Add comments + * Prepare for moving drivers to plugins + * Support function default values in insert (bug #713) + * Allow SQL pseudo-function in insert + * Save bytes + * PostgreSQL: Fix multi-parameter functions in default values (bug #736) + * Add id to in select (bug #724) + * Remove newline before error message + * Fix whitespace + * Add bug number + * PostgreSQL: Avoid exporting empty sequence last value + * PostgreSQL: Create PRIMARY KEY for auto increment columns + * PostgreSQL PDO: Do not select NULL function for false values in edit (thanks to PR #380) + * MySQL 8: Fix EXPLAIN in SQL command + * Update tests + * Add callback before edit form (bug #759) + * Skip date columns for non-date values in search anywhere (thanks to PR #408) + * Fix PHP 8 warning + * Add DB version to comment in export + +------------------------------------------------------------------- +Mon Feb 08 01:15:24 UTC 2021 - jimmy@boombatower.com + +- Update to version 4.7.9: + * Release 4.7.9 + * Reorder changes + * Editor: Avoid trailing dot in export filename + * Skip impossible condition ($link always contains ?username=) + * Fix displayed foreign key columns from other DB (bug #766) + * Do not display empty database in the list twice + * Display CSRF logout error after connecting + * Fix displaying type mapping for Elasticsearch >= 6.0 + * MongoDB: Prefer modern extension + * Fix MongoDB connect 'Database does not support password.' tips + * Update bug numbers + * Postgres - fix missing partitioned tables in navigation + * Linkify URLs in SQL results + * Title for select data link + * Quote values with leading and trailing zeroes in CSV export (bug #777) + * MySQL: Don't quote default value of text fields (bug #779) + * fixed Unsupported operand types when $port is socket + * Respect SQL command URL parameters + * Fix XSS in browsers which don't encode URL parameters (bug #775) + * SQLite: Set busy_timeout to 500 + * PostgreSQL 11: Create PRIMARY KEY for auto increment columns + * PostgreSQL: Support smallserial + * Add comment + * PostgreSQL PDO: Support PgBouncer, unsupport PostgreSQL < 9.1 (bug #771) + * fix wrong hungarian translation + * Editor: Cast to string when searching (bug #325) + * Don't syntax highlight during IME composition (bug #747) + * PostgreSQL: Use bigserial for bigint auto increment (bug #765, regression from 3.0.0) + * MSSQL: Don't trucate displayed comments to 30 chars (use varchar maximum of 8000 upon casting) + * Update Korean translation (thanks to B. Cansmile Cha) + * add alternative design dracula theme + * show correct collation for PostgresSQL + * PostgreSQL: Fix current schema in view definition + * Add external designs as submodules + * Fixes to lucas-sandery theme + * Do not export names in quotes with sql_mode='ANSI_QUOTES' (bug #749) + * Fix PgSQL generated always as identity fix + * Update Russian translation. + * Update Ukrainian translation. + * PostgreSQL: Export all FKs after all CREATE TABLE + * MySQL, MariaDB: Fix doc links + * Do not display SQL function for checkbox + * Fix style (bug #743) + * PostgreSQL: Fix dollar-quoted syntax highlighting (bug #738) + * Elasticsearch, ClickHouse: Do not print response if HTTP code is not 200 + * Add basic Makefile. + * Travis: add php 7.4 && 8.0 + * Re-enable PHP warnings + +------------------------------------------------------------------- +Thu Jan 28 02:08:34 UTC 2021 - Jimmy Berry + +- Drop virtual firebird package since php-firebird was dropped. + See sr#863764 for Factory decline. + +------------------------------------------------------------------- +Sat Jan 16 15:41:08 UTC 2021 - Arjen de Korte + +- BuildRequires php-cli + +------------------------------------------------------------------- +Tue Jan 05 20:52:29 UTC 2021 - elimat@opensuse.org + +- Update to version 4.7.8: + * Release 4.7.8 + * MySQL: Use renamed variable + * Avoid PDO exceptions in PHP 8 + * Fix method call after #406 + * Improve check for numeric ports (bug #769) + * Add missing method + * Fix compatibility with PHP 8 + * Avoid each() not available in PHP 8 + * Fix style + * Escape : also in remove_from_param + +------------------------------------------------------------------- Mon May 11 16:29:55 UTC 2020 - jimmy@boombatower.com - Update to version 4.7.7: diff --git a/adminer.spec b/adminer.spec index 3fbc6a9..c96408b 100644 --- a/adminer.spec +++ b/adminer.spec @@ -1,7 +1,7 @@ # # spec file for package adminer # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # Copyright (c) 2015 Jimmy Berry # # All modifications and additions to the file contributed by third parties @@ -22,7 +22,7 @@ %bcond_with mongodb %bcond_with mssql Name: adminer -Version: 4.7.7 +Version: 4.8.0 Release: 0 Summary: Database management in a single PHP file License: GPL-2.0-only OR Apache-2.0 @@ -36,6 +36,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: apache-rpm-macros BuildRequires: apache2-devel +BuildRequires: php-cli BuildRequires: php-tokenizer BuildRequires: xz Requires: adminer-database-support = %{version} @@ -86,17 +87,6 @@ Requires: php-pear-horde_elasticsearch Virtual package that requires dependencies needed for Adminer ElasticSearch support -%package firebird -Summary: Dependencies required for Adminer Firebird SQL support -Group: Productivity/Networking/Web/Frontends -Provides: adminer-database-support = %{version} -Requires: adminer = %{version} -Requires: php-firebird - -%description firebird -Virtual package that requires dependencies needed for Adminer Firebird SQL support - - %package mongodb Summary: Dependencies required for Adminer MongoDB support Group: Productivity/Networking/Web/Frontends @@ -233,10 +223,6 @@ fi %doc README %endif -%files firebird -%defattr(-,root,root) -%doc README - %if %{with mongodb} %files mongodb %defattr(-,root,root)