From 3766e6f8f6eece2deacb1b9d14704e338002beb9b539a9ea2dee3d81940326f2 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 8 Dec 2014 10:59:46 +0000 Subject: [PATCH 1/4] - update to 3.4.0 + CSV file import and export code has been extensively modified for better RFC compatibility + support for custom collation sequences. This lets people use SQLite3 databases copied from their Android phone or tablet. + several fixes in our SQL grammar parser + Make adding new rows less confusing by showing automatically generated data by default values, triggers or the PK right after the new row is added + Edit Table dialog: Add option for adding a unique constraint to columns + UI improvements: Show line numbers in the SQL log + Add a database schema pane (can be torn off) + Added a Russian translation, fixed German translation + new Project files feature, for saving metadata about your SQLite Database files + New: Plotting, a quick and dirty way to draw graphs from your table data + Bi-licensed under MPLv2 and GPLv3 - use cmake now instead of old qmake - let make install the sqlitebrowser binary OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=7 --- sqlitebrowser-sqlb-3.0.2.tar.bz2 | 3 -- sqlitebrowser-sqlitebrowser-ce41627.tar.bz2 | 3 ++ sqlitebrowser.changes | 24 ++++++++++++++++ sqlitebrowser.spec | 31 +++++++++++---------- 4 files changed, 43 insertions(+), 18 deletions(-) delete mode 100644 sqlitebrowser-sqlb-3.0.2.tar.bz2 create mode 100644 sqlitebrowser-sqlitebrowser-ce41627.tar.bz2 diff --git a/sqlitebrowser-sqlb-3.0.2.tar.bz2 b/sqlitebrowser-sqlb-3.0.2.tar.bz2 deleted file mode 100644 index 30ab97b..0000000 --- a/sqlitebrowser-sqlb-3.0.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fc9bf217f8cb0fd93a71b541b23acfe4c64ed386d8fc3034eb8e3c9e23adcf20 -size 305461 diff --git a/sqlitebrowser-sqlitebrowser-ce41627.tar.bz2 b/sqlitebrowser-sqlitebrowser-ce41627.tar.bz2 new file mode 100644 index 0000000..5509768 --- /dev/null +++ b/sqlitebrowser-sqlitebrowser-ce41627.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3b7058358fddb54a84833fdb3ce99fc1fe70a39b9e7bbc21ced57cd2f39a313 +size 722201 diff --git a/sqlitebrowser.changes b/sqlitebrowser.changes index e755b5f..49649cc 100644 --- a/sqlitebrowser.changes +++ b/sqlitebrowser.changes @@ -1,3 +1,27 @@ +------------------------------------------------------------------- +Mon Dec 8 10:51:35 UTC 2014 - lars@linux-schulserver.de + +- update to 3.4.0 + + CSV file import and export code has been extensively modified + for better RFC compatibility + + support for custom collation sequences. This lets people use + SQLite3 databases copied from their Android phone or tablet. + + several fixes in our SQL grammar parser + + Make adding new rows less confusing by showing automatically + generated data by default values, triggers or the PK right after + the new row is added + + Edit Table dialog: Add option for adding a unique constraint to columns + + UI improvements: Show line numbers in the SQL log + + Add a database schema pane (can be torn off) + + Added a Russian translation, fixed German translation + + new Project files feature, for saving metadata about your SQLite + Database files + + New: Plotting, a quick and dirty way to draw graphs from your + table data + + Bi-licensed under MPLv2 and GPLv3 +- use cmake now instead of old qmake +- let make install the sqlitebrowser binary + ------------------------------------------------------------------- Sun Feb 16 19:34:33 UTC 2014 - lars@linux-schulserver.de diff --git a/sqlitebrowser.spec b/sqlitebrowser.spec index c3f0e1e..ae418fc 100644 --- a/sqlitebrowser.spec +++ b/sqlitebrowser.spec @@ -1,7 +1,7 @@ # # spec file for package sqlitebrowser # -# Copyright (c) 2012-2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 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 @@ -15,26 +15,28 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: sqlitebrowser -Version: 3.0.2 -Release: 1 -License: GPL-3.0+ +Version: 3.4.0 +Release: 0 Summary: Create, design and edit SQLite Databases -Url: https://github.com/rp-/sqlitebrowser/ +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: %{name}-sqlb-%{version}.tar.bz2 +Source0: sqlitebrowser-sqlitebrowser-ce41627.tar.bz2 Source1: sqlitebrowser.1 %if 0%{?suse_version} BuildRequires: update-desktop-files %endif BuildRequires: autoconf BuildRequires: automake +BuildRequires: cmake BuildRequires: gcc BuildRequires: gcc-c++ +BuildRequires: hicolor-icon-theme BuildRequires: libQtWebKit-devel -BuildRequires: libqt4-devel -BuildRequires: make +BuildRequires: libqt4-devel >= 4.6 BuildRequires: sqlite3-devel BuildRequires: update-desktop-files %if 0%{?suse_version} > 1100 @@ -62,19 +64,18 @@ to: * Examine a log of all SQL commands issued by the application %prep -%setup -q -n %{name}-sqlb-%{version} +%setup -q -n sqlitebrowser-sqlitebrowser-ce41627 %build -qmake +cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} . make %{?_smp_mflags} %install -%make_install +make DESTDIR="%{buildroot}" install mkdir -p %{buildroot}/%{_bindir} %{buildroot}/%{_datadir}/{applications,pixmaps} -install -m755 src/sqlitebrowser %{buildroot}/%{_bindir}/ install -Dm644 %{SOURCE1} %{buildroot}/%{_mandir}/man1/%{name}.1 install -m644 images/%{name}.png %{buildroot}/%{_datadir}/pixmaps/%{name}.png -cat >> %{buildroot}/%{_datadir}/applications/%{name}.desktop << EOF +cat > %{buildroot}/%{_datadir}/applications/%{name}.desktop << EOF [Desktop Entry] Categories=Application;Network;GNOME;GTK;System;X-SuSE-ServiceConfiguration; StartupNotify=true @@ -100,13 +101,13 @@ rm -fr %{buildroot} %desktop_database_postun %endif - %files %defattr(-,root,root) -%doc README.rst LICENSE +%doc README.md LICENSE currentrelease %{_mandir}/man1/%{name}.1* %{_bindir}/* %{_datadir}/applications/* %{_datadir}/pixmaps/* +%{_datadir}/icons/hicolor/*/apps/sqlitebrowser.png %changelog From 8a27085aaa859c5351c21f8b20f9a81fd4aec746e923a73caae58d228d8ddf89 Mon Sep 17 00:00:00 2001 From: Lars Vogdt Date: Mon, 8 Dec 2014 11:02:23 +0000 Subject: [PATCH 2/4] + Bi-licensed under MPLv2 and GPLv3 - adapt package license string for the bi-license - build-require hicolor-icon-theme for the directory ownership OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=8 --- sqlitebrowser.changes | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sqlitebrowser.changes b/sqlitebrowser.changes index 49649cc..42e76bf 100644 --- a/sqlitebrowser.changes +++ b/sqlitebrowser.changes @@ -18,9 +18,11 @@ Mon Dec 8 10:51:35 UTC 2014 - lars@linux-schulserver.de Database files + New: Plotting, a quick and dirty way to draw graphs from your table data - + Bi-licensed under MPLv2 and GPLv3 + + Bi-licensed under MPLv2 and GPLv3 +- adapt package license string for the bi-license - use cmake now instead of old qmake - let make install the sqlitebrowser binary +- build-require hicolor-icon-theme for the directory ownership ------------------------------------------------------------------- Sun Feb 16 19:34:33 UTC 2014 - lars@linux-schulserver.de From 08c4978421a48a6acfa8a99ad5c7906fccb4809da13e70df79ccd7a93c0b1234 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Fri, 27 Mar 2015 16:45:26 +0000 Subject: [PATCH 3/4] 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 --- sqlitebrowser-sqlitebrowser-0ddf048.tar.gz | 3 ++ sqlitebrowser-sqlitebrowser-ce41627.tar.bz2 | 3 -- sqlitebrowser.changes | 47 +++++++++++++++++++++ sqlitebrowser.spec | 8 ++-- 4 files changed, 54 insertions(+), 7 deletions(-) create mode 100644 sqlitebrowser-sqlitebrowser-0ddf048.tar.gz delete mode 100644 sqlitebrowser-sqlitebrowser-ce41627.tar.bz2 diff --git a/sqlitebrowser-sqlitebrowser-0ddf048.tar.gz b/sqlitebrowser-sqlitebrowser-0ddf048.tar.gz new file mode 100644 index 0000000..00bc8a9 --- /dev/null +++ b/sqlitebrowser-sqlitebrowser-0ddf048.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:771ac4e9e0f6da546e49ba13083dc8a3cf3dbaa3271a1617b7e57dbd97a087bd +size 885009 diff --git a/sqlitebrowser-sqlitebrowser-ce41627.tar.bz2 b/sqlitebrowser-sqlitebrowser-ce41627.tar.bz2 deleted file mode 100644 index 5509768..0000000 --- a/sqlitebrowser-sqlitebrowser-ce41627.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a3b7058358fddb54a84833fdb3ce99fc1fe70a39b9e7bbc21ced57cd2f39a313 -size 722201 diff --git a/sqlitebrowser.changes b/sqlitebrowser.changes index 42e76bf..db190fe 100644 --- a/sqlitebrowser.changes +++ b/sqlitebrowser.changes @@ -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 diff --git a/sqlitebrowser.spec b/sqlitebrowser.spec index ae418fc..31918a8 100644 --- a/sqlitebrowser.spec +++ b/sqlitebrowser.spec @@ -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} . From 9cd7edafe6eab2188e35129b135118474c91f3f32ca814359de962bdd11cba87 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 2 Apr 2015 07:11:30 +0000 Subject: [PATCH 4/4] - Update licensing information OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=10 --- sqlitebrowser.changes | 5 +++++ sqlitebrowser.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/sqlitebrowser.changes b/sqlitebrowser.changes index db190fe..785e527 100644 --- a/sqlitebrowser.changes +++ b/sqlitebrowser.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Apr 2 07:09:42 UTC 2015 - mpluskal@suse.com + +- Update licensing information + ------------------------------------------------------------------- Thu Mar 26 14:04:19 UTC 2015 - stephan.barth@suse.com diff --git a/sqlitebrowser.spec b/sqlitebrowser.spec index 31918a8..76a56d7 100644 --- a/sqlitebrowser.spec +++ b/sqlitebrowser.spec @@ -1,7 +1,7 @@ # # spec file for package sqlitebrowser # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,7 +20,7 @@ Name: sqlitebrowser Version: 3.5.1 Release: 0 Summary: Create, design and edit SQLite Databases -License: GPL-3.0+ and MPL-2.0 +License: GPL-3.0+ or MPL-2.0 Group: Productivity/Office/Organizers Url: https://github.com/rp-/sqlitebrowser/ # https://github.com/rp-/sqlitebrowser/releases