rpms/clips/FC-5 .cvsignore, 1.4, 1.5 clips.spec, 1.6, 1.7 sources, 1.5, 1.6

Rick L. Vinyard (rvinyard) fedora-extras-commits at redhat.com
Tue Jul 11 02:57:35 UTC 2006


Author: rvinyard

Update of /cvs/extras/rpms/clips/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26162

Modified Files:
	.cvsignore clips.spec sources 
Log Message:
Added FunctionContext patch



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/clips/FC-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	7 Jul 2006 22:00:23 -0000	1.4
+++ .cvsignore	11 Jul 2006 02:57:35 -0000	1.5
@@ -9,3 +9,6 @@
 ig.pdf
 usrguide.pdf
 x-prjct.tar.Z
+FunctionContext.zip
+objrtmch.c
+DR0873.txt


Index: clips.spec
===================================================================
RCS file: /cvs/extras/rpms/clips/FC-5/clips.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- clips.spec	7 Jul 2006 22:20:27 -0000	1.6
+++ clips.spec	11 Jul 2006 02:57:35 -0000	1.7
@@ -1,7 +1,7 @@
 Summary:	  CLIPS language for developing expert systems
 Name:		  clips
 Version:	  6.24
-Release:	  17%{?dist}
+Release:	  18%{?dist}
 Url:		  http://www.ghg.net/clips/download/source/
 License:	  GPL
 Group:		  Development/Tools
@@ -19,6 +19,9 @@
 Source11:         clips-init.el
 Source12:         clips-mode.el
 Source13:         inf-clips.el
+Source14:         http://www.ghg.net/clips/download/other/Bug_Fixes/objrtmch.c
+Source15:	  http://www.ghg.net/clips/download/other/FunctionContext.zip
+Source16:	  http://www.ghg.net/clips/download/other/Bug_Fixes/DR0873.txt
 Patch0:	 	  clips-6.24-linux.patch.bz2
 BuildRoot:        %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:	  libtermcap-devel libXt-devel libXext-devel libXmu-devel libXaw-devel xorg-x11-server-Xorg xorg-x11-proto-devel xorg-x11-xbitmaps desktop-file-utils
@@ -75,22 +78,30 @@
 
 
 %prep
-%setup -q -a 1 -a 2 -c
+%setup -q -a 1 -a 2 -a 15 -c
 mv x-prjct/xinterface clipssrc/
 mv x-prjct/color clipssrc/
 mv clipssrc/clipssrc clipssrc/clips
 %patch0 -p0 
+#move in the function context patch files
+mv envrnmnt.h clipssrc/clips
+mv envrnmnt.c clipssrc/clips
+mv evaluatn.c clipssrc/clips
+mv extnfunc.h clipssrc/clips
+mv extnfunc.c clipssrc/clips
+#move in the object-pattern-match-delay bug fix
+cp %{SOURCE14} clipssrc/clips
 chmod a-x clipssrc/*/*.h clipssrc/*/*.c
 chmod a-x Examples/*.clp
 chmod a-x Examples/Cholesterol/*
 chmod u+x clipssrc/configure
-for i in %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9}; do
+for i in %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE16}; do
  cp $i .
 done
 
 %build
 cd clipssrc
-%configure --enable-static=no
+%configure --disable-static
 %{__make} %{?_smp_mflags}
 
 %install
@@ -128,6 +139,7 @@
 %doc clipssrc/readme.txt
 %doc clipssrc/COPYING_LINUX_PATCH
 %doc clipssrc/README_LINUX_PATCH
+%doc DR0873.txt
 
 %files devel
 %defattr(-,root,root,-)
@@ -150,6 +162,11 @@
 %doc ig.pdf
  
 %changelog
+* Sat Jul 08 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> 6.24-18
+- Added FunctionContext.zip patch
+- Removed objrtmch.c from linux patch and changed to download patch
+- Added bug fix report num 0873 to docs
+
 * Fri Jul 07 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> 6.24-17
 - Changed UNIX_V define to UNIX_7 for upstream optimizations
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/clips/FC-5/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	7 Jul 2006 22:20:27 -0000	1.5
+++ sources	11 Jul 2006 02:57:35 -0000	1.6
@@ -4,8 +4,11 @@
 fae2267d96fb95603345e91c9990caaa  apg.pdf
 9a13d2ed18fe6ab67902d5bce29957cb  arch5-1.pdf
 63891971aa782dc67c2de0579647247e  bpg.pdf
-52a7bc2ccbace73b7bad73f67f4d1ee3  clips-6.24-linux.patch.bz2
+6825f7b9826d043371c8ed19be3241e2  clips-6.24-linux.patch.bz2
 ccba9d912375e57a1b7d9eba12da4198  clipssrc.tar.Z
 89beca5caa08b30d8285cca7f1df1d26  ig.pdf
 44e54697a8acf3509bc4ca51d88b65bd  usrguide.pdf
 1bb0d0e684742188b8c14912c26f12cb  x-prjct.tar.Z
+ac0d7c465a909158ae908fe39d68478c  FunctionContext.zip
+da5ad2328e4d8dd7680d8bb28005e90d  objrtmch.c
+f80256270a8a93504e37644ab9bc16b4  DR0873.txt




More information about the fedora-extras-commits mailing list