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 1.6-1 +- Update to 1.6. + * Fri Jul 20 2012 Fedora Release Engineering - 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