From 7b68da838e4d21ed88b0456a13c3b2466e0f0998 Mon Sep 17 00:00:00 2001 From: Leonid Pliushch Date: Thu, 30 Jan 2020 21:14:28 +0200 Subject: [PATCH] inotify-tools: update to 3.20.2 --- packages/inotify-tools/build.sh | 5 ++--- packages/inotify-tools/src-Makefile.am.patch | 10 +++++----- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/packages/inotify-tools/build.sh b/packages/inotify-tools/build.sh index 2020e25b21..6017a7a07d 100644 --- a/packages/inotify-tools/build.sh +++ b/packages/inotify-tools/build.sh @@ -1,10 +1,9 @@ TERMUX_PKG_HOMEPAGE=https://github.com/rvoicilas/inotify-tools/wiki TERMUX_PKG_DESCRIPTION="Programs providing a simple interface to inotify" TERMUX_PKG_LICENSE="GPL-2.0" -TERMUX_PKG_VERSION=3.20.1 -TERMUX_PKG_REVISION=2 +TERMUX_PKG_VERSION=3.20.2 TERMUX_PKG_SRCURL=https://github.com/rvoicilas/inotify-tools/archive/${TERMUX_PKG_VERSION}.tar.gz -TERMUX_PKG_SHA256=a433cc1dedba851078276db69b0e97f9fe41e4ba3336d2971adfca4b3a6242ac +TERMUX_PKG_SHA256=5ef0519934ac99f58c217fce259832a4ed51e25ded64c8aaf1149791b2c9b2c7 TERMUX_PKG_BREAKS="inotify-tools-dev" TERMUX_PKG_REPLACES="inotify-tools-dev" TERMUX_PKG_BUILD_IN_SRC=true diff --git a/packages/inotify-tools/src-Makefile.am.patch b/packages/inotify-tools/src-Makefile.am.patch index 0bafbc731b..919186fa22 100644 --- a/packages/inotify-tools/src-Makefile.am.patch +++ b/packages/inotify-tools/src-Makefile.am.patch @@ -1,12 +1,12 @@ -diff -u -r ../inotify-tools-3.20.1/src/Makefile.am ./src/Makefile.am ---- ../inotify-tools-3.20.1/src/Makefile.am 2018-01-06 12:10:51.000000000 +0100 -+++ ./src/Makefile.am 2018-05-19 00:38:08.962826874 +0200 +diff -uNr inotify-tools-3.20.2/src/Makefile.am inotify-tools-3.20.2.mod/src/Makefile.am +--- inotify-tools-3.20.2/src/Makefile.am 2020-01-30 02:04:48.000000000 +0200 ++++ inotify-tools-3.20.2.mod/src/Makefile.am 2020-01-30 21:18:17.734398158 +0200 @@ -2,7 +2,7 @@ inotifywait_SOURCES = inotifywait.c common.c common.h inotifywatch_SOURCES = inotifywatch.c common.c common.h --AM_CFLAGS = -Wall -Werror -Wpointer-arith -std=c99 -I../libinotifytools/src -L../libinotifytools/src -+AM_CFLAGS = -Wall -Wpointer-arith -std=c99 -I../libinotifytools/src -L../libinotifytools/src +-AM_CFLAGS = -Wall -Wextra -Wpointer-arith -Werror -std=c99 -I../libinotifytools/src ++AM_CFLAGS = -Wall -Wextra -Wpointer-arith -std=c99 -I../libinotifytools/src AM_CPPFLAGS = -I$(top_srcdir)/libinotifytools/src LDADD = ../libinotifytools/src/libinotifytools.la