forked from pool/sqlitebrowser
Accepting request 293289 from home:cyberiad:branches:server:database
Update to version 3.5.1 OBS-URL: https://build.opensuse.org/request/show/293289 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=9
This commit is contained in:
parent
8a27085aaa
commit
08c4978421
3
sqlitebrowser-sqlitebrowser-0ddf048.tar.gz
Normal file
3
sqlitebrowser-sqlitebrowser-0ddf048.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:771ac4e9e0f6da546e49ba13083dc8a3cf3dbaa3271a1617b7e57dbd97a087bd
|
||||
size 885009
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3b7058358fddb54a84833fdb3ce99fc1fe70a39b9e7bbc21ced57cd2f39a313
|
||||
size 722201
|
@ -1,3 +1,50 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 26 14:04:19 UTC 2015 - stephan.barth@suse.com
|
||||
|
||||
- Update to version 3.5.1 from 3.4.0
|
||||
Upstream changes for 3.5.1:
|
||||
|
||||
Bug fixes
|
||||
|
||||
- Default Location field can't be changed in v3.5.0 on OSX - #197
|
||||
- Crash when a table name is empty - #194
|
||||
- CSV Import bug - final row being missed - #193
|
||||
- Attach database when main is encrypted - #174
|
||||
- Failure to delete some SQLite entries (.s3db) - #172
|
||||
|
||||
Important upstream changes for 3.5.0:
|
||||
One of the major improvements in this release, is support for encrypted
|
||||
databases. This is done using the SQLCipher encryption library.
|
||||
|
||||
Enhancements
|
||||
|
||||
- I18N - Simplified Chinese language support - #138
|
||||
- Add tooltip for all table items - #139
|
||||
- Remember CSV export options - #149
|
||||
- Distinguish Save and Save As when saving SQL files in the Execute SQL tab
|
||||
- #152
|
||||
- Add two buttons to navigate to the head and the tail - #169
|
||||
- Support Indices without sorting - #176
|
||||
|
||||
Enhancements with progress, though more still needs to be done
|
||||
|
||||
- Open Encrypted Database - #12
|
||||
- Add full support for tables without rowid - #51
|
||||
- NULL field values are not highlighted - #163
|
||||
- Ability to change language - #182 #187
|
||||
|
||||
Bug fixes
|
||||
|
||||
- Foreign Key in Edit Create Table - #109
|
||||
- CSV export bug - Fields aren't automatically quoted when separator
|
||||
character is present in the data - #144
|
||||
- [feature request]"Execute SQL": clear output if query returns nothing -
|
||||
- #151
|
||||
- Export to SQL INT Datatype Expression - #156
|
||||
- Crash when opening db without rowid and composite primary key - #159
|
||||
- Database Structure view: wrong parsing of CHECK constraints - #179
|
||||
- tests: fix QCoreApplication parameters #185
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 8 10:51:35 UTC 2014 - lars@linux-schulserver.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sqlitebrowser
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,14 +17,14 @@
|
||||
|
||||
|
||||
Name: sqlitebrowser
|
||||
Version: 3.4.0
|
||||
Version: 3.5.1
|
||||
Release: 0
|
||||
Summary: Create, design and edit SQLite Databases
|
||||
License: GPL-3.0+ and MPL-2.0
|
||||
Group: Productivity/Office/Organizers
|
||||
Url: https://github.com/rp-/sqlitebrowser/
|
||||
# https://github.com/rp-/sqlitebrowser/releases
|
||||
Source0: sqlitebrowser-sqlitebrowser-ce41627.tar.bz2
|
||||
Source0: sqlitebrowser-sqlitebrowser-0ddf048.tar.gz
|
||||
Source1: sqlitebrowser.1
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: update-desktop-files
|
||||
@ -64,7 +64,7 @@ to:
|
||||
* Examine a log of all SQL commands issued by the application
|
||||
|
||||
%prep
|
||||
%setup -q -n sqlitebrowser-sqlitebrowser-ce41627
|
||||
%setup -q -n sqlitebrowser-sqlitebrowser-0ddf048
|
||||
|
||||
%build
|
||||
cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} .
|
||||
|
Loading…
Reference in New Issue
Block a user