Author: adamg Date: Sun Aug 17 14:34:46 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - -ac.patch and -includes.patch -- buildfixes
---- Files affected: SPECS: fish.spec (1.13 -> 1.14) ---- Diffs: ================================================================ Index: SPECS/fish.spec diff -u SPECS/fish.spec:1.13 SPECS/fish.spec:1.14 --- SPECS/fish.spec:1.13 Sat Feb 9 14:34:34 2008 +++ SPECS/fish.spec Sun Aug 17 16:34:41 2008 @@ -9,6 +9,8 @@ Source0: http://www.fishshell.org/files/%{version}/%{name}-%{version}.tar.bz2 # Source0-md5: aa2f09bb54652b16bf4f7708848a7416 Patch0: %{name}-link.patch +Patch1: %{name}-ac.patch +Patch2: %{name}-includes.patch URL: http://fishshell.org/ BuildRequires: autoconf >= 2.50 BuildRequires: doxygen @@ -31,6 +33,8 @@ %prep %setup -q %patch0 -p1 +%patch1 -p1 +%patch2 -p1 %build %{__autoconf} @@ -72,7 +76,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.13 2008/02/09 13:34:34 qboosh +Revision 1.14 2008/08/17 14:34:41 adamg +- -ac.patch and -includes.patch -- buildfixes + +Revision 1.13 2008-02-09 13:34:34 qboosh - use external xsel (Suggests; needed only for X clipboard integration) - fish_inputrc no longer exists, replaced by internal readline handling - GPL v2 (only) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/fish.spec?r1=1.13&r2=1.14&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
