8
0
Stephan Kulow
2014-07-28 07:50:01 +00:00
committed by Git OBS Bridge
parent 366cdbfff5
commit e748c55758
4 changed files with 15 additions and 7 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jul 28 05:30:42 UTC 2014 - coolo@suse.com
- updated to 0.94
Improvements:
- change documentation style.
- replace File::Slurp by File::Slurp::Tiny [Caleb Cushing]
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jun 4 17:01:50 UTC 2013 - coolo@suse.com Tue Jun 4 17:01:50 UTC 2013 - coolo@suse.com

View File

@@ -1,7 +1,7 @@
# #
# spec file for package perl-XML-LibXML-Simple # spec file for package perl-XML-LibXML-Simple
# #
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-XML-LibXML-Simple Name: perl-XML-LibXML-Simple
Version: 0.93 Version: 0.94
Release: 0 Release: 0
%define cpan_name XML-LibXML-Simple %define cpan_name XML-LibXML-Simple
Summary: XML::LibXML clone of XML::Simple::XMLin() Summary: XML::LibXML clone of XML::Simple::XMLin()
@@ -29,9 +29,9 @@ BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl BuildRequires: perl
BuildRequires: perl-macros BuildRequires: perl-macros
BuildRequires: perl(File::Slurp) BuildRequires: perl(File::Slurp::Tiny)
BuildRequires: perl(XML::LibXML) >= 1.64 BuildRequires: perl(XML::LibXML) >= 1.64
Requires: perl(File::Slurp) Requires: perl(File::Slurp::Tiny)
Requires: perl(XML::LibXML) >= 1.64 Requires: perl(XML::LibXML) >= 1.64
%{perl_requires} %{perl_requires}