3.07 bump
This commit is contained in:
parent
7b43766b3f
commit
9a8e797bf9
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/libnet-3.06.tar.gz
|
/libnet-3.06.tar.gz
|
||||||
|
/libnet-3.07.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
From ba16451e323a585ba0ca3ff88bf7bbd2c2c3a76a Mon Sep 17 00:00:00 2001
|
From 04650764581bb2297a5dfdd9a15c53c63e5eeafd Mon Sep 17 00:00:00 2001
|
||||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||||
Date: Fri, 10 Jul 2015 13:02:00 +0200
|
Date: Fri, 10 Jul 2015 13:02:00 +0200
|
||||||
Subject: [PATCH] Do not create Net/libnet.cfg
|
Subject: [PATCH] Do not create Net/libnet.cfg
|
||||||
@ -26,10 +26,10 @@ Signed-off-by: Petr Písař <ppisar@redhat.com>
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/Makefile.PL b/Makefile.PL
|
diff --git a/Makefile.PL b/Makefile.PL
|
||||||
index af24976..2d9790b 100644
|
index 872eac8..750acc6 100644
|
||||||
--- a/Makefile.PL
|
--- a/Makefile.PL
|
||||||
+++ b/Makefile.PL
|
+++ b/Makefile.PL
|
||||||
@@ -234,7 +234,7 @@ MAIN: {
|
@@ -235,7 +235,7 @@ MAIN: {
|
||||||
sub MY::post_initialize {
|
sub MY::post_initialize {
|
||||||
my $self = shift;
|
my $self = shift;
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
From 185ee11e986d5a0015ce38e7fe2df7397340dd50 Mon Sep 17 00:00:00 2001
|
From 8b628ea69da8ba712ec1492cdd344fa36128342e Mon Sep 17 00:00:00 2001
|
||||||
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppisar@redhat.com>
|
||||||
Date: Thu, 2 Jul 2015 13:37:47 +0200
|
Date: Thu, 2 Jul 2015 13:37:47 +0200
|
||||||
Subject: [PATCH] Normalize Changes encoding
|
Subject: [PATCH] Normalize Changes encoding
|
||||||
@ -7,12 +7,15 @@ Content-Type: text/plain; charset=UTF-8
|
|||||||
Content-Transfer-Encoding: 8bit
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
Signed-off-by: Petr Písař <ppisar@redhat.com>
|
||||||
|
---
|
||||||
|
Changes | 2 +-
|
||||||
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/Changes b/Changes
|
diff --git a/Changes b/Changes
|
||||||
index 90246d6..d590a3f 100644
|
index 71cc605..555e732 100644
|
||||||
--- a/Changes
|
--- a/Changes
|
||||||
+++ b/Changes
|
+++ b/Changes
|
||||||
@@ -164,7 +164,7 @@ Revision history for Perl distribution libnet
|
@@ -212,7 +212,7 @@ Revision history for Perl distribution libnet
|
||||||
|
|
||||||
1.24 2014-01-06
|
1.24 2014-01-06
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-libnet
|
Name: perl-libnet
|
||||||
Version: 3.06
|
Version: 3.07
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl clients for various network protocols
|
Summary: Perl clients for various network protocols
|
||||||
License: GPL+ or Artistic
|
License: GPL+ or Artistic
|
||||||
@ -7,9 +7,9 @@ Group: Development/Libraries
|
|||||||
URL: http://search.cpan.org/dist/libnet/
|
URL: http://search.cpan.org/dist/libnet/
|
||||||
Source0: http://www.cpan.org/authors/id/S/SH/SHAY/libnet-%{version}.tar.gz
|
Source0: http://www.cpan.org/authors/id/S/SH/SHAY/libnet-%{version}.tar.gz
|
||||||
# Convert Changes to UTF-8
|
# Convert Changes to UTF-8
|
||||||
Patch0: libnet-3.06-Normalize-Changes-encoding.patch
|
Patch0: libnet-3.07-Normalize-Changes-encoding.patch
|
||||||
# Do not create Net/libnet.cfg, bug #1238689
|
# Do not create Net/libnet.cfg, bug #1238689
|
||||||
Patch1: libnet-3.06-Do-not-create-Net-libnet.cfg.patch
|
Patch1: libnet-3.07-Do-not-create-Net-libnet.cfg.patch
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: coreutils
|
BuildRequires: coreutils
|
||||||
BuildRequires: findutils
|
BuildRequires: findutils
|
||||||
@ -24,7 +24,6 @@ BuildRequires: perl(warnings)
|
|||||||
BuildRequires: perl(Carp)
|
BuildRequires: perl(Carp)
|
||||||
BuildRequires: perl(constant)
|
BuildRequires: perl(constant)
|
||||||
# Convert::EBCDIC not used
|
# Convert::EBCDIC not used
|
||||||
# Encode not need if utf8 is available
|
|
||||||
BuildRequires: perl(Errno)
|
BuildRequires: perl(Errno)
|
||||||
BuildRequires: perl(Exporter)
|
BuildRequires: perl(Exporter)
|
||||||
BuildRequires: perl(Fcntl)
|
BuildRequires: perl(Fcntl)
|
||||||
@ -39,7 +38,6 @@ BuildRequires: perl(POSIX)
|
|||||||
BuildRequires: perl(Socket) >= 2.016
|
BuildRequires: perl(Socket) >= 2.016
|
||||||
BuildRequires: perl(Symbol)
|
BuildRequires: perl(Symbol)
|
||||||
BuildRequires: perl(Time::Local)
|
BuildRequires: perl(Time::Local)
|
||||||
BuildRequires: perl(utf8)
|
|
||||||
# Optional run-time:
|
# Optional run-time:
|
||||||
# Authen::SASL not used at tests
|
# Authen::SASL not used at tests
|
||||||
# Digest::MD5 not used at tests
|
# Digest::MD5 not used at tests
|
||||||
@ -71,7 +69,6 @@ Requires: perl(IO::Socket) >= 1.05
|
|||||||
Requires: perl(IO::Socket::IP) >= 0.20
|
Requires: perl(IO::Socket::IP) >= 0.20
|
||||||
Requires: perl(POSIX)
|
Requires: perl(POSIX)
|
||||||
Requires: perl(Socket) >= 2.016
|
Requires: perl(Socket) >= 2.016
|
||||||
Requires: perl(utf8)
|
|
||||||
Conflicts: perl < 4:5.22.0-347
|
Conflicts: perl < 4:5.22.0-347
|
||||||
|
|
||||||
# Filter under-specified dependencies
|
# Filter under-specified dependencies
|
||||||
@ -106,6 +103,9 @@ make test
|
|||||||
%{_mandir}/man3/*
|
%{_mandir}/man3/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 20 2015 Petr Pisar <ppisar@redhat.com> - 3.07-1
|
||||||
|
- 3.07 bump
|
||||||
|
|
||||||
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> 3.06-1
|
* Wed Jul 01 2015 Petr Pisar <ppisar@redhat.com> 3.06-1
|
||||||
- Specfile autogenerated by cpanspec 1.78.
|
- Specfile autogenerated by cpanspec 1.78.
|
||||||
- Do not create Net/libnet.cfg (bug #1238689)
|
- Do not create Net/libnet.cfg (bug #1238689)
|
||||||
|
Loading…
Reference in New Issue
Block a user