diff --git a/.gitignore b/.gitignore index 91e2a39..2795557 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ Mojolicious-0.999926.tar.gz /Mojolicious-1.43.tar.gz /Mojolicious-1.46.tar.gz /Mojolicious-1.65.tar.gz +/Mojolicious-1.92.tar.gz diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec index 224ec10..07ae2f4 100644 --- a/perl-Mojolicious.spec +++ b/perl-Mojolicious.spec @@ -1,5 +1,5 @@ Name: perl-Mojolicious -Version: 1.65 +Version: 1.92 Release: 1%{?dist} Summary: A next generation web framework for Perl License: Artistic 2.0 @@ -25,7 +25,6 @@ a new attempt at implementing this idea using state of the art technology. %prep %setup -q -n Mojolicious-%{version} mv README.pod lib/Mojolicious/ -chmod -x lib/Mojo/Exception.pm %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -43,7 +42,6 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; make test %files -%defattr(-,root,root,-) %doc Changes LICENSE examples %{_bindir}/mojo %{_bindir}/hypnotoad @@ -53,6 +51,9 @@ make test %{_mandir}/man3/* %changelog +* Fri Aug 26 2011 Robin Lee - 1.92-1 +- Upstream update 1.92 + * Tue Jul 26 2011 Yanko Kaneti - 1.65-1 - Upstream update 1.65 diff --git a/sources b/sources index 4e05b17..d00d415 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b9cff0ff045d1ca5cb55d41ce90c1f5b Mojolicious-1.65.tar.gz +da0907ceec551506cf206b358f13bd14 Mojolicious-1.92.tar.gz