8
0

Accepting request 764940 from devel:languages:perl:autoupdate

- updated to 1.01
   see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog
  version 1.01: Wed 15 Jan 2020 10:47:10 PM CET
  
  	Changes:
  	- Slaven needs 5.8 to be supported for his processed.  Reinstated.
  	  rt.cpan.org#131486 [Slaven Rezic]
  
  	Fixes:
  	- README.md contained info of other project.
  
  version 1.00: Wed 15 Jan 11:57:43 CET 2020
  
  	Changes:
  	- require perl 5.10
  
  	Improvements:
  	- converted to GitHUB

OBS-URL: https://build.opensuse.org/request/show/764940
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-XML-LibXML-Simple?expand=0&rev=21
This commit is contained in:
2020-01-16 11:26:01 +00:00
committed by Git OBS Bridge
parent c6e15b6e64
commit b90044dafe
4 changed files with 35 additions and 12 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Thu Jan 16 03:10:37 UTC 2020 - <timueller+perl@suse.de>
- updated to 1.01
see /usr/share/doc/packages/perl-XML-LibXML-Simple/ChangeLog
version 1.01: Wed 15 Jan 2020 10:47:10 PM CET
Changes:
- Slaven needs 5.8 to be supported for his processed. Reinstated.
rt.cpan.org#131486 [Slaven Rezic]
Fixes:
- README.md contained info of other project.
version 1.00: Wed 15 Jan 11:57:43 CET 2020
Changes:
- require perl 5.10
Improvements:
- converted to GitHUB
-------------------------------------------------------------------
Tue Dec 12 07:04:56 UTC 2017 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-XML-LibXML-Simple
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 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-LibXML-Simple
Version: 0.99
Version: 1.01
Release: 0
%define cpan_name XML-LibXML-Simple
Summary: XML::LibXML clone of XML::Simple::XMLin()
License: Artistic-1.0 or GPL-1.0+
License: Artistic-1.0 OR GPL-1.0-or-later
Group: Development/Libraries/Perl
Url: http://search.cpan.org/dist/XML-LibXML-Simple/
Url: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/M/MA/MARKOV/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildArch: noarch
@@ -48,11 +48,11 @@ or WSDL, then use XML::Compile for maintainable code.
%setup -q -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor
%{__make} %{?_smp_mflags}
perl Makefile.PL INSTALLDIRS=vendor
make %{?_smp_mflags}
%check
%{__make} test
make test
%install
%perl_make_install
@@ -61,6 +61,6 @@ or WSDL, then use XML::Compile for maintainable code.
%files -f %{name}.files
%defattr(-,root,root,755)
%doc ChangeLog README
%doc ChangeLog README README.md
%changelog