From c10d05f591b559471b7b6dda0ede423b271a7a42 Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Mon, 13 Aug 2007 21:20:40 +0000 Subject: [PATCH] Update to latest CPAN version. --- perl-XML-Simple.spec | 22 ++++++++++++++-------- sources | 2 +- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/perl-XML-Simple.spec b/perl-XML-Simple.spec index b2a9047..2470752 100644 --- a/perl-XML-Simple.spec +++ b/perl-XML-Simple.spec @@ -1,18 +1,19 @@ Name: perl-XML-Simple -Version: 2.16 -Release: 3%{?dist} +Version: 2.17 +Release: 1%{?dist} Summary: Easy API to maintain XML in Perl Group: Development/Libraries -License: GPL or Artistic +License: GPL+ or Artistic URL: http://search.cpan.org/dist/XML-Simple/ Source0: http://www.cpan.org/authors/id/G/GR/GRANTM/XML-Simple-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch BuildRequires: perl >= 1:5.6.1 -#BuildRequires: perl(Tie::IxHash), perl(XML::NamespaceSupport) -BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common) perl(XML::Parser), perl(XML::SAX) +BuildRequires: perl(Tie::IxHash), perl(XML::NamespaceSupport) +BuildRequires: perl(XML::LibXML), perl(XML::LibXML::Common), perl(XML::Parser), perl(XML::SAX) +BuildRequires: perl(ExtUtils::MakeMaker) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) Requires: perl(XML::Parser) # XML-SAX-ExpatXS up to 0.98 has known namespace bugs, and will cause the @@ -52,13 +53,18 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -# For license text(s), see the perl package. %doc Changes README %{perl_vendorlib}/XML/ %{_mandir}/man3/*.3* %changelog +* Mon Aug 13 2007 Robin Norwood - 2.17-1 +- Update to latest CPAN version: 2.17 +- Add BuildRequires +- Fix macro-in-changelog rpmlint warning +- Fix license tag + * Tue Dec 05 2006 Robin Norwood - 2.16-2 - Fix incorrect 'Release' tag - removed extra dot. @@ -68,7 +74,7 @@ rm -rf $RPM_BUILD_ROOT * Wed Jun 7 2006 Jason Vas Dias - 2.14-4 - fix bug 191911: make test fails when default Parser is XML::SAX::PurePerl - succeeds when default Parser is XML::LibXML::SAX - - +BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common) + +BuildRequires: perl(XML::LibXML) perl(XML::LibXML::Common) * Wed Jun 7 2006 Matthias Clasen - 2.14-2.2 - Require perl-XML-Parser (#193985) @@ -97,7 +103,7 @@ rm -rf $RPM_BUILD_ROOT - build requirement for perl < 5.8.0 - perl(Storable) * Thu May 6 2004 Jose Pedro Oliveira - 0:2.12-0.fdr.2 -- missing $RPM_OPT_FLAGS in the %build section. +- missing $RPM_OPT_FLAGS in the %%build section. - optional test module as build requirement perl(Tie::IxHash). * Mon Apr 26 2004 Ville Skyttä - 0:2.12-0.fdr.1 diff --git a/sources b/sources index 8946b58..a0b7640 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80c0980ff63d77b871de41acc7175df7 XML-Simple-2.16.tar.gz +f6522514032092dd0341aa26a408ad4d XML-Simple-2.17.tar.gz