8
0

Accepting request 886964 from devel:languages:perl:autoupdate

- 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 .

OBS-URL: https://build.opensuse.org/request/show/886964
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML?expand=0&rev=98
This commit is contained in:
2021-04-20 14:19:42 +00:00
committed by Git OBS Bridge
parent 659bb7c30a
commit 9a3d884d90
4 changed files with 20 additions and 12 deletions

BIN
XML-LibXML-2.0206.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
XML-LibXML-2.0207.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Apr 18 03:08:08 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- 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 <timueller+perl@suse.de>

View File

@@ -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