From b5f34fbfbd2723db0ad0ca2dbfa8d32f85bdeb9208c75266d75cdb2ec39d85fb Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 20 Feb 2024 12:29:15 +0000 Subject: [PATCH] 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 --- alac.changes | 5 +++++ alac.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/alac.changes b/alac.changes index e47a658..984c9c7 100644 --- a/alac.changes +++ b/alac.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 20 12:25:44 UTC 2024 - Dominique Leuenberger + +- Fix build: use autosetup -p0. autosetup alone does not imply -p0 + ------------------------------------------------------------------- Tue Feb 20 10:05:32 UTC 2024 - Dominique Leuenberger diff --git a/alac.spec b/alac.spec index b3cf63f..4fcf1f6 100644 --- a/alac.spec +++ b/alac.spec @@ -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