Accepting request 1147939 from multimedia:libs

OBS-URL: https://build.opensuse.org/request/show/1147939
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/alac?expand=0&rev=5
This commit is contained in:
2024-02-21 16:55:34 +00:00
committed by Git OBS Bridge
2 changed files with 14 additions and 5 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN.
-------------------------------------------------------------------
Thu Oct 17 13:00:57 UTC 2019 - Richard Brown <rbrown@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package alac
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -22,7 +22,7 @@ Version: 0.0+git.20160511
Release: 0
Summary: Apple Lossless Audio Codec
License: Apache-2.0
Url: https://macosforge.github.io/alac/
URL: https://macosforge.github.io/alac/
Source: %{name}-%{version}.tar.xz
Patch1: libalac-makefile.patch
Patch2: alac-endian.patch
@@ -64,9 +64,7 @@ information. A decoded ALAC stream is bit-for-bit identical to the original
uncompressed audio file.
%prep
%setup -q
%patch1
%patch2
%autosetup -p0
%build
for d in codec convert-utility; do