Accepting request 999072 from devel:languages:perl:autoupdate

- updated to 1.0.12
   see /usr/share/doc/packages/perl-Net-ARP/Changes
  Changes between 1.0.11 and 1.0.12
  - removed warnings
  - sock family on Linux is now AF_PACKET
  - added missing bsd includes

OBS-URL: https://build.opensuse.org/request/show/999072
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-ARP?expand=0&rev=4
This commit is contained in:
2022-08-28 15:04:58 +00:00
committed by Git OBS Bridge
parent 99cfb92898
commit db5e1c7acf
4 changed files with 23 additions and 13 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b74feb5c6ca91681ba6faf77c12e351b90b93918c7a9f33c25c1caf75a81090b
size 18747

3
Net-ARP-1.0.12.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:28ad8605a3a1e0f868a9898826f5461d80923e6eba1ad5e04737e60e8ba0ec70
size 16984

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu May 12 03:06:23 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 1.0.12
see /usr/share/doc/packages/perl-Net-ARP/Changes
Changes between 1.0.11 and 1.0.12
- removed warnings
- sock family on Linux is now AF_PACKET
- added missing bsd includes
-------------------------------------------------------------------
Sun Oct 25 10:52:44 UTC 2020 - Dirk Stoecker <opensuse@dstoecker.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Net-ARP
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,32 +16,31 @@
#
%define cpan_name Net-ARP
Name: perl-Net-ARP
Version: 1.0.11
Version: 1.0.12
Release: 0
#Upstream: License: GPLv2
%define cpan_name Net-ARP
Summary: Perl extension for creating ARP packets
License: GPL-2.0-only
Group: Development/Libraries/Perl
Summary: Perl extension for creating ARP packets
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/C/CR/CRAZYDJ/%{cpan_name}-%{version}.tgz
Source0: https://cpan.metacpan.org/authors/id/C/CR/CRAZYDJ/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Net::Pcap)
%{perl_requires}
%description
Perl extension for creating ARP packets
%prep
%setup -q -n %{cpan_name}-%{version}
%autosetup -n %{cpan_name}-%{version}
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -name "configure" -print0 | xargs -0 chmod 644
%build
perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"
make %{?_smp_mflags}
%make_build
%check
# MANUAL no testing (needs network)
@@ -53,7 +52,6 @@ make %{?_smp_mflags}
%perl_gen_filelist
%files -f %{name}.files
%defattr(-,root,root,755)
%doc Changes README
%changelog