Accepting request 1155624 from devel:languages:perl

OBS-URL: https://build.opensuse.org/request/show/1155624
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Sys-CPU?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2024-03-06 22:06:25 +00:00 committed by Git OBS Bridge
commit 523d6a762f
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Mar 4 15:05:18 UTC 2024 - pgajdos@suse.com
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
-------------------------------------------------------------------
Fri Jan 26 14:53:18 UTC 2018 - guillaume@opensuse.org

View File

@ -40,9 +40,7 @@ clock speed. While much of the code is from UNIX::Processors, win32 support
has been added (but not tested).
%prep
%setup -q -n %{cpan_name}-%{version}
%patch0 -p1
%patch1 -p1
%autosetup -p1 -n %{cpan_name}-%{version}
find . -type f -print0 | xargs -0 chmod 644
%build