diff --git a/sqlitebrowser-3.11.2.tar.xz b/sqlitebrowser-3.11.2.tar.xz deleted file mode 100644 index 03e6a4b..0000000 --- a/sqlitebrowser-3.11.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d4781db800fbde0b6174c4f35e84fbf9fa96743a9ca51651e261a274d5aaa674 -size 1623200 diff --git a/sqlitebrowser.changes b/sqlitebrowser.changes index 4b2f635..9b4cc94 100644 --- a/sqlitebrowser.changes +++ b/sqlitebrowser.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Aug 13 23:43:19 UTC 2020 - Chris Coutinho + +- 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 diff --git a/sqlitebrowser.spec b/sqlitebrowser.spec index 5931be7..7fec129 100644 --- a/sqlitebrowser.spec +++ b/sqlitebrowser.spec @@ -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 diff --git a/v3.12.0.tar.gz b/v3.12.0.tar.gz new file mode 100644 index 0000000..5c838cf --- /dev/null +++ b/v3.12.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f1a1453ed0f4b5b72b0468bf8ee56887eb23d71c2518a449f4eb179471d73d1 +size 4017370