From 4f59e0231f103aebc3712dfe4674664acdc886e9 Mon Sep 17 00:00:00 2001 From: Petr Sabata Date: May 19 2011 07:29:03 +0000 Subject: 4.3 sources update --- diff --git a/.gitignore b/.gitignore index ac265bb..72035b1 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ dmenu-4.1.1.tar.gz /dmenu-4.2.1.tar.gz +/dmenu-4.3.tar.gz diff --git a/dmenu-4.3-make.patch b/dmenu-4.3-make.patch new file mode 100644 index 0000000..bf8ebd9 --- /dev/null +++ b/dmenu-4.3-make.patch @@ -0,0 +1,15 @@ +diff --git a/config.mk b/config.mk +index 03f1670..42e60d8 100644 +--- a/config.mk ++++ b/config.mk +@@ -18,8 +18,8 @@ LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} + + # flags + CPPFLAGS = -D_BSD_SOURCE -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} +-CFLAGS = -ansi -pedantic -Wall -Os ${INCS} ${CPPFLAGS} +-LDFLAGS = -s ${LIBS} ++CFLAGS = -std=c99 -pedantic -Wall -Os ${RPM_OPT_FLAGS} ${INCS} ${CPPFLAGS} ++LDFLAGS = ${LIBS} + + # compiler and linker + CC = cc diff --git a/dmenu-4.3.tar.gz b/dmenu-4.3.tar.gz deleted file mode 100644 index 969a718..0000000 Binary files a/dmenu-4.3.tar.gz and /dev/null differ diff --git a/sources b/sources index c9a8ce1..bdb8eb0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -5c95f974fa0c723f46838d0d5fbf5aca dmenu-4.2.1.tar.gz +9c69d58e595ec7622109d59508420386 dmenu-4.3.tar.gz