pg_cron: Remove patches that I used for testing GCC 14 and 15 compatibility.
authorDevrim Gunduz <devrim@gunduz.org>
Thu, 4 Sep 2025 12:11:36 +0000 (15:11 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Thu, 4 Sep 2025 12:11:36 +0000 (15:11 +0300)
rpm/redhat/main/non-common/pg_cron/main/pg_cron.spec

index b14d27b7771e12a222d0c75a07d1a48dd88caef0..a720794c2b8e86d6b410e4d43963a7c755640053 100644 (file)
@@ -8,8 +8,6 @@ Version:        1.6.7
 Release:       1PGDG%{dist}
 License:       AGPLv3
 Source0:       https://github.com/citusdata/%{sname}/archive/v%{version}.tar.gz
-Patch0:                pg_cron-1.6.6-gcc14-15.patch
-Patch1:                b95d41d2802f401add38208d09ba285e589a69d8.patch
 URL:           https://github.com/citusdata/%{sname}
 BuildRequires: postgresql%{pgmajorversion}-devel libxml2-devel
 Requires:      postgresql%{pgmajorversion}-server
@@ -49,8 +47,6 @@ This packages provides JIT support for pg_cron
 
 %prep
 %setup -q -n %{sname}-%{version}
-%patch -P 0 -p1
-%patch -P 1 -p1
 
 %build
 PATH=%{pginstdir}/bin/:$PATH %{__make} %{?_smp_mflags}