diff --git a/.gitignore b/.gitignore index 2cab2dc..1a3ef1c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /Socket-2.012.tar.gz /Socket-2.013.tar.gz /Socket-2.014.tar.gz +/Socket-2.015.tar.gz diff --git a/perl-Socket.spec b/perl-Socket.spec index 2784d08..ed9a5c9 100644 --- a/perl-Socket.spec +++ b/perl-Socket.spec @@ -1,8 +1,8 @@ -%global cpan_version 2.014 +%global cpan_version 2.015 Name: perl-Socket Epoch: 1 Version: %(echo '%{cpan_version}' | tr '_' '.') -Release: 3%{?dist} +Release: 1%{?dist} Summary: Networking constants and support functions License: GPL+ or Artistic Group: Development/Libraries @@ -60,6 +60,9 @@ make test %{_mandir}/man3/* %changelog +* Mon Aug 18 2014 Petr Pisar - 1:2.015-1 +- 0.15 bump + * Sun Aug 17 2014 Fedora Release Engineering - 1:2.014-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild diff --git a/sources b/sources index e47776c..c35e9a1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3f1766efbba558b4a947aedfe363c0ad Socket-2.014.tar.gz +d3bde8dd88d760437538541c53847b3c Socket-2.015.tar.gz