From 7943cdacdfb348d1af2cf7e01a4f4606658441b2 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Thu, 9 Nov 2023 12:16:11 +0300 Subject: [PATCH] Merge and update to 3.2.2-9 --- .fpc.metadata | 1 + .gitignore | 3 +-- .cvsignore => SOURCES/.cvsignore | 0 Makefile => SOURCES/Makefile | 0 default.cft => SOURCES/default.cft | 0 .../fpc-3.2.0--dwarf-debug.patch | 0 .../fpc-3.2.0--fix-lib-paths-on-aarch64.patch | 0 .../fpc-3.2.0--honor_SOURCE_DATE_EPOCH_in_date.patch | 0 .../fpc-3.2.2--glibc-2.34.patch | 0 .../fpc-3.2.2--pas2jni-cthreads.patch | 0 .../fpc-3.2.2--ppc64le-toc-fixes.patch | 0 fpc.cft => SOURCES/fpc.cft | 0 fppkg.cfg => SOURCES/fppkg.cfg | 0 fpc.spec => SPECS/fpc.spec | 3 +++ 14 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 .fpc.metadata rename .cvsignore => SOURCES/.cvsignore (100%) rename Makefile => SOURCES/Makefile (100%) rename default.cft => SOURCES/default.cft (100%) rename fpc-3.2.0--dwarf-debug.patch => SOURCES/fpc-3.2.0--dwarf-debug.patch (100%) rename fpc-3.2.0--fix-lib-paths-on-aarch64.patch => SOURCES/fpc-3.2.0--fix-lib-paths-on-aarch64.patch (100%) rename fpc-3.2.0--honor_SOURCE_DATE_EPOCH_in_date.patch => SOURCES/fpc-3.2.0--honor_SOURCE_DATE_EPOCH_in_date.patch (100%) rename fpc-3.2.2--glibc-2.34.patch => SOURCES/fpc-3.2.2--glibc-2.34.patch (100%) rename fpc-3.2.2--pas2jni-cthreads.patch => SOURCES/fpc-3.2.2--pas2jni-cthreads.patch (100%) rename fpc-3.2.2--ppc64le-toc-fixes.patch => SOURCES/fpc-3.2.2--ppc64le-toc-fixes.patch (100%) rename fpc.cft => SOURCES/fpc.cft (100%) rename fppkg.cfg => SOURCES/fppkg.cfg (100%) rename fpc.spec => SPECS/fpc.spec (99%) diff --git a/.fpc.metadata b/.fpc.metadata new file mode 100644 index 0000000..068f518 --- /dev/null +++ b/.fpc.metadata @@ -0,0 +1 @@ +41f8783595907ae5f56b58b909707af15a460de6 SOURCES/fpcbuild-3.2.2.tar.gz diff --git a/.gitignore b/.gitignore index 07f801d..b992269 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -/fpcbuild-3.2.2.tar.gz -/fpc-3.2.2-bin.zip +SOURCES/fpcbuild-3.2.2.tar.gz diff --git a/.cvsignore b/SOURCES/.cvsignore similarity index 100% rename from .cvsignore rename to SOURCES/.cvsignore diff --git a/Makefile b/SOURCES/Makefile similarity index 100% rename from Makefile rename to SOURCES/Makefile diff --git a/default.cft b/SOURCES/default.cft similarity index 100% rename from default.cft rename to SOURCES/default.cft diff --git a/fpc-3.2.0--dwarf-debug.patch b/SOURCES/fpc-3.2.0--dwarf-debug.patch similarity index 100% rename from fpc-3.2.0--dwarf-debug.patch rename to SOURCES/fpc-3.2.0--dwarf-debug.patch diff --git a/fpc-3.2.0--fix-lib-paths-on-aarch64.patch b/SOURCES/fpc-3.2.0--fix-lib-paths-on-aarch64.patch similarity index 100% rename from fpc-3.2.0--fix-lib-paths-on-aarch64.patch rename to SOURCES/fpc-3.2.0--fix-lib-paths-on-aarch64.patch diff --git a/fpc-3.2.0--honor_SOURCE_DATE_EPOCH_in_date.patch b/SOURCES/fpc-3.2.0--honor_SOURCE_DATE_EPOCH_in_date.patch similarity index 100% rename from fpc-3.2.0--honor_SOURCE_DATE_EPOCH_in_date.patch rename to SOURCES/fpc-3.2.0--honor_SOURCE_DATE_EPOCH_in_date.patch diff --git a/fpc-3.2.2--glibc-2.34.patch b/SOURCES/fpc-3.2.2--glibc-2.34.patch similarity index 100% rename from fpc-3.2.2--glibc-2.34.patch rename to SOURCES/fpc-3.2.2--glibc-2.34.patch diff --git a/fpc-3.2.2--pas2jni-cthreads.patch b/SOURCES/fpc-3.2.2--pas2jni-cthreads.patch similarity index 100% rename from fpc-3.2.2--pas2jni-cthreads.patch rename to SOURCES/fpc-3.2.2--pas2jni-cthreads.patch diff --git a/fpc-3.2.2--ppc64le-toc-fixes.patch b/SOURCES/fpc-3.2.2--ppc64le-toc-fixes.patch similarity index 100% rename from fpc-3.2.2--ppc64le-toc-fixes.patch rename to SOURCES/fpc-3.2.2--ppc64le-toc-fixes.patch diff --git a/fpc.cft b/SOURCES/fpc.cft similarity index 100% rename from fpc.cft rename to SOURCES/fpc.cft diff --git a/fppkg.cfg b/SOURCES/fppkg.cfg similarity index 100% rename from fppkg.cfg rename to SOURCES/fppkg.cfg diff --git a/fpc.spec b/SPECS/fpc.spec similarity index 99% rename from fpc.spec rename to SPECS/fpc.spec index 5c17115..b11c71d 100644 --- a/fpc.spec +++ b/SPECS/fpc.spec @@ -296,6 +296,9 @@ rm -rf %{buildroot}/usr/lib/%{name}/lexyacc %changelog +* Thu Nov 09 2023 MSVSphere Packaging Team - 3.2.2-9 +- Rebuilt for MSVSphere 9.3 + * Wed Aug 17 2022 Artur Frenszek-Iwicki - 3.2.2-9 - Rebuild the compiler after bootstrapping