Author: qboosh Date: Wed Mar 2 10:49:14 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added free patch (fix invalid free() detected by glibc); release 2
---- Files affected: SPECS: libxklavier.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/libxklavier.spec diff -u SPECS/libxklavier.spec:1.18 SPECS/libxklavier.spec:1.19 --- SPECS/libxklavier.spec:1.18 Sun Nov 7 07:42:41 2004 +++ SPECS/libxklavier.spec Wed Mar 2 11:49:08 2005 @@ -3,12 +3,13 @@ Summary(pl): Biblioteka libXklavier Name: libxklavier Version: 1.04 -Release: 1 +Release: 2 License: LGPL Group: Libraries Source0: http://dl.sourceforge.net/gswitchit/%{name}-%{version}.tar.gz # Source0-md5: 322078ad3681465f69a65c0758c74460 Patch0: %{name}-xkb_base.patch +Patch1: %{name}-free.patch URL: http://www.freedesktop.org/Software/LibXklavier BuildRequires: XFree86-devel BuildRequires: autoconf @@ -54,6 +55,7 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 %build %{__libtoolize} @@ -99,6 +101,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2005/03/02 10:49:08 qboosh +- added free patch (fix invalid free() detected by glibc); release 2 + Revision 1.18 2004/11/07 06:42:41 paszczus - reverted: libxklavier 1.1x is for GNOME 2.9.x ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libxklavier.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
