Thu Feb 20 07:38:52 2014 UTC ()
Update to 0.4.1:

xcb-util-wm 0.4.1 is now available.

git tag 0.4.1

Changelog
=========
Arnaud Fontaine (4):
      xcb-proto should have never been required as xcb provides the Atoms.
      Do not distribute ewmh C source file as they are generated with M4.
      Follow changes in m4 submodule.
      Release 0.4.1.

Gaetan Nadon (14):
      config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
      config: remove AC_TYPE_SSIZE_T
      config: use AC_CONFIG_HEADERS to create a config.h file
      config: drop the check for sys/types.h
      config: add bug URL to AC_INIT
      config: add missing COPYING file
      config: update the README file for bug tracking
      make: remove unused XPROTO_CFLAGS and XPROTO_LIBS
      make: use AM_CPPFLAGS rather than per-target libxcb_*_la_CPPFLAGS
      make: there should be no attempt to remove any Makefile.in file
      make: using EXTRA_DIST for xcb-*.pc.in is redundant
      Remove documentation dead code
      make: implement the silent rules for m4 generated files.
      make: compile the library with standard xorg warning flags

Download
========
http://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.bz2
md5: 87b19a1cd7bfcb65a24e36c300e03129
sha1: 7006c52b961c123355320bfc30477cdf90c8bbb7
sha256: 28bf8179640eaa89276d2b0f1ce4285103d136be6c98262b6151aaee1d3c2a3f

http://xcb.freedesktop.org/dist/xcb-util-wm-0.4.1.tar.gz
md5: 0831399918359bf82930124fa9fd6a9b
sha1: 387c9b17a7352a19188b9353adbe5e7fdc01ef2a
sha256: 038b39c4bdc04a792d62d163ba7908f4bb3373057208c07110be73c1b04b8334

--
Arnaud Fontaine


(wiz)
diff -r1.5 -r1.6 pkgsrc/x11/xcb-util-wm/Makefile
diff -r1.2 -r1.3 pkgsrc/x11/xcb-util-wm/distinfo

cvs diff -r1.5 -r1.6 pkgsrc/x11/xcb-util-wm/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/xcb-util-wm/Makefile 2014/01/29 09:51:11 1.5
+++ pkgsrc/x11/xcb-util-wm/Makefile 2014/02/20 07:38:52 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.5 2014/01/29 09:51:11 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2014/02/20 07:38:52 wiz Exp $
2 2
3DISTNAME= xcb-util-wm-0.4.0 3DISTNAME= xcb-util-wm-0.4.1
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= http://xcb.freedesktop.org/dist/ 5MASTER_SITES= http://xcb.freedesktop.org/dist/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://xcb.freedesktop.org/ 9HOMEPAGE= http://xcb.freedesktop.org/
10COMMENT= Client and window-manager helpers for ICCCM and EWMH 10COMMENT= Client and window-manager helpers for ICCCM and EWMH
11LICENSE= mit 11LICENSE= mit
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= m4 pkg-config gmake 14USE_TOOLS+= m4 pkg-config gmake
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16 16

cvs diff -r1.2 -r1.3 pkgsrc/x11/xcb-util-wm/distinfo (expand / switch to unified diff)

--- pkgsrc/x11/xcb-util-wm/distinfo 2014/01/29 09:51:11 1.2
+++ pkgsrc/x11/xcb-util-wm/distinfo 2014/02/20 07:38:52 1.3
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.2 2014/01/29 09:51:11 wiz Exp $ 1$NetBSD: distinfo,v 1.3 2014/02/20 07:38:52 wiz Exp $
2 2
3SHA1 (xcb-util-wm-0.4.0.tar.bz2) = a79d7c3e564258661227cf959751a0031db1e7f4 3SHA1 (xcb-util-wm-0.4.1.tar.bz2) = 7006c52b961c123355320bfc30477cdf90c8bbb7
4RMD160 (xcb-util-wm-0.4.0.tar.bz2) = 434fb76c3ec984c62fe9704ba081efdad1dcfba8 4RMD160 (xcb-util-wm-0.4.1.tar.bz2) = c3e70bb3ef12e3f5d04b9d415735f373edcb93a8
5Size (xcb-util-wm-0.4.0.tar.bz2) = 324316 bytes 5Size (xcb-util-wm-0.4.1.tar.bz2) = 321855 bytes