From bb465f1255cbb38f8f546aa2038d7642008d05a698a40bc3a223a4f963f2aae5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tina=20M=C3=BCller?= Date: Wed, 6 Mar 2024 15:41:49 +0000 Subject: [PATCH] Accepting request 1154727 from home:pgajdos:p - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN OBS-URL: https://build.opensuse.org/request/show/1154727 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-OpenGL?expand=0&rev=11 --- perl-OpenGL.changes | 6 ++++++ perl-OpenGL.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) 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