[perl-FCGI] Update to 0.75

Emmanuel Seyman eseyman at fedoraproject.org
Sun Jul 20 07:14:17 UTC 2014


commit 7a9b284f4a59e60ee88dc539240bac03f852a32f
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Jul 20 09:14:05 2014 +0200

    Update to 0.75

 .gitignore     |    1 +
 perl-FCGI.spec |   12 ++++++++----
 sources        |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ff2fbc9..6a0ea11 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
 FCGI-0.71.tar.gz
 /FCGI-0.73.tar.gz
 /FCGI-0.74.tar.gz
+/FCGI-0.75.tar.gz
diff --git a/perl-FCGI.spec b/perl-FCGI.spec
index 0b631e9..0510c25 100644
--- a/perl-FCGI.spec
+++ b/perl-FCGI.spec
@@ -2,11 +2,11 @@ Name:           perl-FCGI
 Summary:        FastCGI Perl bindings
 # needed to properly replace/obsolete fcgi-perl
 Epoch:          1
-Version:        0.74
-Release:        11%{?dist}
+Version:        0.75
+Release:        1%{?dist}
 # same as fcgi
 License:        OML
-Group:          Development/Libraries
+
 Source0:        http://search.cpan.org/CPAN/authors/id/F/FL/FLORA/FCGI-%{version}.tar.gz 
 URL:            http://search.cpan.org/dist/FCGI
 Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
@@ -46,12 +46,16 @@ find %{buildroot} -type f -name '*.bs' -a -size 0 -exec rm -f {} ';'
 make test
 
 %files
-%doc ChangeLog README LICENSE.TERMS echo.PL remote.PL threaded.PL
+%doc ChangeLog README LICENSE.TERMS
 %{perl_vendorarch}/*
 %exclude %dir %{perl_vendorarch}/auto
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sun Jul 20 2014 Emmanuel Seyman <emmanuel at seyman.fr> - 1:0.75-1
+- Update to 0.75
+- Remove the Group macro
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1:0.74-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 
diff --git a/sources b/sources
index 6e403fd..3e471a7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-462a77a0072480fea791a4d3095eb486  FCGI-0.74.tar.gz
+23ae25f62b9757198d52488b357709bb  FCGI-0.75.tar.gz


More information about the scm-commits mailing list