commit 468bf211fa976e33d0390b105f62f2b7da84a143 Author: Iain Arnell <iarnell@xxxxxxxxx> Date: Sun Mar 13 17:34:44 2011 +0100 update to 1.04 .gitignore | 1 + mojomojo.spec | 15 ++++++++------- sources | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) --- diff --git a/.gitignore b/.gitignore index e7c56e2..8465a78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ MojoMojo-1.01.tar.gz /MojoMojo-1.02.tar.gz /MojoMojo-1.03.tar.gz +/MojoMojo-1.04.tar.gz diff --git a/mojomojo.spec b/mojomojo.spec index 03372ae..369c4fb 100644 --- a/mojomojo.spec +++ b/mojomojo.spec @@ -1,6 +1,6 @@ Name: mojomojo -Version: 1.03 -Release: 2%{?dist} +Version: 1.04 +Release: 1%{?dist} Summary: Catalyst & DBIx::Class powered Wiki License: GPL+ or Artistic Group: Applications/Internet @@ -204,9 +204,6 @@ page. find root lib -type f | xargs chmod 0644 -# t/formatter_idlink.t - fails under mock - needs write access to /var/lib/mojomojo/index -rm -f t/formatter_idlink.t - %build PERL5_CPANPLUS_IS_RUNNING=1 %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -250,8 +247,7 @@ mkdir -p %{buildroot}%{_localstatedir}/lib/mojomojo/{index,uploads} # some tests are intentionally skipped: # t/formatter_amazon.t - requires Amazon API token (and presumably network connection) # t/selenium.t - won't work in mock -# t/formatter_idlink.t - fails under mock - needs write access to /var/lib/mojomojo/index -make test +CATALYST_CONFIG=t/var/mojomojo.yml make test %files @@ -273,6 +269,11 @@ make test %changelog +* Sun Mar 13 2011 Iain Arnell <iarnell@xxxxxxxxx> 1.04-1 +- update to latest upstream version +- ensure that t/var/mojomojo.yml config is used for testing +- re-enable t/formatter_idlink.t test + * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 1.03-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index 336b5d9..5fe4192 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6f1b0810859932c41e14fae11de31e07 MojoMojo-1.03.tar.gz +31ee7f07575c94a24930ff39fc824c78 MojoMojo-1.04.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