Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sqlitebrowser for openSUSE:Factory 
checked in at 2022-01-07 12:46:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlitebrowser (Old)
 and      /work/SRC/openSUSE:Factory/.sqlitebrowser.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlitebrowser"

Fri Jan  7 12:46:13 2022 rev:16 rq:944541 version:3.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlitebrowser/sqlitebrowser.changes      
2021-06-01 10:40:24.069113310 +0200
+++ /work/SRC/openSUSE:Factory/.sqlitebrowser.new.1896/sqlitebrowser.changes    
2022-01-07 12:47:45.187902615 +0100
@@ -1,0 +2,7 @@
+Tue Jan  4 12:16:26 UTC 2022 - marec <ma...@detebe.org>
+
+- Fixed build for Leap
+- Added support for sqlcipher
+- Removed obsolete %post and %postun section
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ sqlitebrowser.spec ++++++
--- /var/tmp/diff_new_pack.AyGob5/_old  2022-01-07 12:47:45.591902895 +0100
+++ /var/tmp/diff_new_pack.AyGob5/_new  2022-01-07 12:47:45.595902898 +0100
@@ -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(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 @@
   -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 @@
 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

Reply via email to