[perl-Authen-SASL] Update to 2.15. Add example_pl to docs.

Steven Pritchard steve at fedoraproject.org
Sun Dec 12 20:40:02 UTC 2010


commit cbfe78cee45fc8dbf699431430071ba7f166b860
Author: Steven Pritchard <steven.pritchard at gmail.com>
Date:   Sun Dec 12 14:39:38 2010 -0600

    Update to 2.15.
    Add example_pl to docs.

 .gitignore            |    1 +
 perl-Authen-SASL.spec |   12 +++++++++---
 sources               |    2 +-
 3 files changed, 11 insertions(+), 4 deletions(-)
---
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 <steve at kspei.com> 2.15-1
+- Update to 2.15.
+- Add example_pl to docs.
+
 * Thu Apr 29 2010 Marcela Maslanova <mmaslano at redhat.com> - 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



More information about the perl-devel mailing list