Accepting request 1153570 from home:pgajdos:l

- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/request/show/1153570
OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/libcddb?expand=0&rev=26
This commit is contained in:
Takashi Iwai 2024-03-01 15:03:10 +00:00 committed by Git OBS Bridge
parent 9cb8d077be
commit 6cfebc3ad7
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 29 15:42:19 UTC 2024 - pgajdos@suse.com
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Thu May 4 09:53:33 UTC 2023 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -1,7 +1,7 @@
#
# spec file
# spec file for package libcddb
#
# Copyright (c) 2023 SUSE LLC
# 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
@ -75,7 +75,7 @@ tries to be as cross-platform as possible.
%prep
%setup -q -n %{_name}-%{version}
%if !%{BUILD_UTILS}
%patch0
%patch -P 0
%else
sed -i 's:\(\.\.\|\$(top_builddir)\)/[^/]*/lib\([^ ]*\)\.la:-l\2:g' */Makefile.am
%endif