Author: freetz Date: Sun Dec 4 11:25:37 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - waitpid patch added, rel.3
---- Files affected: SPECS: libxklavier.spec (1.21 -> 1.22) ---- Diffs: ================================================================ Index: SPECS/libxklavier.spec diff -u SPECS/libxklavier.spec:1.21 SPECS/libxklavier.spec:1.22 --- SPECS/libxklavier.spec:1.21 Fri Apr 29 18:07:10 2005 +++ SPECS/libxklavier.spec Sun Dec 4 12:25:31 2005 @@ -3,12 +3,13 @@ Summary(pl): Biblioteka libXklavier Name: libxklavier Version: 2.0 -Release: 2 +Release: 3 License: LGPL Group: Libraries Source0: http://dl.sourceforge.net/gswitchit/%{name}-%{version}.tar.gz # Source0-md5: 9257653ee3d194d9c8d669e969fe4332 Patch0: %{name}-warnings.patch +Patch1: %{name}-waitpid.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.22 2005/12/04 11:25:31 freetz +- waitpid patch added, rel.3 + Revision 1.21 2005/04/29 16:07:10 qrczak - libxklavier-warnings.patch: removed -Werror because there are warnings (about char signedness, because of libxml) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/libxklavier.spec?r1=1.21&r2=1.22&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
