diff --git a/perl-OpenGL.changes b/perl-OpenGL.changes index 493fae2..5e40cab 100644 --- a/perl-OpenGL.changes +++ b/perl-OpenGL.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 4 13:57:05 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Fri Feb 2 22:36:38 UTC 2018 - stefan.bruens@rwth-aachen.de diff --git a/perl-OpenGL.spec b/perl-OpenGL.spec index 4c2a582..ef6dc14 100644 --- a/perl-OpenGL.spec +++ b/perl-OpenGL.spec @@ -48,9 +48,8 @@ BuildRequires: pkgconfig(xmu) Perl bindings to the OpenGL API, GLU, and GLUT/FreeGLUT %prep -%setup -q -n %{cpan_name}-%{version} +%autosetup -p1 -n %{cpan_name}-%{version} find . -type f -print0 | xargs -0 chmod 644 -%patch0 -p1 # MANUAL BEGIN find include -type f \! -name glprocs.h -exec rm {} + # MANUAL END