From 7a7ab910b78ae2fcf18c4364cbaed538703dfd60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Wed, 6 Jan 2016 09:42:23 +0100 Subject: [PATCH] 8.08 bump --- .gitignore | 1 + ...h => libnet-3.08-Do-not-create-Net-libnet.cfg.patch | 8 ++++---- ...tch => libnet-3.08-Normalize-Changes-encoding.patch | 10 +++++----- perl-libnet.spec | 9 ++++++--- sources | 2 +- 5 files changed, 17 insertions(+), 13 deletions(-) rename libnet-3.07-Do-not-create-Net-libnet.cfg.patch => libnet-3.08-Do-not-create-Net-libnet.cfg.patch (87%) rename libnet-3.07-Normalize-Changes-encoding.patch => libnet-3.08-Normalize-Changes-encoding.patch (74%) diff --git a/.gitignore b/.gitignore index 0cfab7e..e20ebda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /libnet-3.06.tar.gz /libnet-3.07.tar.gz +/libnet-3.08.tar.gz diff --git a/libnet-3.07-Do-not-create-Net-libnet.cfg.patch b/libnet-3.08-Do-not-create-Net-libnet.cfg.patch similarity index 87% rename from libnet-3.07-Do-not-create-Net-libnet.cfg.patch rename to libnet-3.08-Do-not-create-Net-libnet.cfg.patch index 2a44ddf..911bc10 100644 --- a/libnet-3.07-Do-not-create-Net-libnet.cfg.patch +++ b/libnet-3.08-Do-not-create-Net-libnet.cfg.patch @@ -1,7 +1,7 @@ -From 04650764581bb2297a5dfdd9a15c53c63e5eeafd Mon Sep 17 00:00:00 2001 +From a40f2774eede8e65dd6128b45525ec88f469e031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 10 Jul 2015 13:02:00 +0200 -Subject: [PATCH] Do not create Net/libnet.cfg +Subject: [PATCH 2/2] Do not create Net/libnet.cfg MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -26,7 +26,7 @@ Signed-off-by: Petr Písař 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL -index 872eac8..750acc6 100644 +index 64d6959..25fc626 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -235,7 +235,7 @@ MAIN: { @@ -39,5 +39,5 @@ index 872eac8..750acc6 100644 if (not -f $CfgFile) { my @args = qw(Configure); -- -2.4.3 +2.5.0 diff --git a/libnet-3.07-Normalize-Changes-encoding.patch b/libnet-3.08-Normalize-Changes-encoding.patch similarity index 74% rename from libnet-3.07-Normalize-Changes-encoding.patch rename to libnet-3.08-Normalize-Changes-encoding.patch index 9221a4d..4373487 100644 --- a/libnet-3.07-Normalize-Changes-encoding.patch +++ b/libnet-3.08-Normalize-Changes-encoding.patch @@ -1,7 +1,7 @@ -From 8b628ea69da8ba712ec1492cdd344fa36128342e Mon Sep 17 00:00:00 2001 +From 7745b33827a1ceb4d8adc4aa9b933a844cf019e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Thu, 2 Jul 2015 13:37:47 +0200 -Subject: [PATCH] Normalize Changes encoding +Subject: [PATCH 1/2] Normalize Changes encoding MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @@ -12,10 +12,10 @@ Signed-off-by: Petr Písař 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changes b/Changes -index 71cc605..555e732 100644 +index b52d28f..0bfb566 100644 --- a/Changes +++ b/Changes -@@ -212,7 +212,7 @@ Revision history for Perl distribution libnet +@@ -223,7 +223,7 @@ Revision history for Perl distribution libnet 1.24 2014-01-06 @@ -25,5 +25,5 @@ index 71cc605..555e732 100644 - POD fixes. [Dominic Hargreaves, CPAN RT#91761] -- -2.4.3 +2.5.0 diff --git a/perl-libnet.spec b/perl-libnet.spec index 75b722d..3a9e15c 100644 --- a/perl-libnet.spec +++ b/perl-libnet.spec @@ -1,5 +1,5 @@ Name: perl-libnet -Version: 3.07 +Version: 3.08 Release: 1%{?dist} Summary: Perl clients for various network protocols License: GPL+ or Artistic @@ -7,9 +7,9 @@ Group: Development/Libraries URL: http://search.cpan.org/dist/libnet/ Source0: http://www.cpan.org/authors/id/S/SH/SHAY/libnet-%{version}.tar.gz # Convert Changes to UTF-8 -Patch0: libnet-3.07-Normalize-Changes-encoding.patch +Patch0: libnet-3.08-Normalize-Changes-encoding.patch # Do not create Net/libnet.cfg, bug #1238689 -Patch1: libnet-3.07-Do-not-create-Net-libnet.cfg.patch +Patch1: libnet-3.08-Do-not-create-Net-libnet.cfg.patch BuildArch: noarch BuildRequires: coreutils BuildRequires: findutils @@ -103,6 +103,9 @@ make test %{_mandir}/man3/* %changelog +* Wed Jan 06 2016 Petr Pisar - 3.08-1 +- 8.08 bump + * Mon Jul 20 2015 Petr Pisar - 3.07-1 - 3.07 bump diff --git a/sources b/sources index ce678e9..81743a5 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b08cc6280201f84e0eee74107b713994 libnet-3.07.tar.gz +7d9f9417e8036be259d5f411b4317cf7 libnet-3.08.tar.gz