diff --git a/.gitignore b/.gitignore index 1710c7a..7ec6244 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /IO-Socket-IP-0.32.tar.gz /IO-Socket-IP-0.33.tar.gz /IO-Socket-IP-0.34.tar.gz +/IO-Socket-IP-0.35.tar.gz diff --git a/perl-IO-Socket-IP.spec b/perl-IO-Socket-IP.spec index 78de916..85a25f0 100644 --- a/perl-IO-Socket-IP.spec +++ b/perl-IO-Socket-IP.spec @@ -1,6 +1,6 @@ Name: perl-IO-Socket-IP -Version: 0.34 -Release: 2%{?dist} +Version: 0.35 +Release: 1%{?dist} Summary: Drop-in replacement for IO::Socket::INET supporting both IPv4 and IPv6 License: GPL+ or Artistic Group: Development/Libraries @@ -60,6 +60,9 @@ rm -f t/21nonblocking-connect-internet.t %{_mandir}/man3/* %changelog +* Mon Jan 05 2015 Petr Ĺ abata - 0.35-1 +- 0.35 bugfix bump + * Fri Dec 12 2014 Petr Pisar - 0.34-2 - Do not build-require non-core Socket6 module when bootstrapping this core module diff --git a/sources b/sources index 2975a75..657d226 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -49808943ba3e5c69bcab80d90beddfc6 IO-Socket-IP-0.34.tar.gz +4ee92ba70c0e64ff699c21a866083d5a IO-Socket-IP-0.35.tar.gz