1.11 bump

This commit is contained in:
Petr Pisar 2010-05-11 13:08:35 +00:00
parent a4911efb7f
commit 82777883d7
4 changed files with 10 additions and 19 deletions

View File

@ -1 +1 @@
XML-NamespaceSupport-1.10.tar.gz
XML-NamespaceSupport-1.11.tar.gz

View File

@ -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;

View File

@ -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 <ppisar@redhat.com> - 1.11-1
- 1.11 version bump
* Fri May 07 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.10-4
- Mass rebuild with perl-5.12.0

View File

@ -1 +1 @@
0a760067d4b517672f064e911679c509 XML-NamespaceSupport-1.10.tar.gz
222cca76161cd956d724286d36b607da XML-NamespaceSupport-1.11.tar.gz