rpms/perl-YAML/FC-3 perl-YAML-testmore054.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 perl-YAML.spec, 1.4, 1.5 sources, 1.2, 1.3

Ville Skytta (scop) fedora-extras-commits at redhat.com
Thu Apr 14 07:06:49 UTC 2005


Author: scop

Update of /cvs/extras/rpms/perl-YAML/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5827/FC-3

Modified Files:
	.cvsignore perl-YAML.spec sources 
Added Files:
	perl-YAML-testmore054.patch 
Log Message:
0.39.

perl-YAML-testmore054.patch:

--- NEW FILE perl-YAML-testmore054.patch ---
--- t/20load.t~	2005-03-31 05:18:43.000000000 +0300
+++ t/20load.t	2005-04-13 17:35:47.000000000 +0300
@@ -1,7 +1,11 @@
 use lib 'lib', 't';
 use TestChunks;
 plan tests => number_of_tests;
-test_load;
+SKIP: {
+  Test::More::skip "This test hangs with Test::More < 0.54", number_of_tests
+    unless $Test::More::VERSION && $Test::More::VERSION >= 0.54;
+  test_load;
+};
 
 __DATA__
 ===


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-YAML/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	8 Nov 2004 05:11:29 -0000	1.2
+++ .cvsignore	14 Apr 2005 07:06:47 -0000	1.3
@@ -1 +1 @@
-YAML-0.35.tar.gz
+YAML-0.39.tar.gz


Index: perl-YAML.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-YAML/FC-3/perl-YAML.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- perl-YAML.spec	10 Dec 2004 22:03:09 -0000	1.4
+++ perl-YAML.spec	14 Apr 2005 07:06:47 -0000	1.5
@@ -1,15 +1,14 @@
-%{!?perl_vendorlib: %define perl_vendorlib %(eval "`%{__perl} -V:installvendorlib`"; echo $installvendorlib)}
-
 Name:           perl-YAML
-Version:        0.35
-Release:        5
+Version:        0.39
+Release:        1
 Epoch:          0
 Summary:        YAML Ain't Markup Language (tm)
 
 Group:          Development/Libraries
 License:        GPL or Artistic
 URL:            http://search.cpan.org/dist/YAML/
-Source0:        http://www.cpan.org/authors/id/I/IN/INGY/YAML-0.35.tar.gz
+Source0:        http://www.cpan.org/authors/id/I/IN/INGY/YAML-%{version}.tar.gz
+Patch0:         %{name}-testmore054.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -28,11 +27,11 @@
 
 %prep
 %setup -q -n YAML-%{version}
-chmod 644 Changes README
+%patch0 -p0
 
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
+%{__perl} Makefile.PL INSTALLDIRS=vendor
 make %{?_smp_mflags}
 
 
@@ -55,12 +54,16 @@
 %files
 %defattr(-,root,root,-)
 %doc Changes README
-%{_bindir}/*
+%{_bindir}/ysh
 %{perl_vendorlib}/YAML*
-%{_mandir}/man?/*
+%{_mandir}/man1/ysh.1*
+%{_mandir}/man3/YAML*.3*
 
 
 %changelog
+* Thu Apr 14 2005 Ville Skyttä <ville.skytta at iki.fi> - 0:0.39-1
+- 0.39.
+
 * Sat May 15 2004 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0:0.35-0.fdr.5
 - Avoid creation of the perllocal.pod file (make pure_install).
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-YAML/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	8 Nov 2004 05:11:29 -0000	1.2
+++ sources	14 Apr 2005 07:06:47 -0000	1.3
@@ -1 +1 @@
-03f1c4446fae2bcc7d606b0b3ded0632  YAML-0.35.tar.gz
+b8a49f49cb0ee6d9698807fb3f606922  YAML-0.39.tar.gz




More information about the fedora-extras-commits mailing list