Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 9544064402 | |||
| b223374124 |
16
abcde-use-gnudb.patch
Normal file
16
abcde-use-gnudb.patch
Normal file
@@ -0,0 +1,16 @@
|
||||
--- /usr/bin/abcde.orig 2024-08-14 08:25:27.000000000 -0700
|
||||
+++ /usr/bin/abcde 2024-11-23 15:53:06.000732253 -0800
|
||||
@@ -3768,10 +3768,10 @@
|
||||
# Builtin defaults
|
||||
|
||||
# CDDB
|
||||
-# Currently three supported options ("musicbrainz", "cddb" for freedb.org and "cdtext")
|
||||
+# Currently three supported options ("musicbrainz", "cddb" for gnudb.org and "cdtext")
|
||||
CDDBMETHOD=musicbrainz
|
||||
-CDDBURL="http://freedb.freedb.org/~cddb/cddb.cgi"
|
||||
-CDDBSUBMIT=freedb-submit@freedb.org
|
||||
+CDDBURL="http://gnudb.gnudb.org/~cddb/cddb.cgi"
|
||||
+CDDBSUBMIT=gnudb-submit@gnudb.org
|
||||
CDDBPROTO=6
|
||||
HELLOINFO="$(whoami)@$(hostname)"
|
||||
CDDBCOPYLOCAL="n"
|
||||
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jan 21 12:03:19 UTC 2025 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
- Replace freedb by gnudb for cddb search (boo#1233688)
|
||||
* add abcde-use-gnudb.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 14 15:14:01 UTC 2024 - Martin Wilck <mwilck@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package abcde
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -34,6 +34,7 @@ Source99: %{name}.keyring
|
||||
Patch0: use-cddbmethod.patch
|
||||
# PATCH-FIX-OPENSUSE abcde.bug.204.patch -- https://abcde.einval.com/bugzilla/show_bug.cgi?id=204
|
||||
Patch1: abcde.bug.204.patch
|
||||
Patch2: abcde-use-gnudb.patch
|
||||
Requires: cd-discid
|
||||
Requires: cdparanoia
|
||||
Requires: wget
|
||||
@@ -60,6 +61,7 @@ tags to each file.
|
||||
%patch -P 0 -p1
|
||||
%endif
|
||||
%patch -P 1 -p0
|
||||
%patch -P 2 -p3
|
||||
|
||||
%build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user