diff --git a/XML-LibXML-2.0207.tar.gz b/XML-LibXML-2.0207.tar.gz deleted file mode 100644 index f3d902f67638ed888de668a19c54b8695f423265..0000000000000000000000000000000000000000 Binary files a/XML-LibXML-2.0207.tar.gz and /dev/null differ diff --git a/XML-LibXML-2.0208.tar.gz b/XML-LibXML-2.0208.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..b92ad84841843ee1a3cda9db4575a5830dc8d21b Binary files /dev/null and b/XML-LibXML-2.0208.tar.gz differ diff --git a/backport-0001-Add-meta-sniffing-warning.patch b/backport-0001-Add-meta-sniffing-warning.patch deleted file mode 100644 index 5e639907169909bddc2967d01984ae192add8858..0000000000000000000000000000000000000000 --- a/backport-0001-Add-meta-sniffing-warning.patch +++ /dev/null @@ -1,28 +0,0 @@ -From 8465180e379bb0873c248afc937bae9aa03e0a60 Mon Sep 17 00:00:00 2001 -From: =?UTF-8?q?=E7=A9=8D=E4=B8=B9=E5=B0=BC=20Dan=20Jacobson?= - -Date: Mon, 21 Jun 2021 22:45:47 +0800 -Subject: [PATCH 01/11] Add sniffing warning - ---- - docs/libxml.dbk | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) - -diff --git a/docs/libxml.dbk b/docs/libxml.dbk -index c7a4208..b307510 100644 ---- a/docs/libxml.dbk -+++ b/docs/libxml.dbk -@@ -2598,7 +2598,9 @@ print {$out_fh} $doc->toString; - - - toStringHTML serialize the tree to a byte string in the document encoding as HTML. With this method indenting is automatic and managed by -- libxml2 internally. -+ libxml2 internally. Note the string must contain -+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> (and not newer <meta charset="utf-8">), -+ else all non-ASCII will become entities. - - - --- -2.39.0.windows.2 - diff --git a/backport-0002-Correct-some-broken-grammar-spelling-syntax-etc.patch b/backport-0002-Correct-some-broken-grammar-spelling-syntax-etc.patch deleted file mode 100644 index 812b70fe55925978f030952b2e8e6e01262ade64..0000000000000000000000000000000000000000 --- a/backport-0002-Correct-some-broken-grammar-spelling-syntax-etc.patch +++ /dev/null @@ -1,33 +0,0 @@ -From af276c6137405ce2ab7ade54e74dbf81237f41e6 Mon Sep 17 00:00:00 2001 -From: Shlomi Fish -Date: Thu, 24 Jun 2021 15:47:10 +0300 -Subject: [PATCH 02/11] Correct some broken grammar / spelling / syntax / etc. - -See https://duckduckgo.com/?q=english+grammar&ia=web ; -https://duckduckgo.com/?q=english+spelling&ia=web and for the lighter side: - -* https://www.youtube.com/watch?v=8Gv0H-vPoDc - -* https://shlomif.livejournal.com/53966.html - -* http://i.imgur.com/HL1ZR.jpg . ---- - docs/libxml.dbk | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/docs/libxml.dbk b/docs/libxml.dbk -index b307510..598554d 100644 ---- a/docs/libxml.dbk -+++ b/docs/libxml.dbk -@@ -2599,7 +2599,7 @@ print {$out_fh} $doc->toString; - - toStringHTML serialize the tree to a byte string in the document encoding as HTML. With this method indenting is automatic and managed by - libxml2 internally. Note the string must contain -- <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> (and not newer <meta charset="utf-8">), -+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> (rather than the newer <meta charset="utf-8">), - else all non-ASCII will become entities. - - --- -2.39.0.windows.2 - diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 95ed30b16285f4a7a3a8dbd297accae005637bc8..64b94dd8a947578ec05b7d3044d357bf53b981e4 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,6 +1,6 @@ Name: perl-XML-LibXML -Version: 2.0207 -Release: 4 +Version: 2.0208 +Release: 1 Epoch: 1 Summary: Perl Binding for libxml2 License: (GPL+ or Artistic) and MIT @@ -24,8 +24,6 @@ Requires(preun): perl-interpreter Provides: perl-XML-LibXML-Common = %{version} Obsoletes: perl-XML-LibXML-Common <= 0.13 -Patch0001: backport-0001-Add-meta-sniffing-warning.patch -Patch0002: backport-0002-Correct-some-broken-grammar-spelling-syntax-etc.patch %description This module is Perl Binding for libxml2, which implements a Perl interface to @@ -85,6 +83,9 @@ fi %{_mandir}/man*/* %changelog +* Fri Jun 30 2023 liweigang - 1:2.0208-1 +- update to version 2.0208 + * Thu Jan 19 2023 yangbo - 1:2.0207-4 - Correct some broken grammar / spelling / syntax / etc