audacity/_constraints
Dave Plater 07a9a78119 Accepting request 1230672 from home:kill_it:branches:multimedia:apps
- Update to 3.7.1
  
  This is a patch release. It fixes the following bugs:
  * #7797 Effects can be applied to time-stretched clips.
  * #7620 Moving or renaming the installation directory no longer
    re-enables disabled modules.
  * #7652 Opening the "Adjust Playback Speed" dialog doesn't crash
    Audacity anymore.

OBS-URL: https://build.opensuse.org/request/show/1230672
OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/audacity?expand=0&rev=239
2024-12-13 07:13:46 +00:00

27 lines
482 B
Plaintext

<constraints>
<overwrite>
<conditions>
<arch>x86_64</arch>
<arch>aarch64</arch>
<arch>ppc64</arch>
<arch>ppc64le</arch>
</conditions>
<hardware>
<physicalmemory>
<size unit="G">8</size>
</physicalmemory>
</hardware>
</overwrite>
<overwrite>
<conditions>
<arch>riscv64</arch>
</conditions>
<hardware>
<memory>
<size unit="G">14</size>
</memory>
</hardware>
</overwrite>
</constraints>