From ec6e276b4686f62fff5ffe5805c24edc5dfa4c695294c5021408b9a784084626 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Thu, 4 Jan 2024 15:13:40 +0000 Subject: [PATCH] Accepting request 1136596 from devel:languages:perl:autoupdate - updated to 1.63 see /usr/share/doc/packages/perl-XML-RSS/Changes 1.63 2023-12-26 - Add allow_empty . - https://github.com/shlomif/perl-XML-RSS/issues/20 - Thanks to @johnhorner . OBS-URL: https://build.opensuse.org/request/show/1136596 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-RSS?expand=0&rev=22 --- XML-RSS-1.62.tar.gz | 3 --- XML-RSS-1.63.tar.gz | 3 +++ perl-XML-RSS.changes | 11 +++++++++++ perl-XML-RSS.spec | 35 +++++++++++++++++++++-------------- 4 files changed, 35 insertions(+), 17 deletions(-) delete mode 100644 XML-RSS-1.62.tar.gz create mode 100644 XML-RSS-1.63.tar.gz diff --git a/XML-RSS-1.62.tar.gz b/XML-RSS-1.62.tar.gz deleted file mode 100644 index 3995c51..0000000 --- a/XML-RSS-1.62.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d327063442c7ff7143993aa0c2d16fde5121491c971661eb6cb700d2e0438b4e -size 130877 diff --git a/XML-RSS-1.63.tar.gz b/XML-RSS-1.63.tar.gz new file mode 100644 index 0000000..8b7f435 --- /dev/null +++ b/XML-RSS-1.63.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc010a4afdf6d5bade39774dc338eb982b95319db3eadd1b3d79b41ec1c9dce1 +size 131481 diff --git a/perl-XML-RSS.changes b/perl-XML-RSS.changes index a7c7575..382db5b 100644 --- a/perl-XML-RSS.changes +++ b/perl-XML-RSS.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Dec 27 03:09:27 UTC 2023 - Tina Müller + +- updated to 1.63 + see /usr/share/doc/packages/perl-XML-RSS/Changes + + 1.63 2023-12-26 + - Add allow_empty . + - https://github.com/shlomif/perl-XML-RSS/issues/20 + - Thanks to @johnhorner . + ------------------------------------------------------------------- Fri Oct 16 03:10:36 UTC 2020 - Tina Müller diff --git a/perl-XML-RSS.spec b/perl-XML-RSS.spec index fd11fd8..402b37f 100644 --- a/perl-XML-RSS.spec +++ b/perl-XML-RSS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-RSS # -# Copyright (c) 2020 SUSE LLC +# 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 @@ -16,30 +16,38 @@ # -Name: perl-XML-RSS -Version: 1.62 -Release: 0 %define cpan_name XML-RSS -Summary: Creates and updates RSS files +Name: perl-XML-RSS +Version: 1.630.0 +Release: 0 +%define cpan_version 1.63 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl +Summary: Creates and updates RSS files URL: https://metacpan.org/release/%{cpan_name} -Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz +Source0: https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/%{cpan_name}-%{cpan_version}.tar.gz Source1: cpanspec.yml BuildArch: noarch -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(DateTime::Format::Mail) BuildRequires: perl(DateTime::Format::W3CDTF) BuildRequires: perl(HTML::Entities) -BuildRequires: perl(Module::Build) >= 0.280000 +BuildRequires: perl(Module::Build) >= 0.28 BuildRequires: perl(Test::More) >= 0.88 BuildRequires: perl(XML::Parser) Requires: perl(DateTime::Format::Mail) Requires: perl(DateTime::Format::W3CDTF) Requires: perl(HTML::Entities) Requires: perl(XML::Parser) +Provides: perl(XML::RSS) = %{version} +Provides: perl(XML::RSS::Private::Output::Base) = %{version} +Provides: perl(XML::RSS::Private::Output::Roles::ImageDims) = %{version} +Provides: perl(XML::RSS::Private::Output::Roles::ModulesElems) = %{version} +Provides: perl(XML::RSS::Private::Output::V0_9) = %{version} +Provides: perl(XML::RSS::Private::Output::V0_91) = %{version} +Provides: perl(XML::RSS::Private::Output::V1_0) = %{version} +Provides: perl(XML::RSS::Private::Output::V2_0) = %{version} +%define __perllib_provides /bin/true %{perl_requires} %description @@ -78,21 +86,20 @@ formatted accordingly. E.g: ); %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{cpan_version} %build -perl Build.PL installdirs=vendor -./Build build flags=%{?_smp_mflags} +perl Build.PL --installdirs=vendor +./Build build --flags=%{?_smp_mflags} %check ./Build test %install -./Build install destdir=%{buildroot} create_packlist=0 +./Build install --destdir=%{buildroot} --create_packlist=0 %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes examples README TODO %license LICENSE