forked from pool/libvmime
ca87dda8f3
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/162613 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libvmime?expand=0&rev=8
39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
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:
|
|
|
|
AFAICS, VMIME broke its API between 0.4.x and 0.8.x without updating
|
|
soversions, hence no trust that it is correct now. Add some suffix
|
|
that is unique within our distro and distinguishes itself from
|
|
upstream.
|
|
---
|
|
CMakeLists.txt | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 1c45d89..9760e13 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -50,7 +50,7 @@ SET(VMIME_VERSION_MICRO 2)
|
|
# . Interfaces added/removed/changed: CURRENT++, REVISION=0
|
|
# . Interfaces added (upward-compatible changes): AGE++
|
|
# . Interfaces removed: AGE=0
|
|
-SET(VMIME_API_VERSION_CURRENT 0)
|
|
+SET(VMIME_API_VERSION_CURRENT 1)
|
|
SET(VMIME_API_VERSION_REVISION 0)
|
|
SET(VMIME_API_VERSION_AGE 0)
|
|
|
|
@@ -63,7 +63,7 @@ SET(VMIME_API_VERSION ${VMIME_API_VERSION_CURRENT}.${VMIME_API_VERSION_REVISION}
|
|
# VMime Library
|
|
|
|
# Set base name
|
|
-SET(VMIME_LIBRARY_NAME vmime)
|
|
+SET(VMIME_LIBRARY_NAME vmime-0.9.2)
|
|
|
|
# Source files
|
|
FILE(
|
|
--
|
|
1.8.1.4
|
|
|