diff --git a/libnet-3.09-Normalize-Changes-encoding.patch b/libnet-3.09-Normalize-Changes-encoding.patch new file mode 100644 index 0000000000000000000000000000000000000000..8e45ae6429674654a7744cc6ac67f813f2aa24c1 --- /dev/null +++ b/libnet-3.09-Normalize-Changes-encoding.patch @@ -0,0 +1,29 @@ +From 05e241bca2f48a271627a2fedcdb43f1fe5b9483 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 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +Signed-off-by: Petr PísaÅ™ +--- + Changes | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/Changes b/Changes +index 831e061..27fda24 100644 +--- a/Changes ++++ b/Changes +@@ -299,7 +299,7 @@ Revision history for Perl distribution libnet + + 1.24 2014-01-06 + +- - Fix incorrect handling of CRLF in Net::FTP. [Willem Monsuwé, CPAN ++ - Fix incorrect handling of CRLF in Net::FTP. [Willem Monsuwé, CPAN + RT#41642/62029] + + - POD fixes. [Dominic Hargreaves, CPAN RT#91761] +-- +2.5.5 + diff --git a/libnet-3.13.tar.gz b/libnet-3.13.tar.gz deleted file mode 100644 index 8db946f79edecab9bf4bf1cf40fdb95a4a03b2ed..0000000000000000000000000000000000000000 Binary files a/libnet-3.13.tar.gz and /dev/null differ diff --git a/libnet-3.15.tar.gz b/libnet-3.15.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..33d686a81743c4801e5f11fcc640cc69a7b5b359 Binary files /dev/null and b/libnet-3.15.tar.gz differ diff --git a/perl-libnet.spec b/perl-libnet.spec index 9661235530a3056857948203e926a53edef955cc..3492e5a4e172c24686da1a4f1c7e0fbedb619e34 100644 --- a/perl-libnet.spec +++ b/perl-libnet.spec @@ -1,8 +1,8 @@ -%define anolis_release 2 +%define anolis_release 1 %global base_version 3.13 Name: perl-libnet -Version: 3.14 +Version: 3.15 Release: %{anolis_release}%{?dist} Summary: Perl clients for various network protocols License: GPL+ or Artistic @@ -12,6 +12,7 @@ BuildArch: noarch Patch0: libnet-3.08-Do-not-create-Net-libnet.cfg.patch Patch1: libnet-3.13-Upgrade-to-3.14.patch +Patch2: libnet-3.09-Normalize-Changes-encoding.patch BuildRequires: coreutils make BuildRequires: perl-generators perl-interpreter @@ -64,6 +65,10 @@ perl Makefile.PL NO_PACKLIST=1 NO_PERLLOCAL=1 INSTALLDIRS=vendor - 3.15-1 +- Updated to version 3.15 to fix xxxxxxxxx + + * Fri Apr 14 2023 Shawn Wang - 3.14-2 - Optimize the spec file @@ -77,4 +82,4 @@ perl Makefile.PL NO_PACKLIST=1 NO_PERLLOCAL=1 INSTALLDIRS=vendor - 3.13-1 -- Init for Anolis OS 23 +- Init for Anolis OS 23 \ No newline at end of file