[perl-Starman] Update to 0.4011 and use %license tag

Emmanuel Seyman eseyman at fedoraproject.org
Sat Nov 15 12:18:22 UTC 2014


commit 8fc4b15fa3c7d6719e8aafd7b1913866c55ec341
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sat Nov 15 13:18:17 2014 +0100

    Update to 0.4011 and use %license tag

 .gitignore        |    1 +
 perl-Starman.spec |    9 +++++++--
 sources           |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 0fbb57a..c9ca581 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /Starman-0.4008.tar.gz
 /Starman-0.4009.tar.gz
 /Starman-0.4010.tar.gz
+/Starman-0.4011.tar.gz
diff --git a/perl-Starman.spec b/perl-Starman.spec
index 83ecc6b..93e8ba8 100644
--- a/perl-Starman.spec
+++ b/perl-Starman.spec
@@ -1,6 +1,6 @@
 Name:           perl-Starman
-Version:        0.4010
-Release:        2%{?dist}
+Version:        0.4011
+Release:        1%{?dist}
 Summary:        High-performance preforking PSGI/Plack web server
 License:        GPL+ or Artistic
 
@@ -52,6 +52,7 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 
 %files
 %doc Changes README
+%license LICENSE
 %{perl_vendorlib}/HTTP
 %{perl_vendorlib}/Plack
 %{perl_vendorlib}/Starman
@@ -61,6 +62,10 @@ find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} ';'
 %{_mandir}/man3/*
 
 %changelog
+* Sat Nov 15 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 0.4011-1
+- Update to 0.4011
+- Use %%license tag
+
 * Mon Sep 01 2014 Jitka Plesnikova <jplesnik at redhat.com> - 0.4010-2
 - Perl 5.20 rebuild
 
diff --git a/sources b/sources
index 68399d3..62d5bf0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-981293c009b7f93826c24a422b65d899  Starman-0.4010.tar.gz
+d35a7e9c6560bbf983ad485805105647  Starman-0.4011.tar.gz



More information about the perl-devel mailing list