From 0a70b68f4e4dd641bf34d6ccc6ce08ca5f1117a623b5853d0ce1184594d98f80 Mon Sep 17 00:00:00 2001 From: Dirk Stoecker Date: Wed, 3 May 2023 15:21:01 +0000 Subject: [PATCH] Accepting request 1084393 from devel:languages:perl:autoupdate - updated to 1.13 see /usr/share/doc/packages/perl-XML-Generator/Changes 1.13 -- Production Release of 1.12 no changes. [Significant Updates since 1.11] Two fairly minor updates that should not impact anyone much. Dropping support for 5.008 - if you really need it send a PR to fix. There has been a longstanding "bug" that inserted standalone in the xml declaration whether it was needed or not. This makes it optional if it is not required for externally-defined DTD or directly specified. - 1a4e7a0 Update version for Release 1.13 - abb366d v1.12 1.12 -- [Significant Updates since 1.11] Two fairly minor updates that should not impact anyone much. Dropping support for 5.008 - if you really need it send a PR to fix. There has been a longstanding "bug" that inserted standalone in the xml declaration whether it was needed or not. This makes it optional if it is not required for externally-defined DTD or directly specified. - 1a7defd Forgot to increment the number of tests - 7a05609 Fix standalone bug - aa3c19d Add autoprereqs - a458ec3 Drop support for perl 5.008 - 85847a1 v1.11 OBS-URL: https://build.opensuse.org/request/show/1084393 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-Generator?expand=0&rev=9 --- XML-Generator-1.11.tar.gz | 3 --- XML-Generator-1.13.tar.gz | 3 +++ perl-XML-Generator.changes | 31 +++++++++++++++++++++++++++++++ perl-XML-Generator.spec | 2 +- 4 files changed, 35 insertions(+), 4 deletions(-) delete mode 100644 XML-Generator-1.11.tar.gz create mode 100644 XML-Generator-1.13.tar.gz diff --git a/XML-Generator-1.11.tar.gz b/XML-Generator-1.11.tar.gz deleted file mode 100644 index bd35aad..0000000 --- a/XML-Generator-1.11.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ce3dd2f0e985186fcd2d40792efcd837bb89ea7ff4973b671b23f5988f43aef -size 44999 diff --git a/XML-Generator-1.13.tar.gz b/XML-Generator-1.13.tar.gz new file mode 100644 index 0000000..98c854e --- /dev/null +++ b/XML-Generator-1.13.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30ef32fac30f268a3d9062c44fd5ab7518499bf993b50ef8ee372d8787bcb9a8 +size 45541 diff --git a/perl-XML-Generator.changes b/perl-XML-Generator.changes index b71fe0f..f6daa16 100644 --- a/perl-XML-Generator.changes +++ b/perl-XML-Generator.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sun Apr 30 03:12:12 UTC 2023 - Tina Müller + +- updated to 1.13 + see /usr/share/doc/packages/perl-XML-Generator/Changes + + 1.13 -- Sat Apr 29 21:45:32 ADT 2023 + Production Release of 1.12 no changes. + [Significant Updates since 1.11] + Two fairly minor updates that should not impact anyone much. + Dropping support for 5.008 - if you really need it send a PR + to fix. There has been a longstanding "bug" that inserted + standalone in the xml declaration whether it was needed or not. + This makes it optional if it is not required for + externally-defined DTD or directly specified. + - 1a4e7a0 Update version for Release 1.13 + - abb366d v1.12 + 1.12 -- Sat Apr 29 11:55:46 ADT 2023 + [Significant Updates since 1.11] + Two fairly minor updates that should not impact anyone much. + Dropping support for 5.008 - if you really need it send a PR + to fix. There has been a longstanding "bug" that inserted + standalone in the xml declaration whether it was needed or not. + This makes it optional if it is not required for + externally-defined DTD or directly specified. + - 1a7defd Forgot to increment the number of tests + - 7a05609 Fix standalone bug + - aa3c19d Add autoprereqs + - a458ec3 Drop support for perl 5.008 + - 85847a1 v1.11 + ------------------------------------------------------------------- Tue Apr 18 03:10:54 UTC 2023 - Tina Müller diff --git a/perl-XML-Generator.spec b/perl-XML-Generator.spec index 1bae977..83cf2a6 100644 --- a/perl-XML-Generator.spec +++ b/perl-XML-Generator.spec @@ -18,7 +18,7 @@ %define cpan_name XML-Generator Name: perl-XML-Generator -Version: 1.11 +Version: 1.13 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: Perl extension for generating XML