1
0

Accepting request 1154651 from home:pgajdos:p

- Use %autosetup macro. Allows to eliminate the usage of deprecated
  %patchN

OBS-URL: https://build.opensuse.org/request/show/1154651
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Bit-Vector?expand=0&rev=23
This commit is contained in:
Pedro Monreal Gonzalez 2024-03-06 08:04:02 +00:00 committed by Git OBS Bridge
parent 9d8a2906ef
commit dc3acd09fb
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 12:22:18 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Tue Apr 14 12:24:17 UTC 2015 - coolo@suse.com

View File

@ -41,8 +41,7 @@ Requires: perl(Storable) >= 2.21
Bit::Vector Perl module
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0
%autosetup -p0 -n %{cpan_name}-%{version}
%build
%{__perl} Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"