spectrwm: update to 2.7.2

This commit is contained in:
Juergen Daubert 2015-05-28 19:49:39 +02:00
parent d636c631af
commit bb3d30eb54
3 changed files with 11 additions and 11 deletions

View File

@ -1,2 +1,2 @@
eb7d8c3db709551a90751ecc2157d6d1 spectrwm-2.7.1.tgz
84aa8797802127756e336ad1f51b18be spectrwm-remove_libswmhack.patch
4eb5cf576d8e70555bd199e4bb96b479 spectrwm-2.7.2.tgz
d91de7130497ef228380168dee01a79b spectrwm-remove_libswmhack.patch

View File

@ -4,7 +4,7 @@
# Depends on: xorg-libxrender fontconfig xorg-xcb-util-keysyms xorg-xcb-util-wm
name=spectrwm
version=2.7.1
version=2.7.2
release=1
source=(https://opensource.conformal.com/snapshots/$name/$name-$version.tgz
$name-remove_libswmhack.patch)

View File

@ -1,6 +1,6 @@
diff -Nru spectrwm-2.6.2.orig/linux/Makefile spectrwm-2.6.2/linux/Makefile
--- spectrwm-2.6.2.orig/linux/Makefile 2015-01-28 10:05:22.673613660 +0100
+++ spectrwm-2.6.2/linux/Makefile 2015-01-28 10:05:39.922993318 +0100
diff -Nru spectrwm-2.7.2.orig/linux/Makefile spectrwm-2.7.2/linux/Makefile
--- spectrwm-2.7.2.orig/linux/Makefile 2015-05-28 19:03:31.640514721 +0200
+++ spectrwm-2.7.2/linux/Makefile 2015-05-28 19:03:51.140395900 +0200
@@ -10,7 +10,7 @@
LIBMAJORVERSION = $(shell . $(CURDIR)/../lib/shlib_version; echo $$major)
@ -20,10 +20,10 @@ diff -Nru spectrwm-2.6.2.orig/linux/Makefile spectrwm-2.6.2/linux/Makefile
install -m 644 ../spectrwm.1 $(DESTDIR)$(MANDIR)/man1/spectrwm.1
install -m 644 ../spectrwm_es.1 $(DESTDIR)$(MANDIR)/es/man1/spectrwm.1
install -m 644 ../spectrwm_it.1 $(DESTDIR)$(MANDIR)/it/man1/spectrwm.1
diff -Nru spectrwm-2.6.2.orig/spectrwm.c spectrwm-2.6.2/spectrwm.c
--- spectrwm-2.6.2.orig/spectrwm.c 2015-01-28 10:05:22.676946874 +0100
+++ spectrwm-2.6.2/spectrwm.c 2015-01-28 10:05:39.922993318 +0100
@@ -301,9 +301,9 @@
diff -Nru spectrwm-2.7.2.orig/spectrwm.c spectrwm-2.7.2/spectrwm.c
--- spectrwm-2.7.2.orig/spectrwm.c 2015-05-28 19:03:31.640514721 +0200
+++ spectrwm-2.7.2/spectrwm.c 2015-05-28 19:03:51.143729213 +0200
@@ -310,9 +310,9 @@
#define SWM_CONF_DEFAULT (0)
#define SWM_CONF_KEYMAPPING (1)
@ -35,7 +35,7 @@ diff -Nru spectrwm-2.6.2.orig/spectrwm.c spectrwm-2.6.2/spectrwm.c
char **start_argv;
xcb_atom_t a_state;
@@ -3430,7 +3430,7 @@
@@ -3493,7 +3493,7 @@
close(xcb_get_file_descriptor(conn));