commit 017d98d1fa5cd6a14d768714509f2bf80bc8197d Author: Paul Howarth <paul@xxxxxxxxxxxx> Date: Tue Oct 1 11:50:47 2013 +0100 Update to 2.16 - New upstream release 2.16 - SASL.pod: fix typo - Perl.pm: avoid warning on "uninitialized value" - Drop %defattr, redundant since rpm 4.4 - Don't need to remove empty directories from the buildroot .gitignore | 3 +-- perl-Authen-SASL.spec | 24 +++++++++++++----------- sources | 2 +- 3 files changed, 15 insertions(+), 14 deletions(-) --- diff --git a/.gitignore b/.gitignore index 43b938c..f1ec905 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1 @@ -Authen-SASL-2.13.tar.gz -/Authen-SASL-2.15.tar.gz +/Authen-SASL-[0-9.]*.tar.gz diff --git a/perl-Authen-SASL.spec b/perl-Authen-SASL.spec index 9fd6584..eae1a83 100644 --- a/perl-Authen-SASL.spec +++ b/perl-Authen-SASL.spec @@ -1,6 +1,6 @@ Name: perl-Authen-SASL -Version: 2.15 -Release: 11%{?dist} +Version: 2.16 +Release: 1%{?dist} Summary: SASL Authentication framework for Perl License: GPL+ or Artistic Group: Development/Libraries @@ -26,7 +26,7 @@ protocols should be able to share. %prep %setup -q -n Authen-SASL-%{version} -chmod a-x example_pl +chmod -c a-x example_pl %build %{__perl} Makefile.PL INSTALLDIRS=vendor @@ -34,13 +34,9 @@ make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT - make pure_install DESTDIR=$RPM_BUILD_ROOT - find $RPM_BUILD_ROOT -type f -name .packlist -exec rm -f {} \; -find $RPM_BUILD_ROOT -depth -type d -exec rmdir {} 2>/dev/null \; - -%{_fixperms} $RPM_BUILD_ROOT/* +%{_fixperms} $RPM_BUILD_ROOT %check make test @@ -49,12 +45,18 @@ make test rm -rf $RPM_BUILD_ROOT %files -%defattr(-,root,root,-) %doc api.txt Changes example_pl %{perl_vendorlib}/* %{_mandir}/man3/* %changelog +* Tue Oct 1 2013 Paul Howarth <paul@xxxxxxxxxxxx> - 2.16-1 +- Update to 2.16 + - SASL.pod: fix typo + - Perl.pm: avoid warning on "uninitialized value" +- Drop %%defattr, redundant since rpm 4.4 +- Don't need to remove empty directories from the buildroot + * Sat Aug 03 2013 Fedora Release Engineering <rel-eng@xxxxxxxxxxxxxxxxxxxxxxx> - 2.15-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild @@ -84,7 +86,7 @@ rm -rf $RPM_BUILD_ROOT - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Wed Dec 15 2010 Marcela Maslanova <mmaslano@xxxxxxxxxx> - 2.15-2 -- 661697 rebuild for fixing problems with vendorach/lib +- Rebuild to fix problems with vendorarch/lib (#661697) * Sun Dec 12 2010 Steven Pritchard <steve@xxxxxxxxx> 2.15-1 - Update to 2.15. @@ -134,7 +136,7 @@ rm -rf $RPM_BUILD_ROOT * Tue Apr 26 2005 Jose Pedro Oliveira <jpo at di.uminho.pt> - 2.09-2 - Update to 2.09. -* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net> +* Wed Apr 6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - rebuilt * Mon Apr 4 2005 Ville Skyttä <ville.skytta at iki.fi> - 2.08-1 diff --git a/sources b/sources index e8cdc42..57f80d3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -35929abb2755cf479d548672800aebee Authen-SASL-2.15.tar.gz +7c03a689d4c689e5a9e2f18a1c586b2f Authen-SASL-2.16.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel