Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nekobox for openSUSE:Factory checked in at 2026-06-02 16:01:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nekobox (Old) and /work/SRC/openSUSE:Factory/.nekobox.new.1937 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nekobox" Tue Jun 2 16:01:52 2026 rev:26 rq:1356415 version:5.11.16 Changes: -------- --- /work/SRC/openSUSE:Factory/nekobox/nekobox.changes 2026-05-13 17:21:30.580694179 +0200 +++ /work/SRC/openSUSE:Factory/.nekobox.new.1937/nekobox.changes 2026-06-02 16:02:24.274165626 +0200 @@ -1,0 +2,9 @@ +Mon Jun 01 16:37:26 UTC 2026 - qr243vbi <[email protected]> + +Update to 5.11.16 +- Support nekoray deep-links +- Replace QML with QuickJS-NG +- Add drag-and-drop support for custom sorting +- Fix the Nekoray link sharing button + +------------------------------------------------------------------- Old: ---- nekobox-unified-source-5.11.15.tar.xz New: ---- nekobox-unified-source-5.11.16.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nekobox.spec ++++++ --- /var/tmp/diff_new_pack.NiT78a/_old 2026-06-02 16:02:25.002195816 +0200 +++ /var/tmp/diff_new_pack.NiT78a/_new 2026-06-02 16:02:25.006195983 +0200 @@ -17,7 +17,7 @@ %define debug_package %{nil} %define core nekobox_core Name: nekobox -Version: 5.11.15 +Version: 5.11.16 Release: 0%{?autorelease} Summary: Qt based cross-platform GUI proxy configuration manager (backend: sing-box) License: GPL-3.0-only @@ -52,10 +52,15 @@ BuildRequires: cmake(Qt6Concurrent) BuildRequires: pkgconfig(xkbcommon) BuildRequires: cmake(yaml-cpp) -BuildRequires: cmake(leveldb) -BuildRequires: cmake(Snappy) BuildRequires: gcc-c++ + %bcond cpr 0%{?cpr_available} +%bcond leveldb 1 + +%if %{with leveldb} +BuildRequires: cmake(leveldb) +BuildRequires: cmake(Snappy) +%endif %if %{with cpr} BuildRequires: cmake(cpr) @@ -65,6 +70,7 @@ BuildRequires: libunistring-devel BuildRequires: (curl-devel or libcurl-devel) %endif + Requires: %{name}-core = %{version} Requires: %{name}-qt = %{version} @@ -121,7 +127,13 @@ GOFLAGS='-mod=vendor %{?gobuildflags}' ( -%cmake -GNinja "-DPROGRAMPREFIX=%{_libexecdir}/%{name}" "-DNKR_DEFAULT_VERSION=%{version}" %{?cmake_opts} +%if %{with leveldb} +SKIP_LEVELDB=OFF +%else +SKIP_LEVELDB=ON +%endif + +%cmake -GNinja "-DSKIP_LEVELDB=${SKIP_LEVELDB}" "-DPROGRAMPREFIX=%{_libexecdir}/%{name}" "-DNKR_DEFAULT_VERSION=%{version}" %{?cmake_opts} ) ninja -C "$(realpath %__builddir)" -v -j %{_smp_build_ncpus} ++++++ nekobox-unified-source-5.11.15.tar.xz -> nekobox-unified-source-5.11.16.tar.xz ++++++ /work/SRC/openSUSE:Factory/nekobox/nekobox-unified-source-5.11.15.tar.xz /work/SRC/openSUSE:Factory/.nekobox.new.1937/nekobox-unified-source-5.11.16.tar.xz differ: char 25, line 1
