[gmime] Fixed missing .so number in gmime-sharp.dll.config



commit 299b191e6b795509896be5452fde082cc0fc48c7
Author: Jeffrey Stedfast <fejj gnome org>
Date:   Sat Mar 10 15:43:54 2012 -0500

    Fixed missing .so number in gmime-sharp.dll.config
    
    2012-03-10  Daniel Gillmor  <dkg fifthhorseman net>
    
    	* mono/gmime-sharp.dll.config.in: Fixed missing .so number.
    
    	Fixes bug #671785.

 ChangeLog                      |    8 +++++++-
 mono/gmime-sharp.dll.config.in |    2 +-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 696d36a..5777dde 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-03-10  Daniel Gillmor  <dkg fifthhorseman net>
+
+	* mono/gmime-sharp.dll.config.in: Fixed missing .so number.
+
+	Fixes bug #671785.
+
 2012-03-09  Jeffrey Stedfast  <fejj gnome org>
 
 	* README: Bumped version
@@ -13,7 +19,7 @@
 
 2012-03-09  Jeffrey Stedfast  <fejj gnome org>
 
-	* gmime/gmime-parser.c (parser_step_headers): Be lenient from
+	* gmime/gmime-parser.c (parser_step_headers): Be lenient with
 	"From " lines found in message headers. Fixes bug #671680.
 
 2012-02-20  Jeffrey Stedfast  <fejj gnome org>
diff --git a/mono/gmime-sharp.dll.config.in b/mono/gmime-sharp.dll.config.in
index 6beb5d7..3285df4 100644
--- a/mono/gmime-sharp.dll.config.in
+++ b/mono/gmime-sharp.dll.config.in
@@ -1,3 +1,3 @@
 <configuration>
-  <dllmap dll="gmime" target="libgmime- GMIME_API_VERSION@.so"/>
+  <dllmap dll="gmime" target="libgmime- GMIME_API_VERSION@ so  LT_CURRENT_MINUS_AGE@"/>
 </configuration>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]