Fix typo in .patch extension

OBS-URL: https://build.opensuse.org/package/show/Application:Geo/PDAL?expand=0&rev=27
This commit is contained in:
Bruno Friedmann 2022-01-06 08:22:40 +00:00 committed by Git OBS Bridge
parent 81ca71472c
commit 506f91f739

View File

@ -6,7 +6,7 @@ Wed Dec 29 17:17:47 UTC 2021 - Bruno Friedmann <bruno@ioda-net.ch>
+ vendor/arbiter/*, plugins/nitf/io/nitflib.h and plugins/oci/io/OciWrapper.* are Expat/MIT
+ plugins/e57/io/{src,include}/* is BSD-3-Clause
+ plugins/e57/libE57Format/{src,include}/* is Boost 1-0
- Create a patch PDAL_unbundle.path to sort out eigen3 and boost
- Create a patch PDAL_unbundle.patch to sort out eigen3 and boost
+ Eigen3 system now used fixing boo#1194109
- Fixing boo#1194109 ppc64le build by disabling lto until upstream
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102059 is fixed