From cbfe78cee45fc8dbf699431430071ba7f166b860 Mon Sep 17 00:00:00 2001 From: Steven Pritchard Date: Dec 12 2010 20:39:38 +0000 Subject: Update to 2.15. Add example_pl to docs. --- diff --git a/.gitignore b/.gitignore index 75294a1..43b938c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Authen-SASL-2.13.tar.gz +/Authen-SASL-2.15.tar.gz diff --git a/perl-Authen-SASL.spec b/perl-Authen-SASL.spec index 3f0dec5..b152e55 100644 --- a/perl-Authen-SASL.spec +++ b/perl-Authen-SASL.spec @@ -1,6 +1,6 @@ Name: perl-Authen-SASL -Version: 2.13 -Release: 3%{?dist} +Version: 2.15 +Release: 1%{?dist} Summary: SASL Authentication framework for Perl License: GPL+ or Artistic Group: Development/Libraries @@ -22,6 +22,8 @@ protocols should be able to share. %prep %setup -q -n Authen-SASL-%{version} +chmod a-x example_pl + %build %{__perl} Makefile.PL INSTALLDIRS=vendor make %{?_smp_mflags} @@ -44,11 +46,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc api.txt Changes +%doc api.txt Changes example_pl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Sun Dec 12 2010 Steven Pritchard 2.15-1 +- Update to 2.15. +- Add example_pl to docs. + * Thu Apr 29 2010 Marcela Maslanova - 2.13-3 - Mass rebuild with perl-5.12.0 diff --git a/sources b/sources index 423c850..e8cdc42 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a222f9eecb03919cdff8c7cdca23ba32 Authen-SASL-2.13.tar.gz +35929abb2755cf479d548672800aebee Authen-SASL-2.15.tar.gz