rpms/perl-XML-NamespaceSupport/F-12 perl-XML-NamespaceSupport-autoinstall_off.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 perl-XML-NamespaceSupport.spec, 1.14, 1.15 sources, 1.3, 1.4

Štěpán Kasal kasal at fedoraproject.org
Thu Oct 29 19:17:54 UTC 2009


Author: kasal

Update of /cvs/extras/rpms/perl-XML-NamespaceSupport/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv4495

Modified Files:
	.cvsignore perl-XML-NamespaceSupport.spec sources 
Added Files:
	perl-XML-NamespaceSupport-autoinstall_off.patch 
Log Message:
sync with rawhide

perl-XML-NamespaceSupport-autoinstall_off.patch:
 Makefile.PL |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE perl-XML-NamespaceSupport-autoinstall_off.patch ---
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;


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-NamespaceSupport/F-12/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	9 Sep 2005 22:23:45 -0000	1.3
+++ .cvsignore	29 Oct 2009 19:17:53 -0000	1.4
@@ -1 +1 @@
-XML-NamespaceSupport-1.09.tar.gz
+XML-NamespaceSupport-1.10.tar.gz


Index: perl-XML-NamespaceSupport.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-NamespaceSupport/F-12/perl-XML-NamespaceSupport.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- perl-XML-NamespaceSupport.spec	26 Jul 2009 17:36:16 -0000	1.14
+++ perl-XML-NamespaceSupport.spec	29 Oct 2009 19:17:53 -0000	1.15
@@ -1,16 +1,18 @@
 Name:           perl-XML-NamespaceSupport
-Version:        1.09
-Release:        6%{?dist}
+Version:        1.10
+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/R/RB/RBERJON/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)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 %description
@@ -19,7 +21,8 @@ Requires:       perl(:MODULE_COMPAT_%(ev
 
 %prep
 %setup -q -n XML-NamespaceSupport-%{version}
-chmod -c 644 Changes README *.pm
+%patch0 -p1
+chmod -c 644 Changes README
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -47,6 +50,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Tue Oct  6 2009 Marcela Mašláňová <mmaslano at redhat.com> - 1.10-1
+- update to new upstream release
+
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.09-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-XML-NamespaceSupport/F-12/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	9 Sep 2005 22:23:45 -0000	1.3
+++ sources	29 Oct 2009 19:17:53 -0000	1.4
@@ -1 +1 @@
-b0867d7b599d8a63ba630fa6227936fe  XML-NamespaceSupport-1.09.tar.gz
+0a760067d4b517672f064e911679c509  XML-NamespaceSupport-1.10.tar.gz




More information about the fedora-extras-commits mailing list