rpms/clips/FC-4 .cvsignore, 1.2, 1.3 clips.spec, 1.8, 1.9 sources, 1.3, 1.4

Rick L. Vinyard (rvinyard) fedora-extras-commits at redhat.com
Tue Jul 11 03:04:50 UTC 2006


Author: rvinyard

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

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



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/clips/FC-4/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	23 Jun 2006 21:09:46 -0000	1.2
+++ .cvsignore	11 Jul 2006 03:04:50 -0000	1.3
@@ -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-4/clips.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- clips.spec	7 Jul 2006 22:36:40 -0000	1.8
+++ clips.spec	11 Jul 2006 03:04:50 -0000	1.9
@@ -1,7 +1,7 @@
 Summary:	  CLIPS language for developing expert systems
 Name:		  clips
 Version:	  6.24
-Release:	  14%{?dist}
+Release:	  15%{?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 xorg-x11-libs xorg-x11 xorg-x11-devel desktop-file-utils
@@ -75,23 +78,31 @@
 
 
 %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
 export LDFLAGS="-L/usr/X11R6/%{_lib}"
-%configure --enable-static=no
+%configure --disable-static
 %{__make} %{?_smp_mflags}
 
 %install
@@ -129,6 +140,7 @@
 %doc clipssrc/readme.txt
 %doc clipssrc/COPYING_LINUX_PATCH
 %doc clipssrc/README_LINUX_PATCH
+%doc DR0873.txt
 
 %files devel
 %defattr(-,root,root,-)
@@ -151,6 +163,11 @@
 %doc ig.pdf
  
 %changelog
+* Mon Jul 10 2006 Rick L Vinyard Jr <rvinyard at cs.nmsu.edu> 6.24-15
+- 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-14
 - Changed UNIX_V define to UNIX_7 for upstream optimizations
 - Added objrtmch.c upstream patch to general patch fixing pattern match bug


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/clips/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	7 Jul 2006 22:36:40 -0000	1.3
+++ sources	11 Jul 2006 03:04:50 -0000	1.4
@@ -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