Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sigil for openSUSE:Factory checked 
in at 2025-03-24 13:28:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sigil (Old)
 and      /work/SRC/openSUSE:Factory/.sigil.new.2696 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sigil"

Mon Mar 24 13:28:32 2025 rev:43 rq:1255093 version:2.4.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/sigil/sigil.changes      2025-03-10 
17:59:14.379326929 +0100
+++ /work/SRC/openSUSE:Factory/.sigil.new.2696/sigil.changes    2025-03-24 
13:28:36.094672253 +0100
@@ -1,0 +2,5 @@
+Thu Mar 20 07:40:24 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de>
+
+- use system libraries for zlib, hunspell, pcre2
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sigil.spec ++++++
--- /var/tmp/diff_new_pack.jpSvVr/_old  2025-03-24 13:28:36.914706421 +0100
+++ /var/tmp/diff_new_pack.jpSvVr/_new  2025-03-24 13:28:36.914706421 +0100
@@ -52,8 +52,8 @@
 BuildRequires:  pkgconfig
 # upstream use for qt6-base-devel 6.8.2
 BuildRequires:  qt6-base-devel >= 6.6.3
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel >= 3.9}
+BuildRequires:  python-rpm-macros
 # not need for build, only check for exists
 # upstream use for python3-Pillow 10.3.0
 BuildRequires:  %{python_module Pillow >= 9.5.0}
@@ -98,7 +98,7 @@
 BuildRequires:  cmake(Qt6Widgets)
 BuildRequires:  cmake(Qt6Xml)
 BuildRequires:  pkgconfig(hunspell)
-BuildRequires:  pkgconfig(libpcre)
+BuildRequires:  pkgconfig(libpcre2-8)
 BuildRequires:  pkgconfig(libusb-1.0)
 BuildRequires:  pkgconfig(minizip)
 Requires:       %{python_flavor}-Pillow
@@ -155,8 +155,9 @@
 export CXXFLAGS="$CFLAGS"
 
 %cmake_qt6 -G "Unix Makefiles" \
-    -DTRY_NEWER_FINDPYTHON3=1
-
+    -DTRY_NEWER_FINDPYTHON3=1 \
+    -DUSE_SYSTEM_LIBS=1 \
+    %{nil}
 %qt6_build
 
 %install

Reply via email to