Accepting request 1149336 from Base:System

Prepare for RPM 4.20 (forwarded request 1149308 from dimstar)

OBS-URL: https://build.opensuse.org/request/show/1149336
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/kbdsniffd?expand=0&rev=22
This commit is contained in:
Ana Guerrero 2024-02-22 20:00:31 +00:00 committed by Git OBS Bridge
commit f8df6dc499
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Thu Feb 22 12:41:03 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Use %autosetup macro. Allows to eliminate the usage of deprecated
%patchN
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Oct 15 12:12:22 UTC 2021 - Johannes Segitz <jsegitz@suse.com> Fri Oct 15 12:12:22 UTC 2021 - Johannes Segitz <jsegitz@suse.com>

View File

@ -41,8 +41,7 @@ blind user wants to use a screenreader without a braille display the
grabbed keys can be used to trigger special screenreader functions grabbed keys can be used to trigger special screenreader functions
%prep %prep
%setup -q %autosetup -p1
%patch0 -p1
%build %build
make CFLAGS="%{optflags} -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" LIB_CFLAGS="%{optflags} -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC" CC="%{__cc}" LD="%{__cc}" make CFLAGS="%{optflags} -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE" LIB_CFLAGS="%{optflags} -D_POSIX_C_SOURCE=2 -D_BSD_SOURCE -fPIC" CC="%{__cc}" LD="%{__cc}"