diff --git a/010_build_system.patch b/010_build_system.patch index 0b93e65..c45c421 100644 --- a/010_build_system.patch +++ b/010_build_system.patch @@ -156,3 +156,14 @@ diff -ur cdparanoia-III-10.2.orig/paranoia/Makefile.in cdparanoia-III-10.2/paran .c.t: $(CC) -g -DTEST $(DEBUG) -o $@ $< $(LIBS) $@ +--- cdparanoia-III-10.2.orig/configure.in.orig 2024-12-05 11:51:03.979413801 +0100 ++++ cdparanoia-III-10.2/configure.in 2024-12-05 11:51:13.086386175 +0100 +@@ -1,8 +1,5 @@ + AC_INIT(interface/interface.c) + +-cp $srcdir/configure.guess $srcdir/config.guess +-cp $srcdir/configure.sub $srcdir/config.sub +- + AC_CANONICAL_HOST + + if test -z "$CC"; then diff --git a/cdparanoia.changes b/cdparanoia.changes index 1c0a3f2..49e972c 100644 --- a/cdparanoia.changes +++ b/cdparanoia.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Dec 5 10:56:43 UTC 2024 - Adrian Schröter + +- fix loongarch64 build + by not replacing config.guess/sub, our rpmbuid is already taking + care + ------------------------------------------------------------------- Mon Feb 26 10:33:38 UTC 2024 - Dominique Leuenberger diff --git a/cdparanoia.spec b/cdparanoia.spec index 8eb17bb..90622f6 100644 --- a/cdparanoia.spec +++ b/cdparanoia.spec @@ -1,7 +1,7 @@ # # spec file for package cdparanoia # -# Copyright (c) 2018 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 @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ #