From c9c2325070253f861f6ec93764d9f1a179869d6597e1055ebc42c3325a1dcc3b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 22 May 2024 08:08:13 +0000 Subject: [PATCH] Accepting request 1174633 from home:dimstar:Factory - Use %autosetup macro: allows us to eliminate usage of deprecated %patchN syntax. OBS-URL: https://build.opensuse.org/request/show/1174633 OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/python-xapp?expand=0&rev=23 --- python-xapp.changes | 6 ++++++ python-xapp.spec | 5 ++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/python-xapp.changes b/python-xapp.changes index 8b3f349..f74cc4a 100644 --- a/python-xapp.changes +++ b/python-xapp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 16 15:07:15 UTC 2024 - Dominique Leuenberger + +- Use %autosetup macro: allows us to eliminate usage of deprecated + %patchN syntax. + ------------------------------------------------------------------- Thu Dec 9 01:02:14 UTC 2021 - andy great diff --git a/python-xapp.spec b/python-xapp.spec index a52908b..f21c1c8 100644 --- a/python-xapp.spec +++ b/python-xapp.spec @@ -1,7 +1,7 @@ # # spec file for package python-xapp # -# Copyright (c) 2021 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 @@ -44,8 +44,7 @@ desktop environments and required to implement cross-DE solutions. %python_subpackages %prep -%setup -q -n %{_name}-%{version} -%patch0 -p1 +%autosetup -p1 -n %{_name}-%{version} %build %python_build