Update to 1.831

- New upstream release 1.831
  - Separated documention of non-blocking I/O from error handling
  - Changed and documented behavior of readline to return the read data on
    EAGAIN/EWOULDBLOCK in case of non-blocking socket
    (see https://github.com/noxxi/p5-io-socket-ssl/issues/1)
- Bumped release rather than version number to preserve likely upgrade path
  and avoid need for epoch or version number ugliness; may revisit this in
  light of upstream's future version numbering decisions
This commit is contained in:
Paul Howarth 2013-02-14 10:00:56 +00:00
parent fa7cfc06c7
commit 9d6d9c7ce8
2 changed files with 19 additions and 5 deletions

View File

@ -1,11 +1,15 @@
# Don't want to break rpm upgrade path if/when upstream reverts to two
# digits after the decimal point for version number
%global extraversion 1
Name: perl-IO-Socket-SSL
Version: 1.83
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Perl library for transparent SSL
Group: Development/Libraries
License: GPL+ or Artistic
URL: http://search.cpan.org/dist/IO-Socket-SSL/
Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}%{?extraversion}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
BuildArch: noarch
BuildRequires: perl(Carp)
@ -42,7 +46,7 @@ SSL version selection. As an extra bonus, it works perfectly with
mod_perl.
%prep
%setup -q -n IO-Socket-SSL-%{version}
%setup -q -n IO-Socket-SSL-%{version}%{?extraversion}
%build
perl Makefile.PL INSTALLDIRS=vendor
@ -66,6 +70,16 @@ rm -rf %{buildroot}
%{_mandir}/man3/IO::Socket::SSL.3pm*
%changelog
* Thu Feb 14 2013 Paul Howarth <paul@city-fan.org> - 1.83-2
- Update to 1.831
- Separated documention of non-blocking I/O from error handling
- Changed and documented behavior of readline to return the read data on
EAGAIN/EWOULDBLOCK in case of non-blocking socket
(see https://github.com/noxxi/p5-io-socket-ssl/issues/1)
- Bumped release rather than version number to preserve likely upgrade path
and avoid need for epoch or version number ugliness; may revisit this in
light of upstream's future version numbering decisions
* Mon Feb 4 2013 Paul Howarth <paul@city-fan.org> - 1.83-1
- Update to 1.83
- Server Name Indication (SNI) support on the server side (CPAN RT#82761)
@ -454,7 +468,7 @@ rm -rf %{buildroot}
- 0.97.
- Convert docs to UTF-8, drop some unuseful ones.
* Fri Apr 8 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.96-4
* Wed Apr 6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.96-4
- Rebuilt
* Tue Oct 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-3

View File

@ -1 +1 @@
934a0745fc5931c8122b7e32ede8e44e IO-Socket-SSL-1.83.tar.gz
630fec02564c2941b5bea40b69d321bc IO-Socket-SSL-1.831.tar.gz