[perl-Mojolicious] Update to 5.29 and use license macro

Emmanuel Seyman eseyman at fedoraproject.org
Sun Aug 17 01:18:02 UTC 2014


commit b8d2058d0b992a67b0456a666594a9e3374efc73
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Aug 17 03:17:52 2014 +0200

    Update to 5.29 and use license macro

 .gitignore            |    1 +
 perl-Mojolicious.spec |    9 +++++++--
 sources               |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 350d7e5..1735174 100644
--- a/.gitignore
+++ b/.gitignore
@@ -137,3 +137,4 @@ Mojolicious-0.999926.tar.gz
 /Mojolicious-5.12.tar.gz
 /Mojolicious-5.15.tar.gz
 /Mojolicious-5.24.tar.gz
+/Mojolicious-5.29.tar.gz
diff --git a/perl-Mojolicious.spec b/perl-Mojolicious.spec
index bba82fd..5d56633 100644
--- a/perl-Mojolicious.spec
+++ b/perl-Mojolicious.spec
@@ -1,5 +1,5 @@
 Name:           perl-Mojolicious
-Version:        5.24
+Version:        5.29
 Release:        1%{?dist}
 Summary:        A next generation web framework for Perl
 License:        Artistic 2.0
@@ -51,7 +51,8 @@ find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \;
 make test
 
 %files
-%doc Changes LICENSE examples
+%license LICENSE
+%doc Changes examples
 %{_bindir}/mojo
 %{_bindir}/hypnotoad
 %{_bindir}/morbo
@@ -60,6 +61,10 @@ make test
 %{_mandir}/man3/*
 
 %changelog
+* Sun Aug 17 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 5.29-1
+- Update to 5.29
+- Use %%license
+
 * Sun Aug 03 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 5.24-1
 - Update to 5.24
 
diff --git a/sources b/sources
index 1284da7..9276784 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-8e3c8b895676c338f1c142607055ed83  Mojolicious-5.24.tar.gz
+871cb15db00004b57c05f7b965a59b9b  Mojolicious-5.29.tar.gz



More information about the perl-devel mailing list