Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package perl-MusicBrainz-DiscID for
openSUSE:Factory checked in at 2025-08-07 16:50:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-MusicBrainz-DiscID (Old)
and /work/SRC/openSUSE:Factory/.perl-MusicBrainz-DiscID.new.1085 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "perl-MusicBrainz-DiscID"
Thu Aug 7 16:50:02 2025 rev:3 rq:1298146 version:0.06
Changes:
--------
---
/work/SRC/openSUSE:Factory/perl-MusicBrainz-DiscID/perl-MusicBrainz-DiscID.changes
2019-10-14 12:40:35.258843729 +0200
+++
/work/SRC/openSUSE:Factory/.perl-MusicBrainz-DiscID.new.1085/perl-MusicBrainz-DiscID.changes
2025-08-07 16:51:48.003778391 +0200
@@ -1,0 +2,6 @@
+Mon Aug 4 10:20:43 UTC 2025 - Dominique Leuenberger <[email protected]>
+
+- Add fix-build-against-perl-ExtUtils-ParseXS.patch: Fix build
+ against perl 5.42 (ExtUtils::ParseXS 3.57)
+
+-------------------------------------------------------------------
New:
----
fix-build-against-perl-ExtUtils-ParseXS.patch
----------(New B)----------
New:
- Add fix-build-against-perl-ExtUtils-ParseXS.patch: Fix build
against perl 5.42 (ExtUtils::ParseXS 3.57)
----------(New E)----------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ perl-MusicBrainz-DiscID.spec ++++++
--- /var/tmp/diff_new_pack.1UrJDx/_old 2025-08-07 16:51:48.623803826 +0200
+++ /var/tmp/diff_new_pack.1UrJDx/_new 2025-08-07 16:51:48.627803990 +0200
@@ -1,7 +1,7 @@
#
# spec file for package perl-MusicBrainz-DiscID
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2025 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
@@ -23,9 +23,11 @@
Summary: Perl interface for the MusicBrainz libdiscid library
License: MIT
Group: Development/Libraries/Perl
-Url: https://metacpan.org/release/%{cpan_name}
+URL: https://metacpan.org/release/%{cpan_name}
Source0:
https://cpan.metacpan.org/authors/id/N/NJ/NJH/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
+# PATCH-FIX-UPSTREAM https://github.com/njh/perl-musicbrainz-discid/issues/10
+Patch0: fix-build-against-perl-ExtUtils-ParseXS.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
@@ -43,7 +45,7 @@
audio CD in the drive.
%prep
-%setup -q -n %{cpan_name}-%{version}
+%autosetup -p1 -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
++++++ fix-build-against-perl-ExtUtils-ParseXS.patch ++++++
Index: MusicBrainz-DiscID-0.06/DiscID.xs
===================================================================
--- MusicBrainz-DiscID-0.06.orig/DiscID.xs
+++ MusicBrainz-DiscID-0.06/DiscID.xs
@@ -113,7 +113,7 @@ discid_get_track_length( disc, track_num
## Provides the TOC of a known CD.
##
int
-discid_put( disc, first_track, sectors, offsets ... )
+discid_put( disc, first_track, sectors, offsets, ... )
DiscId *disc
int first_track
int sectors