From c271ac33e926828c67f6431dfc5833c8379cee60 Mon Sep 17 00:00:00 2001 From: Mark Chappell Date: Thu, 1 Jul 2010 19:35:17 +0000 Subject: [PATCH] update to the latest version prior to inital EL-6 build --- .cvsignore | 2 +- perl-YAML-LibYAML.spec | 20 +++++++++++++++++--- sources | 2 +- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 8011612..0c191af 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -YAML-LibYAML-0.32.tar.gz +YAML-LibYAML-0.33.tar.gz diff --git a/perl-YAML-LibYAML.spec b/perl-YAML-LibYAML.spec index 242223d..0b2d0a1 100644 --- a/perl-YAML-LibYAML.spec +++ b/perl-YAML-LibYAML.spec @@ -1,6 +1,6 @@ Name: perl-YAML-LibYAML -Version: 0.32 -Release: 3%{?dist} +Version: 0.33 +Release: 1%{?dist} Summary: YAML::LibYAML Perl module License: GPL+ or Artistic Group: Development/Libraries @@ -11,6 +11,8 @@ BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: perl(Test::More) Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version)) +%{?perl_default_filter} + %description Kirill Siminov's "libyaml" is arguably the best YAML implementation. The C library is written precisely to the YAML 1.1 @@ -30,7 +32,7 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT -make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT +make pure_install DESTDIR=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -type f -name '*.bs' -size 0 -exec rm -f {} \; @@ -52,6 +54,18 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/* %changelog +* Thu Jun 3 2010 Marcela Maslanova - 0.33-1 +- update + +* Fri May 07 2010 Marcela Maslanova - 0.32-6 +- Mass rebuild with perl-5.12.0 + +* Sat Mar 27 2010 Chris Weyl - 0.32-5 +- perl_default_filter, PERL_INSTALL_ROOT => DESTDIR + +* Mon Dec 7 2009 Stepan Kasal - 0.32-4 +- rebuild against perl 5.10.1 + * Sun Jul 26 2009 Fedora Release Engineering - 0.32-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/sources b/sources index 8664202..aaf6a41 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7a8b9258a311e52d0938744ad2ddfc4d YAML-LibYAML-0.32.tar.gz +001a21618af05ee3a12dbb8cd6bd9b13 YAML-LibYAML-0.33.tar.gz