Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sqlitebrowser for openSUSE:Factory 
checked in at 2026-01-09 17:03:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sqlitebrowser (Old)
 and      /work/SRC/openSUSE:Factory/.sqlitebrowser.new.1928 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sqlitebrowser"

Fri Jan  9 17:03:58 2026 rev:18 rq:1325997 version:3.13.99

Changes:
--------
--- /work/SRC/openSUSE:Factory/sqlitebrowser/sqlitebrowser.changes      
2024-12-09 21:13:37.738130537 +0100
+++ /work/SRC/openSUSE:Factory/.sqlitebrowser.new.1928/sqlitebrowser.changes    
2026-01-09 17:06:06.342500394 +0100
@@ -1,0 +2,6 @@
+Tue Jan  6 18:50:14 UTC 2026 - Patrick Ziegler <[email protected]>
+
+- Update to 3.13.99 (master)
+- Build against Qt6
+
+-------------------------------------------------------------------

Old:
----
  v3.13.1.tar.gz

New:
----
  v3.13.99.tar.gz

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

Other differences:
------------------
++++++ sqlitebrowser.spec ++++++
--- /var/tmp/diff_new_pack.pvekOK/_old  2026-01-09 17:06:07.134533224 +0100
+++ /var/tmp/diff_new_pack.pvekOK/_new  2026-01-09 17:06:07.138533391 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sqlitebrowser
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           sqlitebrowser
-Version:        3.13.1
+Version:        3.13.99
 Release:        0
 Summary:        Spreadsheet-like interface to SQLite databases
 License:        GPL-3.0-or-later AND MPL-2.0
@@ -27,28 +27,27 @@
 Source1:        sqlitebrowser.1
 # PATCH-FIX-UPSTREAM switch_case_return.patch -- [email protected]
 Patch0:         switch_case_return.patch
+
+BuildRequires:  antlr-devel
 BuildRequires:  gcc-c++
 BuildRequires:  hicolor-icon-theme
-BuildRequires:  libqscintilla_qt5-devel
-BuildRequires:  libqt5-linguist-devel
 BuildRequires:  pkgconfig
+BuildRequires:  qscintilla-qt6-devel
 BuildRequires:  update-desktop-files
-BuildRequires:  pkgconfig(Qt5Concurrent)
-BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Network)
-BuildRequires:  pkgconfig(Qt5PrintSupport)
-BuildRequires:  pkgconfig(Qt5Test)
-BuildRequires:  pkgconfig(Qt5Widgets)
-BuildRequires:  pkgconfig(Qt5Xml)
+BuildRequires:  pkgconfig(Qt6Concurrent)
+BuildRequires:  pkgconfig(Qt6Core5Compat)
+BuildRequires:  pkgconfig(Qt6Gui)
+BuildRequires:  pkgconfig(Qt6Linguist)
+BuildRequires:  pkgconfig(Qt6Network)
+BuildRequires:  pkgconfig(Qt6PrintSupport)
+BuildRequires:  pkgconfig(Qt6Test)
+BuildRequires:  pkgconfig(Qt6Widgets)
+BuildRequires:  pkgconfig(Qt6Xml)
 BuildRequires:  pkgconfig(glib-2.0)
-BuildRequires:  pkgconfig(qcustomplot)
+%if 0%{?suse_version} > 1600 && 0%{?is_opensuse}
 BuildRequires:  pkgconfig(qhexedit2)
-BuildRequires:  pkgconfig(sqlcipher)
-BuildRequires:  pkgconfig(sqlite3)
-# not on SLE-12
-%if 0%{?suse_version} != 1315 || 0%{?is_opensuse}
-BuildRequires:  antlr-devel
 %endif
+BuildRequires:  pkgconfig(sqlcipher)
 
 %description
 SQLite Database Browser is a visual tool for creating, designing and
@@ -73,14 +72,11 @@
 
 %build
 %cmake \
-  -DQSCINTILLA_INCLUDE_DIR=%{_includedir}/qt5/Qsci \
-  -DQSCINTILLA_LIBRARY=%{_libdir}/libqscintilla2_qt5.so \
+  -DQT_MAJOR=Qt6 \
   -DBUILD_STABLE_VERSION=ON \
-  -DFORCE_INTERNAL_QCUSTOMPLOT=OFF \
+  -DBUILD_SHARED_LIBS=OFF \
+  -DFORCE_INTERNAL_QCUSTOMPLOT=ON \
   -DFORCE_INTERNAL_QHEXEDIT=OFF \
-%if 0%{?suse_version} && 0%{?suse_version} <= 1500
-  -DFORCE_INTERNAL_QSCINTILLA=ON \
-%endif
   -Dsqlcipher=1 \
   -Wno-dev
 

++++++ switch_case_return.patch ++++++
--- /var/tmp/diff_new_pack.pvekOK/_old  2026-01-09 17:06:07.194535711 +0100
+++ /var/tmp/diff_new_pack.pvekOK/_new  2026-01-09 17:06:07.198535878 +0100
@@ -1,7 +1,5 @@
-Index: sqlitebrowser-3.13.1/src/sql/ObjectIdentifier.cpp
-===================================================================
---- sqlitebrowser-3.13.1.orig/src/sql/ObjectIdentifier.cpp
-+++ sqlitebrowser-3.13.1/src/sql/ObjectIdentifier.cpp
+--- a/src/sql/ObjectIdentifier.cpp
++++ b/src/sql/ObjectIdentifier.cpp
 @@ -49,6 +49,8 @@ std::string escapeIdentifier(const std::
          // default branch is removed, even though we have covered all 
possibilities in the
          // switch statement.

++++++ v3.13.1.tar.gz -> v3.13.99.tar.gz ++++++
++++ 329922 lines of diff (skipped)

Reply via email to