Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
10000abda7
!54 [sync] PR-52: hardcode libxml2 version as what was used for building
From: @openeuler-sync-bot 
Reviewed-by: @lyn1001 
Signed-off-by: @lyn1001
2025-03-27 11:41:55 +00:00
Funda Wang
9bb561ac30 hardcode libxml2 version as what was used for building
(cherry picked from commit bcfb8899d8a722ed007dcbf5b0ce6f7f067217ec)
2025-03-27 17:11:05 +08:00
openeuler-ci-bot
83cf2253c7
!18 update to 2.0209
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-08-10 11:44:45 +00:00
lyn1001
36682e485d update to 2.0209 2023-08-10 17:40:26 +08:00
openeuler-ci-bot
f8f63108c2
!14 Correct some broken grammar / spelling / syntax / etc
From: @yangbo2022 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-01-19 11:45:11 +00:00
yangbo
d832d77d6b Correct some broken grammar / spelling / syntax / etc
Signed-off-by: yangbo <yangbo1@xfusion.com>
2023-01-19 10:43:49 +08:00
openeuler-ci-bot
200618bf09
!9 Add <meta> sniffing warning
From: @yangbo2022 
Reviewed-by: @Charlie_li 
Signed-off-by: @Charlie_li
2023-01-18 09:29:19 +00:00
yangbo
608d00b16c Add <meta> sniffing warning
Signed-off-by: yangbo <yangbo1@xfusion.com>
2023-01-18 10:40:27 +08:00
openeuler-ci-bot
2433d8772a !5 delete the old tar package
From: @xinyingchao
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-11-22 00:49:20 +00:00
weiwei_tiantian
562f8ac1fe delete the old tar package 2021-11-19 14:48:35 +08:00
4 changed files with 18 additions and 2 deletions

Binary file not shown.

Binary file not shown.

BIN
XML-LibXML-2.0209.tar.gz Normal file

Binary file not shown.

View File

@ -1,6 +1,6 @@
Name: perl-XML-LibXML Name: perl-XML-LibXML
Version: 2.0207 Version: 2.0209
Release: 1 Release: 2
Epoch: 1 Epoch: 1
Summary: Perl Binding for libxml2 Summary: Perl Binding for libxml2
License: (GPL+ or Artistic) and MIT License: (GPL+ or Artistic) and MIT
@ -20,6 +20,7 @@ BuildRequires: perl(XML::SAX::ParserFactory), perl(URI::file), perl(utf8), perl
BuildRequires: perl(Alien::Libxml2) BuildRequires: perl(Alien::Libxml2)
Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)), perl-interpreter Requires: perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version)), perl-interpreter
Requires: libxml2 >= %(rpm -q --queryformat="%%{VERSION}" libxml2)
Requires(preun): perl-interpreter Requires(preun): perl-interpreter
Provides: perl-XML-LibXML-Common = %{version} Provides: perl-XML-LibXML-Common = %{version}
Obsoletes: perl-XML-LibXML-Common <= 0.13 Obsoletes: perl-XML-LibXML-Common <= 0.13
@ -82,6 +83,21 @@ fi
%{_mandir}/man*/* %{_mandir}/man*/*
%changelog %changelog
* Thu Mar 27 2025 Funda Wang <fundawang@yeah.net> - 1:2.0209-2
- hardcode libxml2 version as what was used for building
* Thu Aug 10 2023 liyanan <thistleslyn@163.com> - 1:2.0209-1
- Update to 2.0209
* Thu Jan 19 2023 yangbo <yangbo1@xfusion.com> - 1:2.0207-4
- Correct some broken grammar / spelling / syntax / etc
* Wed Jan 18 2023 yangbo <yangbo1@xfusion.com> - 1:2.0207-3
- Add <meta> sniffing warning
* Fri Nov 19 2021 yuanxin <yuanxin24@huawei.com> - 1:2.0207-2
- delete the old tar package
* Thu Nov 18 2021 yuanxin <yuanxin24@huawei.com> - 1:2.0207-1 * Thu Nov 18 2021 yuanxin <yuanxin24@huawei.com> - 1:2.0207-1
- bump to version 2.0207 - bump to version 2.0207