Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nim for openSUSE:Factory checked in at 2025-03-27 22:32:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nim (Old) and /work/SRC/openSUSE:Factory/.nim.new.2696 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nim" Thu Mar 27 22:32:29 2025 rev:32 rq:1256367 version:2.2.2 Changes: -------- --- /work/SRC/openSUSE:Factory/nim/nim.changes 2025-03-11 20:48:02.797038898 +0100 +++ /work/SRC/openSUSE:Factory/.nim.new.2696/nim.changes 2025-03-27 22:33:10.566778870 +0100 @@ -1,0 +2,5 @@ +Mon Mar 24 20:09:27 UTC 2025 - Andreas Stieger <andreas.stie...@gmx.de> + +- move from pcre to pcre2, add nim-2.2.2-pcre2.patch + +------------------------------------------------------------------- New: ---- nim-2.2.2-pcre2.patch BETA DEBUG BEGIN: New: - move from pcre to pcre2, add nim-2.2.2-pcre2.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nim.spec ++++++ --- /var/tmp/diff_new_pack.UGRies/_old 2025-03-27 22:33:11.134802383 +0100 +++ /var/tmp/diff_new_pack.UGRies/_new 2025-03-27 22:33:11.134802383 +0100 @@ -32,6 +32,9 @@ Source3: https://github.com/nim-lang/sat/archive/%{_sat_commit}.tar.gz#/sat-%{_sat_commit}.tar.gz Patch0: nim-nim-gdb_fix_interpreter.patch Patch1: nim-fix-tests-i586.patch +# https://github.com/nim-lang/Nim/issues/23668 +# https://github.com/nim-lang/Nim/pull/24405 +Patch2: nim-2.2.2-pcre2.patch BuildRequires: binutils-devel BuildRequires: ca-certificates BuildRequires: ca-certificates-mozilla @@ -43,15 +46,15 @@ BuildRequires: git BuildRequires: libopenssl-devel BuildRequires: netcfg -BuildRequires: pcre BuildRequires: sqlite3-devel BuildRequires: timezone BuildRequires: valgrind +BuildRequires: pkgconfig(libpcre2-8) # pull in a C compiler (required to build Nim programs) Requires: gcc Recommends: clang Recommends: git -Recommends: pcre +Recommends: libpcre2-8-0 ExclusiveArch: %{ix86} x86_64 armv7l armv7hl aarch64 ppc64le riscv64 # Needs node 12 for flag --unhandled-rejections=strict, but it's not # strictly needed (it's used to test the Nim JS compiler, so we can @@ -95,7 +98,7 @@ * Statements are grouped by indentation but can span multiple lines. %prep -%setup -a1 -a3 +%setup -q -a1 -a3 mv atlas-%{_atlas_version} dist/atlas mkdir dist/atlas/dist @@ -105,6 +108,7 @@ %ifarch i586 %patch -P 1 -p1 %endif +%patch -P 2 -p1 %build export CFLAGS="%{optflags}" ++++++ nim-2.2.2-pcre2.patch ++++++ ++++ 2192 lines (skipped)