8
0

Automatic update to WebService-MusicBrainz-1.0.8.tar.gz #1

Merged
okurz merged 1 commits from cpanmirror/perl-WebService-MusicBrainz:autoupdate into main 2026-01-22 09:26:22 +01:00
4 changed files with 38 additions and 12 deletions

Binary file not shown.

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6d5855f0317541a9a5a347a611d24384f8f86155f715ebe8c8273f317d844a21
size 10045

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Wed Jan 21 05:50:57 UTC 2026 - Tina Müller <timueller+perl@suse.de>
- updated to 1.0.10
see /usr/share/doc/packages/perl-WebService-MusicBrainz/Changes
1.0.5 Tuesday March 19th 2019
- Fix Area.t ext:score -> ns2:score. See https://github.com/bfaist/webservice-musicbrainz/pull/7 - "Tests: Modifying area code as it fails". See https://github.com/bfaist/webservice-musicbrainz/issues/8 - "Bug on compiling under Xenial".
1.0.6 Tuesday July 26th 2022
- MusicBrainz.pm - Use 'release-group' as key on $search_fields.
- Request.pm - Updated url_base from http to https.
1.0.7 Monday July 24th 2024
- Artist.t - Account for searching on a artist/group can return one or more results. In this case, searching on "Van Halen" returns all the Van Halen tribute bands. See https://github.com/bfaist/webservice-musicbrainz/pull/15 - "Fix t/Artist.t: Van Halen is not unique any more."
1.0.8 Monday Jan 12 2026
- Add Mojo::UserAgent::Role::Retry to dependencies in README.md
- Create a github Action to run tests.
- Changes missing data for 1.0.5, 1.0.6, and 1.0.7
- MANIFEST is missing t/DiscID.t
- Test t/Recording.t is failing.
- Many tests fail due to "SSL connect attempt failed"
- Merge 1.0.7
1.0.9 Wednesday Jan 14 2026
- Fix VERSION and update Changes
1.0.10 Monday Jan 19 2026
- Move Mojo::UserAgent::Role::Retry to a recommended/optional module
-------------------------------------------------------------------
Mon Jul 29 05:31:03 UTC 2024 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-WebService-MusicBrainz
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,29 +18,28 @@
%define cpan_name WebService-MusicBrainz
Name: perl-WebService-MusicBrainz
Version: 1.0.7
Version: 1.0.10
Release: 0
# v1.0.7 -> normalize -> 1.0.7
%define cpan_version v1.0.7
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Web service API to MusicBrainz database
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/B/BF/BFAIST/%{cpan_name}-1.0.7.tar.gz
Source0: https://cpan.metacpan.org/authors/id/B/BF/BFAIST/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.42
BuildRequires: perl(Mojolicious) >= 7.13
Requires: perl(Mojolicious) >= 7.13
BuildRequires: perl(Module::Build) >= 0.420
BuildRequires: perl(Mojolicious) >= 7.130
Requires: perl(Mojolicious) >= 7.130
Recommends: perl(Mojo::UserAgent::Role::Retry) >= 0.2
%{perl_requires}
%description
API to search the musicbrainz.org database
%prep
%autosetup -n %{cpan_name}-1.0.7
%autosetup -n %{cpan_name}-%{version} -p1
%build
perl Build.PL --installdirs=vendor