From: Devrim Gunduz Date: Fri, 7 Nov 2025 09:43:04 +0000 (+0300) Subject: SFCGAL: Update dependency name on SLES 16 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpgdulink%28?a=commitdiff_plain;h=51b26d951b05f7cdfcea23e5ff103f1691c5fe6a;p=pgrpms.git SFCGAL: Update dependency name on SLES 16 --- diff --git a/rpm/redhat/main/common/SFCGAL/main/sfcgal.spec b/rpm/redhat/main/common/SFCGAL/main/sfcgal.spec index 51ac6fb8e..8ce33c532 100644 --- a/rpm/redhat/main/common/SFCGAL/main/sfcgal.spec +++ b/rpm/redhat/main/common/SFCGAL/main/sfcgal.spec @@ -9,7 +9,7 @@ BuildRequires: cgal-devel %if 0%{?suse_version} && 0%{?suse_version} == 1600 Version: 2.2.0 -BuildRequires: cgal-devel +BuildRequires: CGAL-devel >= 6.1 %endif %if 0%{?rhel} && 0%{?rhel} == 8 @@ -28,7 +28,7 @@ Version: 2.2.0 BuildRequires: CGAL-devel >= 5.6 %endif -Release: 3PGDG%{?dist} +Release: 4PGDG%{?dist} License: GLPLv2 Source: https://gitlab.com/sfcgal/SFCGAL/-/archive/v%{version}/SFCGAL-v%{version}.tar.gz @@ -131,6 +131,9 @@ Development headers and libraries for SFCGAL. %{_libdir}/libSFCGAL.so* %changelog +* Fri Nov 7 2025 Devrim Gunduz - 2.2.0-4PGDG +- Update dependency name on SLES 16 + * Sat Oct 4 2025 Devrim Gunduz - 2.2.0-3PGDG - Add SLES 16 support - Modernise spec file, use cmake macros.