- Update to version 3.2.2 * See https://wiki.freepascal.org/User_Changes_3.2.2 for the changelog - Drop aarch64-fpc-compilation-fix.patch and aarch64-fpu-initialization.patch (merged upstream) - Drop fpc-fix-library-paths-on-aarch64.patch (no longer required) - Refresh fpc-fix-library-paths-on-ppc64.patch - Add fpc-3.2.0-glibc-2.34.patch (courtesy of Fedora) - Add source URLS - Add _constraints OBS-URL: https://build.opensuse.org/request/show/922133 OBS-URL: https://build.opensuse.org/package/show/devel:languages:pascal/fpc?expand=0&rev=79
26 lines
465 B
XML
26 lines
465 B
XML
<?xml version="1.0"?>
|
|
<constraints>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>ppc</arch>
|
|
<arch>ppc64</arch>
|
|
<arch>ppc64le</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<disk>
|
|
<size unit="G">5</size>
|
|
</disk>
|
|
</hardware>
|
|
</overwrite>
|
|
<overwrite>
|
|
<conditions>
|
|
<arch>aarch64</arch>
|
|
</conditions>
|
|
<hardware>
|
|
<memory>
|
|
<size unit="G">4</size>
|
|
</memory>
|
|
</hardware>
|
|
</overwrite>
|
|
</constraints>
|