diff --git a/sqlitebrowser-3.10.1.tar.gz b/sqlitebrowser-3.10.1.tar.gz deleted file mode 100644 index 6520012..0000000 --- a/sqlitebrowser-3.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:36eb53bc75192c687dce298c79f1532c410ce4ecbeeacfb07b9d02a307f16bef -size 1992186 diff --git a/sqlitebrowser-3.11.2.tar.xz b/sqlitebrowser-3.11.2.tar.xz new file mode 100644 index 0000000..03e6a4b --- /dev/null +++ b/sqlitebrowser-3.11.2.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4781db800fbde0b6174c4f35e84fbf9fa96743a9ca51651e261a274d5aaa674 +size 1623200 diff --git a/sqlitebrowser.changes b/sqlitebrowser.changes index 95d1acd..4b2f635 100644 --- a/sqlitebrowser.changes +++ b/sqlitebrowser.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Aug 1 15:17:49 UTC 2019 - Stephan Barth + +- Added dependencies on Qt5Concurrent and Qt5Xml +- Update to version 3.11.2: + * Added Korean translation updates from PR #1600 + * Italian translation for v3.11.x + * Regenerate translation files for the v3.11.x branch + * Updated German translation for 3.11.x + * Updated Brazilian Portuguese translation + * Fix editing encryption when using SQLCipher 4 + * Fix transaction detection in SQL import + ------------------------------------------------------------------- Fri Jul 27 14:03:16 UTC 2018 - jengelh@inai.de diff --git a/sqlitebrowser.obsinfo b/sqlitebrowser.obsinfo new file mode 100644 index 0000000..581128e --- /dev/null +++ b/sqlitebrowser.obsinfo @@ -0,0 +1,5 @@ +name: sqlitebrowser +version: 3.11.2 +mtime: 1554295018 +commit: f07dafdd10c361f2a5867d125c9f8f79b629edd1 + diff --git a/sqlitebrowser.spec b/sqlitebrowser.spec index 4207582..5931be7 100644 --- a/sqlitebrowser.spec +++ b/sqlitebrowser.spec @@ -1,7 +1,7 @@ # # spec file for package sqlitebrowser # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 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 @@ -12,18 +12,18 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: sqlitebrowser -Version: 3.10.1 +Version: 3.11.2 Release: 0 Summary: Spreadsheet-like interface to SQLite databases License: GPL-3.0-or-later AND MPL-2.0 Group: Productivity/Office/Organizers Url: http://sqlitebrowser.org/ -Source0: https://github.com/sqlitebrowser/sqlitebrowser/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: %{name}-%{version}.tar.xz Source1: sqlitebrowser.1 BuildRequires: gcc-c++ BuildRequires: hicolor-icon-theme @@ -31,11 +31,13 @@ BuildRequires: libqscintilla_qt5-devel BuildRequires: libqt5-linguist-devel BuildRequires: pkgconfig BuildRequires: update-desktop-files +BuildRequires: pkgconfig(Qt5Concurrent) BuildRequires: pkgconfig(Qt5Gui) BuildRequires: pkgconfig(Qt5Network) BuildRequires: pkgconfig(Qt5PrintSupport) BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) +BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(sqlite3) Requires(post): hicolor-icon-theme