Hello community, here is the log from the commit of package sqlitebrowser for openSUSE:Factory checked in at 2020-09-22 21:06:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sqlitebrowser (Old) and /work/SRC/openSUSE:Factory/.sqlitebrowser.new.4249 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sqlitebrowser" Tue Sep 22 21:06:01 2020 rev:13 rq:830686 version:3.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/sqlitebrowser/sqlitebrowser.changes 2019-09-11 10:39:53.339225443 +0200 +++ /work/SRC/openSUSE:Factory/.sqlitebrowser.new.4249/sqlitebrowser.changes 2020-09-22 21:07:03.327712784 +0200 @@ -1,0 +2,18 @@ +Thu Aug 13 23:43:19 UTC 2020 - Chris Coutinho <[email protected]> + +- 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/ + +------------------------------------------------------------------- Old: ---- sqlitebrowser-3.11.2.tar.xz New: ---- v3.12.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sqlitebrowser.spec ++++++ --- /var/tmp/diff_new_pack.n8CN6n/_old 2020-09-22 21:07:08.179717029 +0200 +++ /var/tmp/diff_new_pack.n8CN6n/_new 2020-09-22 21:07:08.183717033 +0200 @@ -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 @@ * Examine a log of all SQL commands issued by the application %prep -%setup -q +%setup -qn %{name}-%{version} %build %cmake \ @@ -75,7 +75,8 @@ -DQSCINTILLA_LIBRARY=%{_libdir}/libqscintilla2_qt5.so \ -DBUILD_SHARED_LIBS=OFF \ -Wno-dev -%make_jobs + +%cmake_build %install %cmake_install @@ -104,12 +105,13 @@ %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
