diff --git a/perl-Alien-wxWidgets.changes b/perl-Alien-wxWidgets.changes index 0f405f8..59d758a 100644 --- a/perl-Alien-wxWidgets.changes +++ b/perl-Alien-wxWidgets.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 4 12:00:57 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Wed Aug 21 13:33:25 CEST 2019 - Tina Mueller diff --git a/perl-Alien-wxWidgets.spec b/perl-Alien-wxWidgets.spec index 22d6282..4ca34d5 100644 --- a/perl-Alien-wxWidgets.spec +++ b/perl-Alien-wxWidgets.spec @@ -56,11 +56,8 @@ In short 'Alien::wxWidgets' can be used to detect and get configuration settings from an installed wxWidgets. %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -p0 -n %{cpan_name}-%{version} find . -type f ! -name \*.pl -print0 | xargs -0 chmod 644 -%patch0 -%patch1 -%patch2 # MANUAL BEGIN # this copy of GNU patch is only used on win32, remove it for license clarity # see https://build.opensuse.org/request/show/237465