[perl-AuthCAS] 1.6

Xavier Bachelot xavierb at fedoraproject.org
Fri Oct 12 16:12:16 UTC 2012


commit ef3984ccd5fca2558b54303e18475c900f9be89a
Author: Xavier Bachelot <xavier at bachelot.org>
Date:   Fri Oct 12 18:11:04 2012 +0200

    1.6

 .gitignore        |    1 +
 perl-AuthCAS.spec |   13 ++++++++-----
 sources           |    2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 52c5a0f..b9263bd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /AuthCAS-1.5.tar.gz
+/AuthCAS-1.6.tar.gz
diff --git a/perl-AuthCAS.spec b/perl-AuthCAS.spec
index 4b138d5..92210de 100644
--- a/perl-AuthCAS.spec
+++ b/perl-AuthCAS.spec
@@ -1,6 +1,6 @@
 Name:           perl-AuthCAS
-Version:        1.5
-Release:        6%{?dist}
+Version:        1.6
+Release:        1%{?dist}
 Summary:        Client library for CAS 2.0 authentication server
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -8,12 +8,12 @@ URL:            http://search.cpan.org/dist/AuthCAS/
 Source0:        http://search.cpan.org/CPAN/authors/id/O/OS/OSALAUN/AuthCAS-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
+BuildRequires:  perl(IO::Socket::SSL)
+BuildRequires:  perl(LWP::UserAgent)
 BuildRequires:  perl(Module::Build)
 BuildRequires:  perl(Test::More)
-# Test::Pod::Coverage test is failing, but that's no a blocker, so let's keep
-# it as a comment for now.
-#BuildRequires:  perl(Test::Pod::Coverage)
 BuildRequires:  perl(Test::Pod)
+BuildRequires:  perl(Test::Pod::Coverage)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
 
@@ -60,6 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri Oct 12 2012 Xavier Bachelot <xavier at bachelot.org> 1.6-1
+- Update to 1.6.
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 4c06f55..3125ea6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-cfc26405b47d498496e0c5557d2a9fb2  AuthCAS-1.5.tar.gz
+fc7aa306db5c4184fe7c45b358ce77c9  AuthCAS-1.6.tar.gz



More information about the perl-devel mailing list