rpms/aplus-fsf/devel aplus-fsf-4.22.3-atree.patch, NONE, 1.1 aplus-fsf.spec, 1.26, 1.27

Jochen Schmitt s4504kr at fedoraproject.org
Wed Sep 10 15:59:48 UTC 2008


Author: s4504kr

Update of /cvs/extras/rpms/aplus-fsf/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23296

Modified Files:
	aplus-fsf.spec 
Added Files:
	aplus-fsf-4.22.3-atree.patch 
Log Message:
Add forgotten file

aplus-fsf-4.22.3-atree.patch:

--- NEW FILE aplus-fsf-4.22.3-atree.patch ---
diff -up aplus-fsf-4.22/src/cxs/S.c.org aplus-fsf-4.22/src/cxs/S.c
--- aplus-fsf-4.22/src/cxs/S.c.org	2008-03-27 20:09:22.000000000 +0100
+++ aplus-fsf-4.22/src/cxs/S.c	2008-08-06 18:56:30.000000000 +0200
@@ -17,9 +17,9 @@ void sInstall()
 
   if ((atree = getenv("ATREE")) == (char *)(0))
   {
-    atree = "/usr/local/a+";
+    atree = "/usr/lib/a+";
   }
-  sfile = bnstring(atree, "/lib/s.+", (char *)(0));
+  sfile = bnstring(atree, "/s.+", (char *)(0));
   loadafile(sfile,0);
   bfree(sfile);
   return;
diff -up aplus-fsf-4.22/src/IPC/IPCInterface.C.org aplus-fsf-4.22/src/IPC/IPCInterface.C
--- aplus-fsf-4.22/src/IPC/IPCInterface.C.org	2008-04-08 21:17:25.000000000 +0200
+++ aplus-fsf-4.22/src/IPC/IPCInterface.C	2008-08-06 18:57:39.000000000 +0200
@@ -605,9 +605,9 @@ void ipcInstall(void)
     
     if ((atree = getenv("ATREE")) == (char *)(0))
     {
-      atree = "/usr/local/a+";
+      atree = "/usr/lib/a+";
     }
-    ipcfile = bnstring(atree, "/acore/idap.+", (char *)(0));
+    ipcfile = bnstring(atree, "/idap.+", (char *)(0));
     loadafile(ipcfile,0);
     bfree(ipcfile);
   }


Index: aplus-fsf.spec
===================================================================
RCS file: /cvs/extras/rpms/aplus-fsf/devel/aplus-fsf.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- aplus-fsf.spec	10 Sep 2008 15:50:09 -0000	1.26
+++ aplus-fsf.spec	10 Sep 2008 15:59:18 -0000	1.27
@@ -15,7 +15,7 @@
 
 Name: %name
 Version: 4.22.4
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPLv2
 
 Summary: Advanced APL interpreter with s interface
@@ -241,7 +241,7 @@
 %{catalogue}/apl-truetype
 
 %Changelog
-* Wed Sep 10 2008 Jochen Schmitt <Jochen herr-schmitt de> 4.22.4-3
+* Wed Sep 10 2008 Jochen Schmitt <Jochen herr-schmitt de> 4.22.4-4
 - Add forgotten file into cvs
 
 * Tue Sep  9 2008 Jochen Schmitt <Jochen herr-schmitt de> 4.22.4-2




More information about the fedora-extras-commits mailing list