Automatic update to NetAddr-MAC-0.99.tar.gz #1

Merged
okurz merged 1 commits from cpanmirror/perl-NetAddr-MAC:autoupdate into main 2025-12-20 20:57:24 +01:00
4 changed files with 20 additions and 9 deletions

View File

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

BIN
NetAddr-MAC-0.99.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sat Dec 20 05:34:50 UTC 2025 - Tina Müller <timueller+perl@suse.de>
- updated to 0.990.0 (0.99)
see /usr/share/doc/packages/perl-NetAddr-MAC/Changes
0.99 2025-12-19
- Add functions for vrrp4 and vrrp6 thanks to Jon (jon@jjminer.org) via GH#4
- Use our rather than vars, and just import Exporter. Its time.
- Rework how tokenring is calculated to use bit shifts. Just for my amusement.
-------------------------------------------------------------------
Sat Jul 9 03:08:26 UTC 2022 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-NetAddr-MAC
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,10 +18,10 @@
%define cpan_name NetAddr-MAC
Name: perl-NetAddr-MAC
Version: 0.980.0
Version: 0.990.0
Release: 0
# 0.98 -> normalize -> 0.980.0
%define cpan_version 0.98
# 0.99 -> normalize -> 0.990.0
%define cpan_version 0.99
License: MIT
Summary: MAC hardware address functions and object (EUI48 and EUI64)
URL: https://metacpan.org/release/%{cpan_name}
@@ -31,7 +31,7 @@ Source100: README.md
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Module::Build) >= 0.28
BuildRequires: perl(Module::Build) >= 0.280
BuildRequires: perl(Test::Trap)
Provides: perl(NetAddr::MAC) = %{version}
%undefine __perllib_provides
@@ -63,7 +63,7 @@ Some networks that use Extended Unique Identifier 64 addresses include:
ZigBee / 802.15.4 wireless personal-area networks
%prep
%autosetup -n %{cpan_name}-%{cpan_version}
%autosetup -n %{cpan_name}-%{cpan_version} -p1
find . -type f ! -path "*/t/*" ! -name "*.pl" ! -path "*/bin/*" ! -path "*/script/*" ! -path "*/scripts/*" ! -name "configure" -print0 | xargs -0 chmod 644