forked from pool/sqlitebrowser
Accepting request 720253 from home:cyberiad:branches:server:database
update to version 3.11.2 OBS-URL: https://build.opensuse.org/request/show/720253 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=37
This commit is contained in:
parent
7bc57022be
commit
c0b7a0d896
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:36eb53bc75192c687dce298c79f1532c410ce4ecbeeacfb07b9d02a307f16bef
|
|
||||||
size 1992186
|
|
3
sqlitebrowser-3.11.2.tar.xz
Normal file
3
sqlitebrowser-3.11.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d4781db800fbde0b6174c4f35e84fbf9fa96743a9ca51651e261a274d5aaa674
|
||||||
|
size 1623200
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Aug 1 15:17:49 UTC 2019 - Stephan Barth <stephan.barth@suse.com>
|
||||||
|
|
||||||
|
- 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
|
Fri Jul 27 14:03:16 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
5
sqlitebrowser.obsinfo
Normal file
5
sqlitebrowser.obsinfo
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
name: sqlitebrowser
|
||||||
|
version: 3.11.2
|
||||||
|
mtime: 1554295018
|
||||||
|
commit: f07dafdd10c361f2a5867d125c9f8f79b629edd1
|
||||||
|
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package sqlitebrowser
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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
|
Name: sqlitebrowser
|
||||||
Version: 3.10.1
|
Version: 3.11.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Spreadsheet-like interface to SQLite databases
|
Summary: Spreadsheet-like interface to SQLite databases
|
||||||
License: GPL-3.0-or-later AND MPL-2.0
|
License: GPL-3.0-or-later AND MPL-2.0
|
||||||
Group: Productivity/Office/Organizers
|
Group: Productivity/Office/Organizers
|
||||||
Url: http://sqlitebrowser.org/
|
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
|
Source1: sqlitebrowser.1
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: hicolor-icon-theme
|
BuildRequires: hicolor-icon-theme
|
||||||
@ -31,11 +31,13 @@ BuildRequires: libqscintilla_qt5-devel
|
|||||||
BuildRequires: libqt5-linguist-devel
|
BuildRequires: libqt5-linguist-devel
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
|
BuildRequires: pkgconfig(Qt5Concurrent)
|
||||||
BuildRequires: pkgconfig(Qt5Gui)
|
BuildRequires: pkgconfig(Qt5Gui)
|
||||||
BuildRequires: pkgconfig(Qt5Network)
|
BuildRequires: pkgconfig(Qt5Network)
|
||||||
BuildRequires: pkgconfig(Qt5PrintSupport)
|
BuildRequires: pkgconfig(Qt5PrintSupport)
|
||||||
BuildRequires: pkgconfig(Qt5Test)
|
BuildRequires: pkgconfig(Qt5Test)
|
||||||
BuildRequires: pkgconfig(Qt5Widgets)
|
BuildRequires: pkgconfig(Qt5Widgets)
|
||||||
|
BuildRequires: pkgconfig(Qt5Xml)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
BuildRequires: pkgconfig(sqlite3)
|
BuildRequires: pkgconfig(sqlite3)
|
||||||
Requires(post): hicolor-icon-theme
|
Requires(post): hicolor-icon-theme
|
||||||
|
Loading…
Reference in New Issue
Block a user