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:
@@ -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
@@ -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
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
--- IP.pm
|
||||
+++ IP.pm
|
||||
--- a/IP.pm
|
||||
+++ b/IP.pm
|
||||
@@ -410,7 +410,7 @@
|
||||
|
||||
my $int = ip_bintoint($self->binip());
|
||||
|
||||
Reference in New Issue
Block a user