SHA256
1
0
forked from pool/dcraw

- Use %patch -P N instead of deprecated %patchN.

OBS-URL: https://build.opensuse.org/package/show/graphics/dcraw?expand=0&rev=58
This commit is contained in:
Michael Vetter 2024-02-22 07:56:06 +00:00 committed by Git OBS Bridge
parent 77a3124585
commit 95e42854b8
2 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Feb 22 07:54:56 UTC 2024 - Michael Vetter <mvetter@suse.com>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Mon Aug 7 09:53:25 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package dcraw
#
# 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
@ -62,14 +62,14 @@ Command line tools for raw digital photo decoding and processing.
%prep
%setup -q -n %{name}
cp -a %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} .
%patch0
%patch1 -p1
%patch2 -p1
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch -P 0
%patch -P 1 -p1
%patch -P 2 -p1
%patch -P 3 -p1
%patch -P 4 -p1
%patch -P 5 -p1
%patch -P 6 -p1
%patch -P 7 -p1
%build
export CFLAGS="%{optflags} -fno-strict-aliasing -fstack-protector-all"