From 7e4c61b629defdd7885baace91709f2e6d330ae1 Mon Sep 17 00:00:00 2001 From: Robin Norwood Date: Tue, 13 Feb 2007 16:47:50 +0000 Subject: [PATCH] New version: 0.15 --- .cvsignore | 4 +--- perl-XML-SAX.spec | 8 ++++++-- sources | 2 +- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.cvsignore b/.cvsignore index 14f852b..765a7dc 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,3 +1 @@ -XML-SAX-0.12.tar.gz -XML-SAX-0.13.tar.gz -XML-SAX-0.14.tar.gz +XML-SAX-0.15.tar.gz diff --git a/perl-XML-SAX.spec b/perl-XML-SAX.spec index 6a96b93..3ac0491 100644 --- a/perl-XML-SAX.spec +++ b/perl-XML-SAX.spec @@ -3,8 +3,8 @@ Summary: XML-SAX Perl module Name: perl-XML-SAX -Version: 0.14 -Release: 2 +Version: 0.15 +Release: 1 License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-SAX/ @@ -15,6 +15,7 @@ Requires: %(perl -MConfig -le 'if (defined $Config{useithreads}) { print "perl(: Requires: %(perl -MConfig -le 'if (defined $Config{usethreads}) { print "perl(:WITH_THREADS)" } else { print "perl(:WITHOUT_THREADS)" }') Requires: %(perl -MConfig -le 'if (defined $Config{uselargefiles}) { print "perl(:WITH_LARGEFILES)" } else { print "perl(:WITHOUT_LARGEFILES)" }') Requires: perl(:MODULE_COMPAT_%(perl -MConfig -e 'print $Config{version}')) +Requires: perl-XML-LibXML perl-XML-LibXML-Common Source1: filter-requires-xmlsax.sh BuildArch: noarch BuildRequires: perl-XML-NamespaceSupport perl-XML-LibXML perl-XML-LibXML-Common @@ -76,6 +77,9 @@ fi %exclude %{perl_vendorlib}/XML/SAX/placeholder.pl %changelog +* Tue Feb 13 2007 Robin Norwood - 0.15-1 +- New version: 0.15 + * Fri Jun 09 2006 Jason Vas Dias - 0.14-2 - fix bug 194706: fails to build under (new!) mock diff --git a/sources b/sources index 3f0b284..b83e7e3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ab13c04a3cf63a0ae63fa73c863cf23e XML-SAX-0.14.tar.gz +4b2276bafedc5a41cf50fea2296e31c4 XML-SAX-0.15.tar.gz