Author: sparky Date: Sun Feb 26 23:37:13 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - fix cflags in regex
---- Files affected: SPECS: ngrep.spec (1.29 -> 1.30) ---- Diffs: ================================================================ Index: SPECS/ngrep.spec diff -u SPECS/ngrep.spec:1.29 SPECS/ngrep.spec:1.30 --- SPECS/ngrep.spec:1.29 Tue Jan 31 08:37:13 2006 +++ SPECS/ngrep.spec Mon Feb 27 00:37:07 2006 @@ -8,6 +8,7 @@ Group: Applications/Networking Source0: http://dl.sourceforge.net/ngrep/%{name}-%{version}.tar.bz2 # Source0-md5: 8a142d74043609b09ed57d3baadb2fd6 +Patch0: %{name}-cflags.patch URL: http://ngrep.sourceforge.net/ BuildRequires: autoconf BuildRequires: automake @@ -34,6 +35,7 @@ %prep %setup -q +%patch0 -p1 %build cp -f %{_datadir}/libtool/config.sub . @@ -65,6 +67,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.30 2006/02/26 23:37:07 sparky +- fix cflags in regex + Revision 1.29 2006/01/31 07:37:13 glen - unify ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/ngrep.spec?r1=1.29&r2=1.30&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
