From 337abbb66fbb7127a2eb6150b495f08e7fb80365 Mon Sep 17 00:00:00 2001 From: Petr Sabata Date: Thu, 22 Sep 2011 13:03:06 +0200 Subject: [PATCH] 3.39 bump --- .gitignore | 1 + perl-XML-Twig.spec | 13 +++++-------- sources | 2 +- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/.gitignore b/.gitignore index b4efbcb..c89a2f3 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ XML-Twig-3.34.tar.gz /XML-Twig-3.35.tar.gz /XML-Twig-3.37.tar.gz /XML-Twig-3.38.tar.gz +/XML-Twig-3.39.tar.gz diff --git a/perl-XML-Twig.spec b/perl-XML-Twig.spec index 278d2ef..38f3357 100644 --- a/perl-XML-Twig.spec +++ b/perl-XML-Twig.spec @@ -1,6 +1,6 @@ Name: perl-XML-Twig -Version: 3.38 -Release: 4%{?dist} +Version: 3.39 +Release: 1%{?dist} Summary: Perl module for processing huge XML documents in tree mode License: GPL+ or Artistic Group: Development/Libraries @@ -69,7 +69,6 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi %global __requires_exclude %{?__requires_exclude:%__requires_exclude|}perl\\(XML::XPath\\) %global __requires_exclude %__requires_exclude|perl\\(xml_split::state\\) - %description This module provides a way to process XML documents. It is build on top of XML::Parser. XML::Twig offers a tree interface to the @@ -79,24 +78,19 @@ usage by building the tree only for the parts of the documents that need actual processing, through the use of the twig_roots and twig_print_outside_roots options. - %prep %setup -q -n XML-Twig-%{version} - %build %{__perl} Makefile.PL -y INSTALLDIRS=perl make %{?_smp_mflags} - cp Changes Changes.orig iconv -f iso88591 -t utf8 < Changes.orig > Changes %install make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT - find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; - %{_fixperms} $RPM_BUILD_ROOT/* %check @@ -111,6 +105,9 @@ make test %{_mandir}/man3/* %changelog +* Thu Sep 22 2011 Petr Sabata - 3.39-1 +- 3.39 bump + * Sun Jul 24 2011 Iain Arnell 3.38-4 - update filtering for rpm 4.9 diff --git a/sources b/sources index 7058c0a..bf44f76 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b47f211cca776eb65e55e2c4b51e41ee XML-Twig-3.38.tar.gz +c3f42ee3f09fe7b0601172ddb15bfe53 XML-Twig-3.39.tar.gz