From f9551aa5821ca6602e33ab8efe182a1c1d8b8c4b7d2c428526083d33c7175090 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Thu, 22 Feb 2024 07:53:30 +0000 Subject: [PATCH] - Use %autosetup macro. Allows to eliminate the usage of deprecated %patchN. OBS-URL: https://build.opensuse.org/package/show/graphics/djvulibre?expand=0&rev=50 --- djvulibre.changes | 6 ++++++ djvulibre.spec | 11 ++--------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/djvulibre.changes b/djvulibre.changes index 7f8836f..41ba71b 100644 --- a/djvulibre.changes +++ b/djvulibre.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Feb 22 07:52:40 UTC 2024 - Michael Vetter + +- Use %autosetup macro. Allows to eliminate the usage of deprecated + %patchN. + ------------------------------------------------------------------- Tue Aug 29 10:48:49 UTC 2023 - pgajdos@suse.com diff --git a/djvulibre.spec b/djvulibre.spec index 83306d4..660d956 100644 --- a/djvulibre.spec +++ b/djvulibre.spec @@ -1,7 +1,7 @@ # # spec file for package djvulibre # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -92,14 +92,7 @@ software platform for distributing documents and images. This package contains the documentation. %prep -%setup -q -%patch0 -p1 -%patch1 -p1 -%patch2 -p1 -%patch3 -p1 -%patch4 -p1 -%patch5 -p1 -%patch6 -p1 +%autosetup -p1 %build # configure script missing; generate using autogen.sh