Author: arekm Date: Tue Nov 28 18:12:55 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - rel 4; fix assert in some cases (workaround)
---- Files affected: SPECS: libxcb.spec (1.11 -> 1.12) ---- Diffs: ================================================================ Index: SPECS/libxcb.spec diff -u SPECS/libxcb.spec:1.11 SPECS/libxcb.spec:1.12 --- SPECS/libxcb.spec:1.11 Sun Nov 26 13:42:45 2006 +++ SPECS/libxcb.spec Tue Nov 28 19:12:50 2006 @@ -3,11 +3,12 @@ Summary(pl): XCB - biblioteka dowiązań języka C do protokołu X Name: libxcb Version: 1.0 -Release: 3 +Release: 4 License: MIT Group: Libraries Source0: http://xcb.freedesktop.org/dist/%{name}-%{version}.tar.bz2 # Source0-md5: 0eb951fd0fa9542dbe4fc3530b81a3b6 +Patch0: %{name}-no-assert-on-lock.patch URL: http://xcb.freedesktop.org/ BuildRequires: check >= 0.8.2 BuildRequires: doxygen @@ -88,6 +89,7 @@ %prep %setup -q +%patch0 -p0 # libxslt 1.1.18 is broken and segfaults on regeneration touch src/*.[ch] @@ -133,6 +135,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.12 2006/11/28 18:12:50 arekm +- rel 4; fix assert in some cases (workaround) + Revision 1.11 2006/11/26 12:42:45 pluto - -devel R: xau pthread-stubs xdmcp, release 3. ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libxcb.spec?r1=1.11&r2=1.12&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
