commit 84336574d3f58b25fbc50dc492ddc6a5f01db118 Author: Petr Písař <ppisar@xxxxxxxxxx> Date: Wed May 9 17:14:28 2012 +0200 0.045 bump .gitignore | 1 + perl-v6.spec | 10 ++++++---- sources | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) --- diff --git a/.gitignore b/.gitignore index 9fbc8c6..d73fb9b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /v6-0.044.tar.gz +/v6-0.045.tar.gz diff --git a/perl-v6.spec b/perl-v6.spec index ee5b530..879cd62 100644 --- a/perl-v6.spec +++ b/perl-v6.spec @@ -2,7 +2,7 @@ %global __python %{nil} Name: perl-v6 -Version: 0.044 +Version: 0.045 Release: 1%{?dist} Summary: Perl 6 implementation License: GPL+ or Artistic @@ -99,7 +99,7 @@ The v6 module is a front-end to the "Perlito" compiler. %prep %setup -q -n v6-%{version} %fix_shbang_line scripts/perlito -chmod -x lib/Perlito/Python/Prelude.pm +find -type f -exec chmod -x {} + %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -110,17 +110,19 @@ make pure_install PERL_INSTALL_ROOT=$RPM_BUILD_ROOT find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; %{_fixperms} $RPM_BUILD_ROOT/* -rm $RPM_BUILD_ROOT%{perl_vendorlib}/hello_world.pl %check make test %files -%doc ChangeLog README hello_world.pl +%doc ChangeLog README %{_bindir}/* %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Wed May 09 2012 Petr Pisar <ppisar@xxxxxxxxxx> - 0.045-1 +- 0.045 bump + * Tue Apr 17 2012 Petr Pisar <ppisar@xxxxxxxxxx> 0.044-1 - Specfile autogenerated by cpanspec 1.78. diff --git a/sources b/sources index bfebe2b..b499eb7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7ab81e9b6c2fbfe352dfef799cc9b16f v6-0.044.tar.gz +a08806dbc2e6d35afe5b04393334c225 v6-0.045.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel