forked from pool/sqlitebrowser
Accepting request 826567 from home:cbcoutinho:branches:server:database
- Update to 3.12.0 * Hightlights - Better table handling - Conditional formatting - Better threading and cancelling support for long-running queries - Multi-column sorting - New SQL parser with Unicode support and better coverage in general - Find dialogs everywhere - UI improvements everywhere - Proxy support - Better performance on slow systems - Support for pre-3.11 project file format https://sqlitebrowser.org/blog/version-3-12-0-released/ OBS-URL: https://build.opensuse.org/request/show/826567 OBS-URL: https://build.opensuse.org/package/show/server:database/sqlitebrowser?expand=0&rev=39
This commit is contained in:
parent
c0b7a0d896
commit
ccc0da0ec8
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d4781db800fbde0b6174c4f35e84fbf9fa96743a9ca51651e261a274d5aaa674
|
||||
size 1623200
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 13 23:43:19 UTC 2020 - Chris Coutinho <chrisbcoutinho@gmail.com>
|
||||
|
||||
- Update to 3.12.0
|
||||
* Hightlights
|
||||
- Better table handling
|
||||
- Conditional formatting
|
||||
- Better threading and cancelling support for long-running queries
|
||||
- Multi-column sorting
|
||||
- New SQL parser with Unicode support and better coverage in general
|
||||
- Find dialogs everywhere
|
||||
- UI improvements everywhere
|
||||
- Proxy support
|
||||
- Better performance on slow systems
|
||||
- Support for pre-3.11 project file format
|
||||
|
||||
https://sqlitebrowser.org/blog/version-3-12-0-released/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 1 15:17:49 UTC 2019 - Stephan Barth <stephan.barth@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package sqlitebrowser
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: sqlitebrowser
|
||||
Version: 3.11.2
|
||||
Version: 3.12.0
|
||||
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: %{name}-%{version}.tar.xz
|
||||
URL: http://sqlitebrowser.org
|
||||
Source0: https://github.com/%{name}/%{name}/archive/v%{version}.tar.gz
|
||||
Source1: sqlitebrowser.1
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: hicolor-icon-theme
|
||||
@ -67,7 +67,7 @@ Controls and guided dialogs are available for users to:
|
||||
* Examine a log of all SQL commands issued by the application
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -qn %{name}-%{version}
|
||||
|
||||
%build
|
||||
%cmake \
|
||||
@ -75,7 +75,8 @@ Controls and guided dialogs are available for users to:
|
||||
-DQSCINTILLA_LIBRARY=%{_libdir}/libqscintilla2_qt5.so \
|
||||
-DBUILD_SHARED_LIBS=OFF \
|
||||
-Wno-dev
|
||||
%make_jobs
|
||||
|
||||
%cmake_build
|
||||
|
||||
%install
|
||||
%cmake_install
|
||||
@ -104,12 +105,13 @@ EOF
|
||||
%icon_theme_cache_postun
|
||||
|
||||
%files
|
||||
%doc README.md LICENSE currentrelease
|
||||
%doc README.md currentrelease
|
||||
%license LICENSE
|
||||
%{_mandir}/man1/%{name}.1%{ext_man}
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/applications/*
|
||||
%dir %{_datadir}/appdata
|
||||
%{_datadir}/appdata/%{name}.desktop.appdata.xml
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/%{name}.desktop.appdata.xml
|
||||
%{_datadir}/pixmaps/*
|
||||
%{_datadir}/icons/hicolor/*/apps/sqlitebrowser.png
|
||||
|
||||
|
3
v3.12.0.tar.gz
Normal file
3
v3.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f1a1453ed0f4b5b72b0468bf8ee56887eb23d71c2518a449f4eb179471d73d1
|
||||
size 4017370
|
Loading…
Reference in New Issue
Block a user