[perl-NetPacket] Update to 1.4.0

Jose Pedro Oliveira jpo at fedoraproject.org
Thu Aug 29 00:40:38 UTC 2013


commit bde33abf3ccf62e64fa9b69844ef950194572f1f
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Thu Aug 29 01:40:03 2013 +0100

    Update to 1.4.0

 .gitignore          |    1 +
 perl-NetPacket.spec |   13 +++++++++----
 sources             |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 80d3aa7..668d5d1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
 /NetPacket-1.3.0.tar.gz
 /NetPacket-1.3.1.tar.gz
 /NetPacket-1.3.3.tar.gz
+/NetPacket-1.4.0.tar.gz
diff --git a/perl-NetPacket.spec b/perl-NetPacket.spec
index 2c8a67b..e177388 100644
--- a/perl-NetPacket.spec
+++ b/perl-NetPacket.spec
@@ -1,6 +1,6 @@
 Name:           perl-NetPacket
-Version:        1.3.3
-Release:        4%{?dist}
+Version:        1.4.0
+Release:        1%{?dist}
 Summary:        Assemble/disassemble network packets at the protocol level
 License:        Artistic 2.0
 Group:          Development/Libraries
@@ -9,8 +9,10 @@ Source0:        http://www.cpan.org/authors/id/Y/YA/YANICK/NetPacket-%{version}.
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
-BuildRequires:  perl(File::Find)
-BuildRequires:  perl(File::Temp)
+BuildRequires:  perl(Errno)
+BuildRequires:  perl(File::Spec)
+BuildRequires:  perl(IO::Handle)
+BuildRequires:  perl(IPC::Open3)
 BuildRequires:  perl(Test::More)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
@@ -49,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*
 
 %changelog
+* Thu Aug 29 2013 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.4.0-1
+- Update to 1.4.0
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.3.3-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 48efd8b..69a5b8f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-4655bb0ff25aa0da470c4f2ff6be6ebc  NetPacket-1.3.3.tar.gz
+a17d0ced4c0ad78941697875a2ebe3a8  NetPacket-1.4.0.tar.gz


More information about the scm-commits mailing list