commit 9d6d9c7ce8d5af9e5909f7da107465d1ce306744
Author: Paul Howarth <p...@city-fan.org>
Date:   Thu Feb 14 10:00:56 2013 +0000

    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

 perl-IO-Socket-SSL.spec |   22 ++++++++++++++++++----
 sources                 |    2 +-
 2 files changed, 19 insertions(+), 5 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index f2c6b48..c678134 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -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 <p...@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 <p...@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
diff --git a/sources b/sources
index d7097be..acbfacd 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-934a0745fc5931c8122b7e32ede8e44e  IO-Socket-SSL-1.83.tar.gz
+630fec02564c2941b5bea40b69d321bc  IO-Socket-SSL-1.831.tar.gz
--
Fedora Extras Perl SIG
http://www.fedoraproject.org/wiki/Extras/SIGs/Perl
perl-devel mailing list
perl-devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/perl-devel

Reply via email to