diff --git a/XML-SAX-1.00.tar.gz b/XML-SAX-1.00.tar.gz deleted file mode 100644 index a391d23..0000000 --- a/XML-SAX-1.00.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:45ea6564ef8692155d57b2de0862b6442d3c7e29f4a9bc9ede5d7ecdc74c2ae3 -size 46808 diff --git a/XML-SAX-1.02.tar.gz b/XML-SAX-1.02.tar.gz new file mode 100644 index 0000000..f0a8d62 --- /dev/null +++ b/XML-SAX-1.02.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a +size 47318 diff --git a/perl-XML-SAX-0.96-utf8.diff b/perl-XML-SAX-0.96-utf8.diff index af46e20..69998d3 100644 --- a/perl-XML-SAX-0.96-utf8.diff +++ b/perl-XML-SAX-0.96-utf8.diff @@ -1,5 +1,5 @@ ---- SAX/PurePerl/Reader/Stream.pm -+++ SAX/PurePerl/Reader/Stream.pm +--- lib/XML/SAX/PurePerl/Reader/Stream.pm ++++ lib/XML/SAX/PurePerl/Reader/Stream.pm @@ -70,6 +70,54 @@ my $self = shift; my ($encoding) = @_; diff --git a/perl-XML-SAX.changes b/perl-XML-SAX.changes index a7b2a5c..d922d50 100644 --- a/perl-XML-SAX.changes +++ b/perl-XML-SAX.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 17 14:46:40 UTC 2019 - Pedro Monreal Gonzalez + +- update to 1.02 + see /usr/share/doc/packages/perl-XML-SAX/Changes + + 1.02 14 Jun 2019 Grant McLean + - Spelling fixes (patch from Ville Skyttä) + - Add repo location to metadata (patches from Ville Skytta & Martin McGrath) + - Reorganise module files under lib/XML + - Regenerate MANIFEST using 'make manifest' to include missing test files +- Updated URL to MetaCPAN +- Rebased perl-XML-SAX-0.96-utf8.diff + ------------------------------------------------------------------- Thu Jul 19 12:07:09 UTC 2018 - coolo@suse.com diff --git a/perl-XML-SAX.spec b/perl-XML-SAX.spec index cae6c08..e7c9276 100644 --- a/perl-XML-SAX.spec +++ b/perl-XML-SAX.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-SAX # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,18 +12,18 @@ # 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/ # Name: perl-XML-SAX -Version: 1.00 +Version: 1.02 Release: 0 %define cpan_name XML-SAX Summary: Simple API for XML License: GPL-1.0-or-later OR Artistic-1.0 Group: Development/Libraries/Perl -Url: http://search.cpan.org/dist/XML-SAX/ +Url: https://metacpan.org/release/XML-SAX Source0: https://cpan.metacpan.org/authors/id/G/GR/GRANTM/%{cpan_name}-%{version}.tar.gz Source1: cpanspec.yml Patch0: perl-XML-SAX-0.96-utf8.diff