[perl-Mojolicious] Update to 3.36, add perl default filter

Emmanuel Seyman eseyman at fedoraproject.org
Tue Sep 4 15:30:05 UTC 2012


commit 8088707b702dafdc2669e41ef8ace5296e635d0f
Author: Emmanuel Seyman <emmanuel.seyman at club-internet.fr>
Date:   Tue Sep 4 17:30:00 2012 +0200

    Update to 3.36, add perl default filter

 .gitignore            |    1 +
 perl-Mojolicious.spec |    8 +++++++-
 sources               |    2 +-
 3 files changed, 9 insertions(+), 2 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 8d8f420..e85b3b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -54,3 +54,4 @@ Mojolicious-0.999926.tar.gz
 /Mojolicious-3.19.tar.gz
 /Mojolicious-3.21.tar.gz
 /Mojolicious-3.30.tar.gz
+/Mojolicious-3.36.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index 02f09da..84e5ce6 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:           perl-Mojolicious
-Version:        3.30
+Version:        3.36
 Release:        1%{?dist}
 Summary:        A next generation web framework for Perl
 License:        Artistic 2.0
@@ -16,6 +16,8 @@ BuildRequires:  perl(Test::Harness)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+%{?perl_default_filter}
+
 %description
 Back in the early days of the web there was this wonderful Perl library
 called CGI, many people only learned Perl because of it. It was simple
@@ -53,6 +55,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Tue Sep 04 2012 Emmanuel Seyman <emmanuel at seyman.fr> - 3.36-1
+- Update to 3.36
+- Add perl default filter
+
 * Tue Aug 14 2012 Yanko Kaneti <yaneti at declera.com> - 3.30-1
 - Update to 3.30
 
diff --git a/sources b/sources
index e8f190a..d457fae 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ba6365cac0bd9e36a72cfde7ad033e14  Mojolicious-3.30.tar.gz
+33d2a66783baf2bcb18e5d60bf0e9aee  Mojolicious-3.36.tar.gz


More information about the scm-commits mailing list