diff --git a/.cvsignore b/.cvsignore index afabbd4..cfe65d1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -XML-NamespaceSupport-1.10.tar.gz +XML-NamespaceSupport-1.11.tar.gz diff --git a/perl-XML-NamespaceSupport-autoinstall_off.patch b/perl-XML-NamespaceSupport-autoinstall_off.patch deleted file mode 100644 index 610bec2..0000000 --- a/perl-XML-NamespaceSupport-autoinstall_off.patch +++ /dev/null @@ -1,10 +0,0 @@ -diff -up XML-NamespaceSupport-1.10/Makefile.PL.old XML-NamespaceSupport-1.10/Makefile.PL ---- XML-NamespaceSupport-1.10/Makefile.PL.old 2009-05-28 15:49:59.000000000 +0200 -+++ XML-NamespaceSupport-1.10/Makefile.PL 2009-10-07 10:56:19.646648385 +0200 -@@ -9,5 +9,5 @@ build_requires 'Test::More' => '0.47'; - - auto_set_repository; - auto_manifest; --auto_install; -+#auto_install; - WriteAll; diff --git a/perl-XML-NamespaceSupport.spec b/perl-XML-NamespaceSupport.spec index 2f8ce7d..0e6be89 100644 --- a/perl-XML-NamespaceSupport.spec +++ b/perl-XML-NamespaceSupport.spec @@ -1,18 +1,17 @@ Name: perl-XML-NamespaceSupport -Version: 1.10 -Release: 4%{?dist} +Version: 1.11 +Release: 1%{?dist} Summary: A simple generic namespace support class Group: Development/Libraries License: GPL+ or Artistic Url: http://search.cpan.org/dist/XML-NamespaceSupport/ Source0: http://www.cpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-%{version}.tar.gz -Patch0: perl-XML-NamespaceSupport-autoinstall_off.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: perl(ExtUtils::MakeMaker) -BuildRequires: perl(Test::More) +BuildRequires: perl(ExtUtils::MakeMaker) >= 6.42 +BuildRequires: perl(Test::More) >= 0.47 Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) %description @@ -21,8 +20,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $versi %prep %setup -q -n XML-NamespaceSupport-%{version} -%patch0 -p1 -chmod -c 644 Changes README +%{__chmod} 644 lib/XML/NamespaceSupport.pm %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -50,6 +48,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 11 2010 Petr Pisar - 1.11-1 +- 1.11 version bump + * Fri May 07 2010 Marcela Maslanova - 1.10-4 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index 74d9ca6..dc75cfa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0a760067d4b517672f064e911679c509 XML-NamespaceSupport-1.10.tar.gz +222cca76161cd956d724286d36b607da XML-NamespaceSupport-1.11.tar.gz