diff --git a/XML-LibXML-2.0206.tar.gz b/XML-LibXML-2.0206.tar.gz deleted file mode 100644 index 328e763..0000000 --- a/XML-LibXML-2.0206.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:010ba395c38711f9c233ee23d0b0b18b761e6d99a762125f7e6180d068851619 -size 464492 diff --git a/XML-LibXML-2.0207.tar.gz b/XML-LibXML-2.0207.tar.gz new file mode 100644 index 0000000..b46279e --- /dev/null +++ b/XML-LibXML-2.0207.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:903436c9859875bef5593243aae85ced329ad0fb4b57bbf45975e32547c50c15 +size 462595 diff --git a/perl-XML-LibXML.changes b/perl-XML-LibXML.changes index 147bd31..2540d1d 100644 --- a/perl-XML-LibXML.changes +++ b/perl-XML-LibXML.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sun Apr 18 03:08:08 UTC 2021 - Tina Müller + +- updated to 2.0207 + see /usr/share/doc/packages/perl-XML-LibXML/Changes + + 2.0207 2021-04-17 + - Small cleanups: + - https://github.com/shlomif/perl-XML-LibXML/pull/63 + - Thanks to @Grinnz , @Kritzefitz and @atoomic . + ------------------------------------------------------------------- Wed Sep 16 03:12:19 UTC 2020 - Tina Müller diff --git a/perl-XML-LibXML.spec b/perl-XML-LibXML.spec index 623f5d8..0aaceda 100644 --- a/perl-XML-LibXML.spec +++ b/perl-XML-LibXML.spec @@ -1,7 +1,7 @@ # # spec file for package perl-XML-LibXML # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,15 @@ # -Name: perl-XML-LibXML -Version: 2.0206 -Release: 0 %define cpan_name XML-LibXML +Name: perl-XML-LibXML +Version: 2.0207 +Release: 0 Summary: Perl Binding for libxml2 License: Artistic-1.0 OR GPL-1.0-or-later -Group: Development/Libraries/Perl 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 -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: perl BuildRequires: perl-macros BuildRequires: perl(Alien::Base::Wrapper) @@ -58,11 +56,11 @@ split into several packages which are not described in this section; unless stated otherwise, you only need to 'use XML::LibXML;' in your programs. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -n %{cpan_name}-%{version} %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}" -make %{?_smp_mflags} +%make_build %check make test @@ -73,7 +71,6 @@ make test %perl_gen_filelist %files -f %{name}.files -%defattr(-,root,root,755) %doc Changes docs example HACKING.txt README TODO %license LICENSE