From 6b1944be50834c4b80c3282df6b2ba0b9c4be7a7b3caa8c9d45fb20ab28c85a7 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Fri, 16 Oct 2020 11:04:11 +0000 Subject: [PATCH] Accepting request 842087 from devel:languages:perl:autoupdate - updated to 1.62 see /usr/share/doc/packages/perl-XML-RSS/Changes 1.62 2020-10-15 - dist.ini / weaver.ini / .tidyallrc / etc. cleanup - Move to @SHLOMIF - Inspired by Lady_Aleena. - Sympotamtic fix for item/link nested inside custom tags: - https://github.com/shlomif/perl-XML-RSS/issues/7 - Thanks to @jkramer for the bug report and a test case. OBS-URL: https://build.opensuse.org/request/show/842087 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-RSS?expand=0&rev=20 --- XML-RSS-1.61.tar.gz | 3 --- XML-RSS-1.62.tar.gz | 3 +++ perl-XML-RSS.changes | 14 ++++++++++++++ perl-XML-RSS.spec | 6 +++--- 4 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 XML-RSS-1.61.tar.gz create mode 100644 XML-RSS-1.62.tar.gz diff --git a/XML-RSS-1.61.tar.gz b/XML-RSS-1.61.tar.gz deleted file mode 100644 index 2596162..0000000 --- a/XML-RSS-1.61.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa6fe7ce5d31800a2bd414ef39da48c7f2b26b073a3c1f0d677bda26e840c90d -size 130950 diff --git a/XML-RSS-1.62.tar.gz b/XML-RSS-1.62.tar.gz new file mode 100644 index 0000000..3995c51 --- /dev/null +++ b/XML-RSS-1.62.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d327063442c7ff7143993aa0c2d16fde5121491c971661eb6cb700d2e0438b4e +size 130877 diff --git a/perl-XML-RSS.changes b/perl-XML-RSS.changes index ffe861a..a7c7575 100644 --- a/perl-XML-RSS.changes +++ b/perl-XML-RSS.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Fri Oct 16 03:10:36 UTC 2020 - Tina Müller + +- updated to 1.62 + see /usr/share/doc/packages/perl-XML-RSS/Changes + + 1.62 2020-10-15 + - dist.ini / weaver.ini / .tidyallrc / etc. cleanup + - Move to @SHLOMIF + - Inspired by Lady_Aleena. + - Sympotamtic fix for item/link nested inside custom tags: + - https://github.com/shlomif/perl-XML-RSS/issues/7 + - Thanks to @jkramer for the bug report and a test case. + ------------------------------------------------------------------- Sun Aug 25 05:39:03 UTC 2019 - Stephan Kulow diff --git a/perl-XML-RSS.spec b/perl-XML-RSS.spec index 0d75df0..fd11fd8 100644 --- a/perl-XML-RSS.spec +++ b/perl-XML-RSS.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-RSS # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,13 +17,13 @@ Name: perl-XML-RSS -Version: 1.61 +Version: 1.62 Release: 0 %define cpan_name XML-RSS Summary: Creates and updates RSS files License: Artistic-1.0 OR GPL-1.0-or-later 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/S/SH/SHLOMIF/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml BuildArch: noarch