Compare commits

...

1 Commits

2 changed files with 8 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Feb 26 08:49:58 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %patch -P N instead of deprecated %patchN.
-------------------------------------------------------------------
Sat Oct 26 17:51:03 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>

View File

@@ -94,9 +94,9 @@ This package provides demo application showing usage of the library.
%prep
%setup -q
%patch1
%patch2
%patch3 -p1
%patch -P 1
%patch -P 2
%patch -P 3 -p1
%build
export CC=gcc