[perl-NetPacket] * Rebased patch0

Jose Pedro Oliveira jpo at fedoraproject.org
Mon Nov 14 18:19:58 UTC 2011


commit 3ab3de2e6223f50294ada98b7ced60aaed7b25a0
Author: Jose Pedro Oliveira <jpo at di.uminho.pt>
Date:   Mon Nov 14 18:17:46 2011 +0000

     * Rebased patch0

 ...0-Build.PL-downgrade-modules-requirements.patch |   27 ++++++++++++++++++++
 perl-NetPacket.spec                                |    3 +-
 2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/NetPacket-1.3.0-Build.PL-downgrade-modules-requirements.patch b/NetPacket-1.3.0-Build.PL-downgrade-modules-requirements.patch
new file mode 100644
index 0000000..620249a
--- /dev/null
+++ b/NetPacket-1.3.0-Build.PL-downgrade-modules-requirements.patch
@@ -0,0 +1,27 @@
+diff -ruN NetPacket-1.3.0/Build.PL NetPacket-1.3.0-modified/Build.PL
+--- NetPacket-1.3.0/Build.PL	2011-11-13 20:52:37.000000000 +0000
++++ NetPacket-1.3.0-modified/Build.PL	2011-11-14 18:04:48.818559052 +0000
+@@ -2,19 +2,19 @@
+ use strict;
+ use warnings;
+ 
+-use Module::Build 0.3601;
++use Module::Build 0.2807;
+ 
+ 
+ my %module_build_args = (
+   "build_requires" => {
+     "Carp" => 0,
+-    "Module::Build" => "0.3601",
++    "Module::Build" => "0.2807",
+     "Scalar::Util" => 0,
+-    "Test::More" => "0.94",
++    "Test::More" => "0.62",
+     "perl" => "5.004"
+   },
+   "configure_requires" => {
+-    "Module::Build" => "0.3601"
++    "Module::Build" => "0.2807"
+   },
+   "dist_abstract" => "assemble/disassemble network packets at the protocol level",
+   "dist_author" => [
diff --git a/perl-NetPacket.spec b/perl-NetPacket.spec
index 9c9fd96..3ca17cc 100644
--- a/perl-NetPacket.spec
+++ b/perl-NetPacket.spec
@@ -6,7 +6,7 @@ License:        Artistic 2.0
 Group:          Development/Libraries
 URL:            http://search.cpan.org/dist/NetPacket/
 Source0:        http://www.cpan.org/authors/id/Y/YA/YANICK/NetPacket-%{version}.tar.gz
-Patch0:         NetPacket-1.0.1-Build.PL-downgrade-modules-requirements.patch
+Patch0:         NetPacket-1.3.0-Build.PL-downgrade-modules-requirements.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(Module::Build)
@@ -52,6 +52,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Nov 14 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.3.0-1
 - Update to 1.3.0.
+- Rebased patch0.
 
 * Sat Jul 30 2011 Jose Pedro Oliveira <jpo at di.uminho.pt> - 1.2.0-1
 - Update to 1.2.0.


More information about the scm-commits mailing list