diff --git a/sqlitebrowser.changes b/sqlitebrowser.changes index 41b8428..6dfa412 100644 --- a/sqlitebrowser.changes +++ b/sqlitebrowser.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Tue Jan 4 12:16:26 UTC 2022 - marec + +- Fixed build for Leap +- Added support for sqlcipher +- Removed obsolete %post and %postun section + ------------------------------------------------------------------- Mon May 24 19:09:02 UTC 2021 - Andreas Stieger @@ -13,7 +20,7 @@ Wed Jan 6 12:58:37 UTC 2021 - Dirk Müller * Completely reworked interface for accessing DBHub.io * Add .Net DateTime.Ticks to list of supported display formats (#2378) * Add more options for setting font sizes (#2306) - * New predefined settings for simplified window layout (#2307) + * New predefined settings for simplified window layout (#2307) * see https://sqlitebrowser.org/blog/version-3-12-1-released/ ------------------------------------------------------------------- @@ -120,7 +127,7 @@ Tue Aug 29 16:59:44 UTC 2017 - wbauer@tmo.at Thu Jan 19 12:38:53 UTC 2017 - hpj@urpla.net - switch to qmake build: cmake is badly broken ATM -- update to version 3.9.1 +- update to version 3.9.1 * Major features - DBHub.io was recently announced. - Future releases of DB Browser for SQLite will optionally be able to save and retrieve your SQLite databases "in the cloud". diff --git a/sqlitebrowser.spec b/sqlitebrowser.spec index 88d43f0..b2ff7c3 100644 --- a/sqlitebrowser.spec +++ b/sqlitebrowser.spec @@ -1,7 +1,7 @@ # # spec file for package sqlitebrowser # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -39,11 +39,8 @@ BuildRequires: pkgconfig(Qt5Test) BuildRequires: pkgconfig(Qt5Widgets) BuildRequires: pkgconfig(Qt5Xml) BuildRequires: pkgconfig(glib-2.0) +BuildRequires: pkgconfig(sqlcipher) BuildRequires: pkgconfig(sqlite3) -Requires(post): hicolor-icon-theme -Requires(post): update-desktop-files -Requires(postun):hicolor-icon-theme -Requires(postun):update-desktop-files # not on SLE-12 %if 0%{?suse_version} != 1315 || 0%{?is_opensuse} BuildRequires: antlr-devel @@ -74,6 +71,10 @@ Controls and guided dialogs are available for users to: -DQSCINTILLA_INCLUDE_DIR=%{_includedir}/qt5/Qsci \ -DQSCINTILLA_LIBRARY=%{_libdir}/libqscintilla2_qt5.so \ -DBUILD_SHARED_LIBS=OFF \ +%if 0%{?suse_version} && 0%{?suse_version} <= 1500 + -DFORCE_INTERNAL_QSCINTILLA=ON \ +%endif + -Dsqlcipher=1 \ -Wno-dev %cmake_build @@ -96,14 +97,6 @@ Icon=%{name} EOF %suse_update_desktop_file %{name} -%post -%desktop_database_post -%icon_theme_cache_post - -%postun -%desktop_database_postun -%icon_theme_cache_postun - %files %doc README.md currentrelease %license LICENSE