public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Artur Frenszek-Iwicki <fedora@svgames.pl>
To: git-commits@fedoraproject.org
Subject: [rpms/fpc] f45: Update to v3.2.4~rc2
Date: Tue, 01 Sep 2026 07:41:17 GMT	[thread overview]
Message-ID: <178824847733.1.16165881922643252606.rpms-fpc-6b908e59cc92@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/fpc
Branch : f45
Commit : 6b908e59cc92af356a7bb3f2f6516525d72f97ce
Author : Artur Frenszek-Iwicki <fedora@svgames.pl>
Date   : 2026-08-31T20:45:39+02:00
Stats  : +19/-14 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/fpc/c/6b908e59cc92af356a7bb3f2f6516525d72f97ce?branch=f45

Log:
Update to v3.2.4~rc2

---
diff --git a/.gitignore b/.gitignore
index 77bee8f..15a4804 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
 /fpcbuild-3.2.0.tar.gz
 /fpcbuild-3.2.2.tar.gz
 /fpcbuild-3.2.4-rc1.tar.gz
+/fpcbuild-3.2.4-rc2.source.tar.gz

diff --git a/fpc-3.2.4--pas2js-relocation.patch b/fpc-3.2.4--pas2js-relocation.patch
index 7fc89c5..2c66339 100644
--- a/fpc-3.2.4--pas2js-relocation.patch
+++ b/fpc-3.2.4--pas2js-relocation.patch
@@ -1,7 +1,6 @@
-diff -rU4 fpcbuild-3.2.4-rc1--orig/fpcsrc/utils/pas2js/fpmake.pp fpcbuild-3.2.4-rc1--patched/fpcsrc/utils/pas2js/fpmake.pp
---- fpcbuild-3.2.4-rc1--orig/fpcsrc/utils/pas2js/fpmake.pp	2024-07-21 19:58:24.000000000 +0200
-+++ fpcbuild-3.2.4-rc1--patched/fpcsrc/utils/pas2js/fpmake.pp	2026-02-07 15:54:55.725497010 +0100
-@@ -24,8 +24,10 @@
+--- fpcbuild-3.2.4-rc2/fpcsrc/utils/pas2js/fpmake.pp.orig	2026-08-26 10:29:40.000000000 +0200
++++ fpcbuild-3.2.4-rc2/fpcsrc/utils/pas2js/fpmake.pp	2026-08-31 19:05:10.291915412 +0200
+@@ -24,10 +24,12 @@
      P.Email := 'michael@freepascal.org';
      P.NeedLibC:= false;
      P.ShortName:='p2js';
@@ -9,6 +8,9 @@ diff -rU4 fpcbuild-3.2.4-rc1--orig/fpcsrc/utils/pas2js/fpmake.pp fpcbuild-3.2.4-
 +    P.Options.Add('-k-znotext');
 +
      P.Directory:=ADirectory;
-     P.Version:='3.2.3';
+-    P.Version:='3.2.4-rc1';
++    P.Version:='3.2.4-rc2';
      P.OSes:=AllUnixOSes+AllBSDOSes+AllWindowsOSes-[WinCE];
      if Defaults.CPU=jvm then
+       P.OSes := P.OSes - [java,android];
+     P.Dependencies.Add('fcl-json');

diff --git a/fpc.spec b/fpc.spec
index 76acd66..251dda1 100644
--- a/fpc.spec
+++ b/fpc.spec
@@ -7,27 +7,26 @@ Summary:        Free Pascal Compiler
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later WITH Independent-modules-exception
 URL:            http://www.freepascal.org/
 
-%global version_code 3.2.3
+%global version_code 3.2.4
 
 %global beta 1
-%global version_beta 3.2.4
-%global version_suffix rc1
+%global version_suffix rc2
 
 %if ! 0%{?beta}
 Version:        %{version_code}
 %else
-Version:        %{version_beta}~%{version_suffix}
+Version:        %{version_code}~%{version_suffix}
 %endif
-Release:        4%{?dist}
+Release:        1%{?dist}
 
 %if ! 0%{?beta}
   %global archive_type dist
   %global archive_suffix %{version_code}
 %else
   %global archive_type beta
-  %global archive_suffix %{version_beta}-%{version_suffix}
+  %global archive_suffix %{version_code}-%{version_suffix}
 %endif
-Source0:        https://downloads.freepascal.org/fpc/%{archive_type}/%{archive_suffix}/source/fpcbuild-%{archive_suffix}.tar.gz
+Source0:        https://downloads.freepascal.org/fpc/%{archive_type}/%{archive_suffix}/source/fpcbuild-%{archive_suffix}.source.tar.gz
 
 # Bootstrap the compiler for a new architecture. Set this to 0 after we've bootstrapped.
 %global bootstrap 0
@@ -546,7 +545,7 @@ popd
 # tedious due exceeding terminal scrollback buffers.
 #
 # FIXME: -j1 as there is a race - seen on "missing" `rtl.xct'.
-make -j1 -C fpcdocs pdf FPC=${NEWPP} >/dev/null 2>/dev/null
+make -j1 -C fpcdocs pdf FPC="${NEWPP} -Fu$(pwd)/fpcsrc/rtl/units/%{native_arch}-linux/" >/dev/null 2>/dev/null
 
 
 %install
@@ -819,6 +818,9 @@ rm -rf %{buildroot}/usr/lib/%{name}/lexyacc
 
 
 %changelog
+* Mon Aug 31 2026 Artur Frenszek-Iwicki <fedora@svgames.pl> - 3.2.4~rc2-1
+- Update to v3.2.4~rc2
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.4~rc1-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

diff --git a/sources b/sources
index b57e67c..39cb138 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (fpcbuild-3.2.4-rc1.tar.gz) = dbdf92d0c9c36c9ba0d268fc7ee73d4df72e2cbf27972dca7f337da3fea3e29e49463632f1849901484a679707dc81aab58644b42b60028849cbf72cc9df03aa
+SHA512 (fpcbuild-3.2.4-rc2.source.tar.gz) = 6490a71b5568357dd26137f5f999a75bccad00c14c01e3d50d96d4a46749f57edd2f632aed0c9c30fd48d842e5d07b8d841933df248d790697f31feab33a4489

                 reply	other threads:[~2026-09-01  7:41 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178824847733.1.16165881922643252606.rpms-fpc-6b908e59cc92@fedoraproject.org \
    --to=fedora@svgames.pl \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox