[perl-FCGI] Update to 0.77 and use license macro

Emmanuel Seyman eseyman at fedoraproject.org
Sun Aug 17 00:35:52 UTC 2014


commit 07e75e9263e2189d67af2da3c5b5431d8b279cc9
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Aug 17 02:35:41 2014 +0200

    Update to 0.77 and use license macro

 .gitignore     |    1 +
 perl-FCGI.spec |   11 ++++++++---
 sources        |    2 +-
 3 files changed, 10 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6a0ea11..f1b8d98 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ FCGI-0.71.tar.gz
 /FCGI-0.73.tar.gz
 /FCGI-0.74.tar.gz
 /FCGI-0.75.tar.gz
+/FCGI-0.77.tar.gz
diff --git a/perl-FCGI.spec b/perl-FCGI.spec
index 0510c25..05aed14 100644
--- a/perl-FCGI.spec
+++ b/perl-FCGI.spec
@@ -2,12 +2,12 @@ Name:           perl-FCGI
 Summary:        FastCGI Perl bindings
 # needed to properly replace/obsolete fcgi-perl
 Epoch:          1
-Version:        0.75
+Version:        0.77
 Release:        1%{?dist}
 # same as fcgi
 License:        OML
 
-Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-%{version}.tar.gz 
+Source0:        http://search.cpan.org/CPAN/authors/id/E/ET/ETHER/FCGI-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/FCGI
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
 BuildRequires:  perl(constant)
@@ -46,12 +46,17 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 make test
 
 %files
-%doc ChangeLog README LICENSE.TERMS
+%license LICENSE.TERMS
+%doc ChangeLog README
 %{perl_vendorarch}/*
 %exclude %dir %{perl_vendorarch}/auto
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Aug 17 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 1:0.77-1
+- Update to 0.77
+- Use %%license
+
 * Sun Jul 20 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 1:0.75-1
 - Update to 0.75
 - Remove the Group macro
diff --git a/sources b/sources
index 3e471a7..56402b1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-23ae25f62b9757198d52488b357709bb  FCGI-0.75.tar.gz
+8d88f0fe90f05973522813263b0be39b  FCGI-0.77.tar.gz


More information about the scm-commits mailing list