From cb3e58c205559ea501ce4ad2e7772934ef2579c027a4a7ea0438d5492a120a4e Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Fri, 1 Mar 2024 14:22:39 +0000 Subject: [PATCH] Accepting request 1151799 from home:pgajdos:t - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN OBS-URL: https://build.opensuse.org/request/show/1151799 OBS-URL: https://build.opensuse.org/package/show/devel:languages:tcl/tix?expand=0&rev=9 --- tix.changes | 6 ++++++ tix.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tix.changes b/tix.changes index 5c13fcd..8176a1d 100644 --- a/tix.changes +++ b/tix.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Feb 26 15:01:21 UTC 2024 - pgajdos@suse.com + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN + ------------------------------------------------------------------- Mon Feb 19 19:22:57 UTC 2018 - crrodriguez@opensuse.org diff --git a/tix.spec b/tix.spec index 5ae2576..08b0cd3 100644 --- a/tix.spec +++ b/tix.spec @@ -43,8 +43,7 @@ in intuitive ways. %prep -%setup -q -n Tix%version -%patch0 +%autosetup -p0 -n Tix%version find docs -type f | xargs chmod a-x %build