]> git.pld-linux.org Git - packages/dwm.git/commitdiff
- up to 5.9 master auto/th/dwm-5_9-1
authorlisu <lisu@pld-linux.org>
Fri, 12 Aug 2011 11:51:01 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dwm-flags.patch -> 1.2
    dwm.spec -> 1.4

dwm-flags.patch
dwm.spec

index 913c6a0352e3c9a752043f1af7f0ea0082f1a3fd..7c1a04f2a1b59f79a1e9d5cc66b15626a8eb3716 100644 (file)
  
  clean:
        @echo cleaning
---- dwm-5.8.2/config.mk~       2010-06-04 12:39:15.000000000 +0200
-+++ dwm-5.8.2/config.mk        2010-12-27 10:57:43.983535334 +0100
-@@ -20,9 +20,9 @@
+--- dwm-5.9/config.mk~ 2011-07-10 22:24:25.000000000 +0200
++++ dwm-5.9/config.mk  2011-08-12 13:49:51.859091895 +0200
+@@ -21,9 +21,9 @@
  # flags
  CPPFLAGS = -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}
--CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
-+CFLAGS = -g -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}
- #CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
--LDFLAGS = -g ${LIBS}
-+LDFLAGS = -g
- #LDFLAGS = -s ${LIBS}
+ #CFLAGS = -g -std=c99 -pedantic -Wall -O0 ${INCS} ${CPPFLAGS}
+-CFLAGS = -std=c99 -pedantic -Wall -Os ${INCS} ${CPPFLAGS}
++CFLAGS = -std=c99 -pedantic -Wall ${INCS} ${CPPFLAGS}
+ #LDFLAGS = -g ${LIBS}
+-LDFLAGS = -s ${LIBS}
++LDFLAGS = -s
  
  # Solaris
+ #CFLAGS = -fast ${INCS} -DVERSION=\"${VERSION}\"
index 4004962101d0ac375b8220c67385d4704a193b59..12b49d79362d26872377397b1ba61de1def3e2a5 100644 (file)
--- a/dwm.spec
+++ b/dwm.spec
@@ -1,11 +1,11 @@
 Summary:       Dynamic window manager for X
 Name:          dwm
-Version:       5.8.2
+Version:       5.9
 Release:       1
 License:       MIT
 Group:         X11/Window Managers
 Source0:       http://dl.suckless.org/dwm/%{name}-%{version}.tar.gz
-# Source0-md5: f0b422bfeaa812d66c6dd15c3cc92a6b
+# Source0-md5: 2799f885c05817ca112d521bb247f797
 Patch0:                %{name}-flags.patch
 URL:           http://dwm.suckless.org/
 BuildRequires: xorg-lib-libXinerama-devel
This page took 0.105921 seconds and 4 git commands to generate.