- Update to 1.32 (die in Makefile.PL if Scalar::Util has no dualvar

support)
- Use %{_fixperms} macro instead of our own %{__chmod} incantation
This commit is contained in:
Paul Howarth 2010-02-23 13:58:55 +00:00
parent 3e49d434b7
commit a551f76cd2
3 changed files with 11 additions and 7 deletions

View File

@ -1 +1 @@
IO-Socket-SSL-1.31.tar.gz IO-Socket-SSL-1.32.tar.gz

View File

@ -4,8 +4,8 @@
# #
Name: perl-IO-Socket-SSL Name: perl-IO-Socket-SSL
Version: 1.31 Version: 1.32
Release: 2%{?dist} Release: 1%{?dist}
Summary: Perl library for transparent SSL Summary: Perl library for transparent SSL
Group: Development/Libraries Group: Development/Libraries
License: GPL+ or Artistic License: GPL+ or Artistic
@ -42,8 +42,8 @@ done
%{__rm} -rf %{buildroot} %{__rm} -rf %{buildroot}
%{__make} pure_install PERL_INSTALL_ROOT=%{buildroot} %{__make} pure_install PERL_INSTALL_ROOT=%{buildroot}
/usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';' /usr/bin/find %{buildroot} -type f -name .packlist -exec %{__rm} -f {} ';'
/usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} 2>/dev/null ';' /usr/bin/find %{buildroot} -depth -type d -exec /bin/rmdir {} ';' 2>/dev/null
%{__chmod} -R u+w %{buildroot}/* %{_fixperms} %{buildroot}
%check %check
# Avoid running the session tests (spawns servers, requires 3 free ports # Avoid running the session tests (spawns servers, requires 3 free ports
@ -61,8 +61,12 @@ done
%{_mandir}/man3/IO::Socket::SSL.3pm* %{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog %changelog
* Tue Feb 23 2010 Paul Howarth <paul@city-fan.org> - 1.32-1
- Update to 1.32 (die in Makefile.PL if Scalar::Util has no dualvar support)
- Use %%{_fixperms} macro instead of our own %%{__chmod} incantation
* Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.31-2 * Mon Dec 7 2009 Stepan Kasal <skasal@redhat.com> - 1.31-2
- rebuild against perl 5.10.1 - Rebuild against perl 5.10.1
* Sun Sep 27 2009 Paul Howarth <paul@city-fan.org> - 1.31-1 * Sun Sep 27 2009 Paul Howarth <paul@city-fan.org> - 1.31-1
- Update to 1.31 (see Changes for details) - Update to 1.31 (see Changes for details)

View File

@ -1 +1 @@
3a51c3f603ee242d5869e8ffd51b989b IO-Socket-SSL-1.31.tar.gz 324ec02c26ecb41c481d0586c4174a56 IO-Socket-SSL-1.32.tar.gz