From 45d20b6dd00edf69faf457d346d7f82a106aa21c8ab23fb0f3dbdc4d523514f5 Mon Sep 17 00:00:00 2001 From: Michal Suchanek Date: Wed, 18 Feb 2026 20:36:28 +0100 Subject: [PATCH] Avoid obsolete %patchN macro --- xarchiver.changes | 5 +++++ xarchiver.spec | 6 +----- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/xarchiver.changes b/xarchiver.changes index a156857..5eeee98 100644 --- a/xarchiver.changes +++ b/xarchiver.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Feb 18 19:36:01 UTC 2026 - Michal Suchanek + +- Avoid obsolete %%patchN macro + ------------------------------------------------------------------- Sat Dec 6 21:35:00 UTC 2014 - andrea@opensuse.org diff --git a/xarchiver.spec b/xarchiver.spec index 9830a09..0490695 100644 --- a/xarchiver.spec +++ b/xarchiver.spec @@ -63,11 +63,7 @@ interface. It supports the 7-zip, arj, bzip2, gzip, rar (v4 and v5), lha, lzma, lzop, deb, rpm, tar, xz and zip archive formats. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 +%autosetup -p1 # fix spurious executable permissions of some debug files chmod -x src/mime.* -- 2.51.1