From 850536da3ffd3e3da50b4d4d02f14ba8ed671cb3a6ff0a689231edadcc94979a Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Mon, 6 Nov 2023 11:10:33 +0000 Subject: [PATCH] Accepting request 1123530 from home:dimstar:Factory - Fix build with RPM 4.19: unnumbered patches are no longer supported. OBS-URL: https://build.opensuse.org/request/show/1123530 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libxml-perl?expand=0&rev=12 --- perl-libxml-perl.changes | 6 ++++++ perl-libxml-perl.spec | 12 ++++++------ 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/perl-libxml-perl.changes b/perl-libxml-perl.changes index d0fd2bd..2d23460 100644 --- a/perl-libxml-perl.changes +++ b/perl-libxml-perl.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Nov 6 09:01:50 UTC 2023 - Dominique Leuenberger + +- Fix build with RPM 4.19: unnumbered patches are no longer + supported. + ------------------------------------------------------------------- Wed Feb 27 06:34:12 UTC 2013 - coolo@suse.com diff --git a/perl-libxml-perl.spec b/perl-libxml-perl.spec index 339cf50..0f98205 100644 --- a/perl-libxml-perl.spec +++ b/perl-libxml-perl.spec @@ -1,7 +1,7 @@ # # spec file for package perl-libxml-perl # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2023 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/ # @@ -22,12 +22,12 @@ BuildRequires: perl-macros Version: 0.08 Release: 0 Requires: perl-XML-Parser -Url: http://cpan.org/modules/by-module/XML/ +URL: http://cpan.org/modules/by-module/XML/ Summary: Collection of Perl modules for working with XML -License: Artistic-1.0 or GPL-2.0+ +License: Artistic-1.0 OR GPL-2.0-or-later Group: Development/Libraries/Perl Source: libxml-perl-%{version}.tar.bz2 -Patch: libxml-perl-%{version}-test.diff +Patch0: libxml-perl-%{version}-test.diff BuildRoot: %{_tmppath}/%{name}-%{version}-build %{perl_requires} @@ -42,7 +42,7 @@ Authors: %prep %setup -n libxml-perl-%{version} -%patch +%patch0 %build perl Makefile.PL