rpms/perl-YAML/devel .cvsignore, 1.4, 1.5 perl-YAML.spec, 1.12, 1.13 sources, 1.6, 1.7

Steven Pritchard (steve) fedora-extras-commits at redhat.com
Fri Jul 7 13:50:55 UTC 2006


Author: steve

Update of /cvs/extras/rpms/perl-YAML/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11383

Modified Files:
	.cvsignore perl-YAML.spec sources 
Log Message:
Update to 0.62.
Removed Test::YAML (bug #197539).



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/perl-YAML/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	4 May 2006 16:32:39 -0000	1.4
+++ .cvsignore	7 Jul 2006 13:50:55 -0000	1.5
@@ -1 +1 @@
-YAML-0.58.tar.gz
+YAML-0.62.tar.gz


Index: perl-YAML.spec
===================================================================
RCS file: /cvs/extras/rpms/perl-YAML/devel/perl-YAML.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- perl-YAML.spec	20 May 2006 20:35:35 -0000	1.12
+++ perl-YAML.spec	7 Jul 2006 13:50:55 -0000	1.13
@@ -1,6 +1,6 @@
 Name:           perl-YAML
-Version:        0.58
-Release:        3%{?dist}
+Version:        0.62
+Release:        1%{?dist}
 Summary:        YAML Ain't Markup Language (tm)
 License:        GPL or Artistic
 Group:          Development/Libraries
@@ -24,7 +24,7 @@
 %setup -q -n YAML-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
+%{__perl} Makefile.PL INSTALLDIRS=vendor < /dev/null
 make %{?_smp_mflags}
 
 %install
@@ -32,6 +32,12 @@
 
 make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT
 
+# Removing Test::YAML (at least temporarily) due
+# to security concerns and questionable value.
+# https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=197539
+rm -f $RPM_BUILD_ROOT%{perl_vendorlib}/Test/YAML* \
+    $RPM_BUILD_ROOT%{_mandir}/man3/Test::YAML*.3*
+
 find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \;
 find $RPM_BUILD_ROOT -type d -depth -exec rmdir {} 2>/dev/null \;
 
@@ -45,15 +51,20 @@
 
 %files
 %defattr(-,root,root,-)
-%doc Changes README
+%doc Changes COMPATIBILITY README
 %{_bindir}/ysh
 %{perl_vendorlib}/YAML*
-%{perl_vendorlib}/Test/YAML*
 %{_mandir}/man1/ysh.1*
 %{_mandir}/man3/YAML*.3*
-%{_mandir}/man3/Test::YAML*.3*
 
 %changelog
+* Fri Jul 07 2006 Steven Pritchard <steve at kspei.com> 0.62-1
+- Update to 0.62.
+- Removed Test::YAML (bug #197539).
+
+* Mon Jul 03 2006 Steven Pritchard <steve at kspei.com> 0.61-1
+- Update to 0.61.
+
 * Sat May 20 2006 Steven Pritchard <steve at kspei.com> 0.58-3
 - Rebuild.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/perl-YAML/devel/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	20 May 2006 20:34:05 -0000	1.6
+++ sources	7 Jul 2006 13:50:55 -0000	1.7
@@ -1 +1 @@
-aa5ac653057914ca995dd74de8212ebc  YAML-0.58.tar.gz
+4be042a043ec520074b0ab6f7ca0bded  YAML-0.62.tar.gz




More information about the fedora-extras-commits mailing list