2013-04-08 14:53:19 +02:00
|
|
|
From 24449ea8c7eca61c08b955c95ea7c5295a2a2bde Mon Sep 17 00:00:00 2001
|
|
|
|
From: Jan Engelhardt <jengelh@inai.de>
|
|
|
|
Date: Wed, 27 Mar 2013 17:50:08 +0100
|
|
|
|
Subject: [PATCH] build:
|
2012-03-06 13:38:49 +01:00
|
|
|
|
|
|
|
AFAICS, VMIME broke its API between 0.4.x and 0.8.x without updating
|
2017-01-03 12:56:10 +01:00
|
|
|
soversions, hence no trust that it is correct now. v0.9.2 also
|
|
|
|
carries the same number as 0.9.1 despite the API having changed.
|
|
|
|
Make sure it has a unique SONAME. Do the same as we do for wxWidgets-3_0,
|
2016-06-22 19:41:27 +02:00
|
|
|
and use an unambiguous "suse" suffix.
|
2012-03-06 13:38:49 +01:00
|
|
|
---
|
2014-08-25 07:57:56 +02:00
|
|
|
CMakeLists.txt | 4 ++--
|
2013-04-08 14:53:19 +02:00
|
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
2012-03-06 13:38:49 +01:00
|
|
|
|
2016-06-22 19:41:27 +02:00
|
|
|
Index: vmime-0.9.2~g490/CMakeLists.txt
|
2014-08-25 07:57:56 +02:00
|
|
|
===================================================================
|
2016-06-22 19:41:27 +02:00
|
|
|
--- vmime-0.9.2~g490.orig/CMakeLists.txt
|
|
|
|
+++ vmime-0.9.2~g490/CMakeLists.txt
|
2014-08-25 07:57:56 +02:00
|
|
|
@@ -52,7 +52,7 @@ SET(VMIME_VERSION_MICRO 2)
|
2013-04-08 14:53:19 +02:00
|
|
|
# . Interfaces added/removed/changed: CURRENT++, REVISION=0
|
|
|
|
# . Interfaces added (upward-compatible changes): AGE++
|
|
|
|
# . Interfaces removed: AGE=0
|
|
|
|
-SET(VMIME_API_VERSION_CURRENT 0)
|
2016-06-22 19:41:27 +02:00
|
|
|
+SET(VMIME_API_VERSION_CURRENT 3)
|
2013-04-08 14:53:19 +02:00
|
|
|
SET(VMIME_API_VERSION_REVISION 0)
|
|
|
|
SET(VMIME_API_VERSION_AGE 0)
|
2012-03-06 13:38:49 +01:00
|
|
|
|
2014-08-25 07:57:56 +02:00
|
|
|
@@ -65,7 +65,7 @@ SET(VMIME_API_VERSION ${VMIME_API_VERSIO
|
2013-04-08 14:53:19 +02:00
|
|
|
# VMime Library
|
2012-03-06 13:38:49 +01:00
|
|
|
|
2013-04-08 14:53:19 +02:00
|
|
|
# Set base name
|
|
|
|
-SET(VMIME_LIBRARY_NAME vmime)
|
2016-06-22 19:41:27 +02:00
|
|
|
+SET(VMIME_LIBRARY_NAME vmime-suse)
|
2012-03-06 13:38:49 +01:00
|
|
|
|
2013-04-08 14:53:19 +02:00
|
|
|
# Source files
|
|
|
|
FILE(
|