Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package deepin-file-manager for openSUSE:Factory checked in at 2025-04-15 16:47:54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/deepin-file-manager (Old) and /work/SRC/openSUSE:Factory/.deepin-file-manager.new.1907 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "deepin-file-manager" Tue Apr 15 16:47:54 2025 rev:16 rq:1269532 version:5.6.4 Changes: -------- --- /work/SRC/openSUSE:Factory/deepin-file-manager/deepin-file-manager.changes 2024-12-17 19:25:31.110807707 +0100 +++ /work/SRC/openSUSE:Factory/.deepin-file-manager.new.1907/deepin-file-manager.changes 2025-04-15 16:50:13.097886341 +0200 @@ -1,0 +2,5 @@ +Thu Apr 10 18:35:36 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de> + +- drop unused pcre header, drop-pcre.patch, see upstream #11469 + +------------------------------------------------------------------- New: ---- drop-pcre.patch BETA DEBUG BEGIN: New: - drop unused pcre header, drop-pcre.patch, see upstream #11469 BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ deepin-file-manager.spec ++++++ --- /var/tmp/diff_new_pack.ZT7uHA/_old 2025-04-15 16:50:13.745912891 +0200 +++ /var/tmp/diff_new_pack.ZT7uHA/_new 2025-04-15 16:50:13.749913055 +0200 @@ -39,6 +39,7 @@ Patch4: fix-build-on-icu-75.patch # PATCH-FIX-UPSTRAM include-string_utils_h.patch hillw...@opensuse.org - Include string_utils.h to fix build on Tumbleweed Patch5: include-string_utils_h.patch +Patch6: drop-pcre.patch Patch99: harden_dde-filemanager-daemon.service.patch %ifarch ppc ppc64 ppc64le s390 s390x BuildRequires: deepin-desktop-base @@ -56,7 +57,6 @@ BuildRequires: libboost_system-devel BuildRequires: libmimetic-devel BuildRequires: libqt5-linguist -BuildRequires: pcre-devel BuildRequires: systemd-rpm-macros BuildRequires: udisks2-qt5-devel >= 5.0.0 BuildRequires: update-desktop-files ++++++ drop-pcre.patch ++++++ diff -ru dde-file-manager-5.6.4.orig/3rdparty/fsearch/database_search.c dde-file-manager-5.6.4/3rdparty/fsearch/database_search.c --- dde-file-manager-5.6.4.orig/3rdparty/fsearch/database_search.c 2025-04-10 20:32:40.061029999 +0200 +++ dde-file-manager-5.6.4/3rdparty/fsearch/database_search.c 2025-04-10 20:32:57.781025345 +0200 @@ -24,7 +24,6 @@ #include <string.h> #include <assert.h> #include <ctype.h> -#include <pcre.h> #include <fnmatch.h> #include "database_search.h"