Accepting request 1147938 from home:dimstar:Factory

- Fix build: use autosetup -p0. autosetup alone does not imply -p0

That's a neat trap I fell in to. %patch implies -p0, %autosetup does not :(

OBS-URL: https://build.opensuse.org/request/show/1147938
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/alac?expand=0&rev=14
This commit is contained in:
Martin Pluskal
2024-02-20 12:29:15 +00:00
committed by Git OBS Bridge
parent 7f3c0fa286
commit b5f34fbfbd
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 20 12:25:44 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Fix build: use autosetup -p0. autosetup alone does not imply -p0
-------------------------------------------------------------------
Tue Feb 20 10:05:32 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -64,7 +64,7 @@ information. A decoded ALAC stream is bit-for-bit identical to the original
uncompressed audio file.
%prep
%autosetup
%autosetup -p0
%build
for d in codec convert-utility; do