From c629981274f207579c05d62db8ad0f8f595d317f Mon Sep 17 00:00:00 2001 From: jvdias Date: Tue, 6 Jun 2006 00:14:32 +0000 Subject: [PATCH] upgrade to 0.14 --- .cvsignore | 1 + perl-XML-SAX.spec | 9 ++++++--- sources | 3 +-- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index f1b4e08..14f852b 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,3 @@ XML-SAX-0.12.tar.gz XML-SAX-0.13.tar.gz +XML-SAX-0.14.tar.gz diff --git a/perl-XML-SAX.spec b/perl-XML-SAX.spec index b5c2b55..49f99bf 100644 --- a/perl-XML-SAX.spec +++ b/perl-XML-SAX.spec @@ -3,18 +3,18 @@ Summary: XML-SAX Perl module Name: perl-XML-SAX -Version: 0.13 -Release: 1.1 +Version: 0.14 +Release: 1 License: GPL or Artistic Group: Development/Libraries URL: http://search.cpan.org/dist/XML-SAX/ +Source: ftp://cpan.org/pub/CPAN/authors/id/M/MS/MSERGEANT/XML-SAX-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl >= 2:5.8.0 Requires: %(perl -MConfig -le 'if (defined $Config{useithreads}) { print "perl(:WITH_ITHREADS)" } else { print "perl(:WITHOUT_ITHREADS)" }') 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}')) -Source0: XML-SAX-%{version}.tar.gz Source1: filter-requires-xmlsax.sh BuildArch: noarch BuildRequires: perl-XML-NamespaceSupport @@ -76,6 +76,9 @@ fi %exclude %{perl_vendorlib}/XML/SAX/placeholder.pl %changelog +* Mon Jun 05 2006 Jason Vas Dias - 0.14-1.1 +- upgrade to 0.14 + * Fri Feb 03 2006 Jason Vas Dias - 0.13-1.1 - rebuild for new perl-5.8.8 diff --git a/sources b/sources index c6161ed..3f0b284 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -bff58bd077a9693fc8cf32e2b95f571f XML-SAX-0.12.tar.gz -e8b1ce0a954888bcd3aa2ed8621774ef XML-SAX-0.13.tar.gz +ab13c04a3cf63a0ae63fa73c863cf23e XML-SAX-0.14.tar.gz