pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/databases/sqlitebrowser



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Nov 12 21:03:58 UTC 2020

Modified Files:
        pkgsrc/databases/sqlitebrowser: Makefile distinfo

Log Message:
sqlitebrowser: updated to 3.12.1

DB Browser for SQLite 3.12.1

This is the first bug fix release for our 3.12.x series.

There aren't any "super critical must upgrade" bugs fixed, so updating isn't urgent. 😄

The changes in this over the 3.12.0 release include:

Enhancements

Completely reworked interface for accessing DBHub.io
Add .Net DateTime.Ticks to list of supported display formats
Add more options for setting font sizes
New predefined settings for simplified window layout

Bug fixes

Fix loading of project files with empty filter values
Fix initial table view when using the -t / --table command line option
Add status message when opening a file from the recent file list (4dfe4f7)
Make sure to not show "NULL" for empty but non-NULL values in the Edit dialog
Fix plot being drawn before all data is loaded
Restore original default for having condition format in filter line (f28ecc0)
Fix default font in the format toolbar (c4b2ffc)
Improve binary detection for cases starting by chance by a BOM
Make sure the order of the statements in the SQL log is correct (05db901)
Fix executing selected SQL text when there are multi-byte characters
Fix executing SQL queries with compound operators
Fix SQL import of files with BOM
Also update schema when clicking the Refresh button in Browse Data tab (16c3d8d)
Select column in table results when column header is pressed
Tweak the output wording for command line options
Remove the default property of the cancel button in the "Fetching data..." dialog
Fix not being saved and not applied when modifying database cells in Windows external program (f2d8f79)
Fix incorrect display of SQL calltips containing non-US-ASCII characters (9f7851b)
Fix to 'Window Layout' options work properly

Building and packaging

Fix CMake warning during compilation (115aa00)
snap: Add environment variables to set Qt theme (7b5d652)
Updated to OpenSSL 1.1.1h for the Windows and macOS builds

Platform specific

No longer force Light theme on macOS when "Follow the desktop style" is chosen (508118f)
Keep registry key consistent on Windows
Allow use of integrated graphics card instead of high performance graphics card in macOS
Use native path separators in Preferences dialog (f38b829)
Added message box for informative command line arguments for Windows


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 pkgsrc/databases/sqlitebrowser/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/sqlitebrowser/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/sqlitebrowser/Makefile
diff -u pkgsrc/databases/sqlitebrowser/Makefile:1.43 pkgsrc/databases/sqlitebrowser/Makefile:1.44
--- pkgsrc/databases/sqlitebrowser/Makefile:1.43        Thu Nov  5 09:07:50 2020
+++ pkgsrc/databases/sqlitebrowser/Makefile     Thu Nov 12 21:03:58 2020
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.43 2020/11/05 09:07:50 ryoon Exp $
+# $NetBSD: Makefile,v 1.44 2020/11/12 21:03:58 adam Exp $
 
-DISTNAME=      sqlitebrowser-3.12.0
-PKGREVISION=   3
+DISTNAME=      sqlitebrowser-3.12.1
 CATEGORIES=    databases x11
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=sqlitebrowser/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}

Index: pkgsrc/databases/sqlitebrowser/distinfo
diff -u pkgsrc/databases/sqlitebrowser/distinfo:1.11 pkgsrc/databases/sqlitebrowser/distinfo:1.12
--- pkgsrc/databases/sqlitebrowser/distinfo:1.11        Mon Jul 20 19:11:46 2020
+++ pkgsrc/databases/sqlitebrowser/distinfo     Thu Nov 12 21:03:58 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2020/07/20 19:11:46 adam Exp $
+$NetBSD: distinfo,v 1.12 2020/11/12 21:03:58 adam Exp $
 
-SHA1 (sqlitebrowser-3.12.0.tar.gz) = 8b0d16be14c77930a92d025c08e8ea4303feab4a
-RMD160 (sqlitebrowser-3.12.0.tar.gz) = 07b7b7bfc8389e8927ba2769c90742bf67bd87ba
-SHA512 (sqlitebrowser-3.12.0.tar.gz) = 4a8150dfb8721a9a8c31b140ee277722319b43da242ada2da22ecc0a6f1bd1e16eef6d1037a33652156094d9c372ccfa9a772c980d3afad9cc7124b4cada01e0
-Size (sqlitebrowser-3.12.0.tar.gz) = 4017370 bytes
+SHA1 (sqlitebrowser-3.12.1.tar.gz) = 77aaa94484ab0ea5d49afe9ef2fab7b1aca0d6b5
+RMD160 (sqlitebrowser-3.12.1.tar.gz) = 551e97e85316d13432431dbd82ffbcec79d63a0d
+SHA512 (sqlitebrowser-3.12.1.tar.gz) = f0a62958008693606d9ab04b0413fa10705c7b45fb970c218d8f1adfe8ca01895a6470f369ded6cb7a9338c27385838b8d57c89b5855b4050ce9bec0d69626d1
+Size (sqlitebrowser-3.12.1.tar.gz) = 3990525 bytes



Home | Main Index | Thread Index | Old Index