Author: deejay1                      Date: Wed Feb  7 18:10:10 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.2.3

---- Files affected:
SOURCES:
   mono-sonames.patch (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: SOURCES/mono-sonames.patch
diff -u SOURCES/mono-sonames.patch:1.8 SOURCES/mono-sonames.patch:1.9
--- SOURCES/mono-sonames.patch:1.8      Mon Oct 16 21:04:41 2006
+++ SOURCES/mono-sonames.patch  Wed Feb  7 19:10:05 2007
@@ -1,16 +1,14 @@
-diff -ur mono-1.1.16/data/config.in mono-1.1.16-patch/data/config.in
---- mono-1.1.16/data/config.in 2006-07-05 23:55:55.000000000 +0200
-+++ mono-1.1.16-patch/data/config.in   2006-07-07 10:34:59.000000000 +0200
-@@ -3,9 +3,9 @@
-       <dllmap dll="libc" target="@LIBC@" />
-       <dllmap dll="intl" target="@INTL@" />
-       <dllmap dll="libintl" target="@INTL@" />
--      <dllmap dll="libxslt.dll" target="[EMAIL PROTECTED]@" />
--      <dllmap dll="libmySQL.dll" target="[EMAIL PROTECTED]@" />
--      <dllmap dll="odbc32.dll" target="[EMAIL PROTECTED]@" />
-+      <dllmap dll="libxslt.dll" target="libxslt.so.1" />
-+      <dllmap dll="libmySQL.dll" target="libmysqlclient.so.15" />
-+      <dllmap dll="odbc32.dll" target="libodbc.so.1" />
+diff -ur mono-1.2.3/data/config.in mono-soname/data/config.in
+--- mono-1.2.3/data/config.in  2007-01-25 07:11:31.000000000 +0100
++++ mono-soname/data/config.in 2007-02-07 18:36:17.000000000 +0100
+@@ -3,8 +3,8 @@
+       <dllmap dll="libc" target="@LIBC@" os="!windows"/>
+       <dllmap dll="intl" target="@INTL@" os="!windows"/>
+       <dllmap dll="libintl" target="@INTL@" os="!windows"/>
+-      <dllmap dll="libxslt.dll" target="[EMAIL PROTECTED]@" os="!windows"/>
+-      <dllmap dll="odbc32.dll" target="[EMAIL PROTECTED]@" os="!windows"/>
++      <dllmap dll="libxslt.dll" target="libxslt.so.1" os="!windows"/>
++      <dllmap dll="odbc32.dll" target="libodbc.so.1" os="!windows"/>
        <dllmap os="osx" dll="odbc32.dll" target="libiodbc.dylib" />
-       <dllmap dll="oci" target="[EMAIL PROTECTED]@" />
-       <dllmap dll="db2cli" target="[EMAIL PROTECTED]@"/>
+       <dllmap dll="oci" target="[EMAIL PROTECTED]@" os="!windows"/>
+       <dllmap dll="db2cli" target="[EMAIL PROTECTED]@" os="!windows"/>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/mono-sonames.patch?r1=1.8&r2=1.9&f=u

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to