Author: qboosh Date: Sun Feb 20 21:22:02 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - added pthread patch from FC, updated ac_am patch (fixes crash on linuxthreads/2.3.4) - release 15
---- Files affected: SPECS: ElectricFence.spec (1.50 -> 1.51) ---- Diffs: ================================================================ Index: SPECS/ElectricFence.spec diff -u SPECS/ElectricFence.spec:1.50 SPECS/ElectricFence.spec:1.51 --- SPECS/ElectricFence.spec:1.50 Mon Apr 26 09:10:18 2004 +++ SPECS/ElectricFence.spec Sun Feb 20 22:21:54 2005 @@ -21,7 +21,7 @@ Summary(zh_CN): ŇťÖÖľ÷ĘÔĆ÷ÓĂÓÚźě˛âÄÚ´ćˇÖĹä´íÎó Name: ElectricFence Version: 2.2.2 -Release: 14 +Release: 15 License: GPL Group: Development/Debuggers Source0: ftp://ftp.perens.com/pub/ElectricFence/Beta/%{name}-%{version}.tar.gz @@ -30,6 +30,7 @@ Patch1: %{name}-no_bash.spec Patch2: %{name}-va_arg.patch Patch3: %{name}-ac_am.patch +Patch4: %{name}-pthread.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool @@ -112,11 +113,13 @@ %patch1 -p1 %patch2 -p1 %patch3 -p1 +%patch4 -p1 %build %{__libtoolize} %{__aclocal} %{__autoconf} +%{__autoheader} %{__automake} CFLAGS="%{rpmcflags} -DUSE_SEMAPHORE" %configure @@ -152,6 +155,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.51 2005/02/20 21:21:54 qboosh +- added pthread patch from FC, updated ac_am patch (fixes crash on linuxthreads/2.3.4) +- release 15 + Revision 1.50 2004/04/26 07:10:18 adamg - release 14 for Ac (13 is for Ra) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ElectricFence.spec?r1=1.50&r2=1.51&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
