| Name: | earcut-hpp-devel | 
|---|---|
| Version: | 2.2.4 | 
| Release: | 4.el8 | 
| Architecture: | noarch | 
| Group: | Unspecified | 
| Size: | 32808 | 
| License: | ISC | 
| RPM: | earcut-hpp-devel-2.2.4-4.el8.noarch.rpm | 
| Source RPM: | earcut-hpp-2.2.4-4.el8.src.rpm | 
| Build Date: | Sun Sep 18 2022 | 
| Build Host: | build-ol8-x86_64.oracle.com | 
| Vendor: | Oracle America | 
| URL: | https://github.com/mapbox/earcut.hpp | 
| Summary: | Fast, header-only polygon triangulation | 
| Description: | A C++ port of earcut.js, a fast, header-only polygon triangulation library. The library implements a modified ear slicing algorithm, optimized by z-order curve hashing and extended to handle holes, twisted polygons, degeneracies and self-intersections in a way that doesn’t guarantee correctness of triangulation, but attempts to always produce acceptable results for practical data like geographical shapes. It’s based on ideas from FIST: Fast Industrial-Strength Triangulation of Polygons by Martin Held and Triangulation by Ear Clipping by David Eberly.  | 
- Fix missing “export” in spec file
- Fix missing upstream bug URL in spec file comment
- Fix new test failures on aarch64, ppc64le, s390x
- Update to 2.2.4 (close RHBZ#2124846)
- Confirm that License is SPDX ISC (no License field change)
- Stop numbering patches
- Let the -devel package be noarch
- Work around missing %%arm64 macro on EPEL8
- Enforce out-of-source build on EPEL8
- Initial package (close RHBZ#2006590)