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
|
2013-04-08 14:53:19 +02:00
|
|
|
soversions, hence no trust that it is correct now. Add some suffix
|
|
|
|
that is unique within our distro and distinguishes itself from
|
|
|
|
upstream.
|
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
|
|
|
|
2014-08-25 07:57:56 +02:00
|
|
|
Index: vmime/CMakeLists.txt
|
|
|
|
===================================================================
|
|
|
|
--- vmime.orig/CMakeLists.txt
|
|
|
|
+++ vmime/CMakeLists.txt
|
|
|
|
@@ -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)
|
2014-08-25 07:57:56 +02:00
|
|
|
+SET(VMIME_API_VERSION_CURRENT 2)
|
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)
|
|
|
|
+SET(VMIME_LIBRARY_NAME vmime-0.9.2)
|
2012-03-06 13:38:49 +01:00
|
|
|
|
2013-04-08 14:53:19 +02:00
|
|
|
# Source files
|
|
|
|
FILE(
|