SHA256
1
0
forked from pool/perl-Net-IP

Accepting request 1154695 from home:pgajdos:p

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN
- modified patches
  % perl-Net-IP-1.25-zero_address.diff (refreshed)

OBS-URL: https://build.opensuse.org/request/show/1154695
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Net-IP?expand=0&rev=26
This commit is contained in:
2024-03-06 07:50:09 +00:00
committed by Git OBS Bridge
parent c046374b87
commit 32a701c623
3 changed files with 11 additions and 5 deletions
+8
View File
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Mar 4 13:36:23 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
- modified patches
% perl-Net-IP-1.25-zero_address.diff (refreshed)
-------------------------------------------------------------------
Wed Nov 13 10:28:31 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
+1 -3
View File
@@ -43,9 +43,7 @@ is also a procedural way of accessing most of the functions. Most
subroutines can take either *IPv4* or *IPv6* addresses transparently.
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0
%patch1 -p1
%autosetup -p1 -n %{cpan_name}-%{version}
%build
perl Makefile.PL INSTALLDIRS=vendor
+2 -2
View File
@@ -1,5 +1,5 @@
--- IP.pm
+++ IP.pm
--- a/IP.pm
+++ b/IP.pm
@@ -410,7 +410,7 @@
my $int = ip_bintoint($self->binip());