[SSSD] [PATCH] libsss_idmap: bump version-info

Sumit Bose sbose at redhat.com
Wed Feb 26 20:00:12 UTC 2014


Hi,

this patch bumps the version number of libsss_idmap and should be aplied
to master and 1-11 to keep them in sync.

Currently the version is libsss_idmap.so.0.3.0 and after the patch it
should be libsss_idmap.so.0.4.0.

The doc changes from 3b35ff47651e4893ce537a273466766b962362da are
currently missing in 1.11. I'm not sure if the aptch should be applied
to 1.11? On one hand only typos in the docs are fixed on the other hand
only typos in the docs are fixed :-)

bye,
Sumit
-------------- next part --------------
From 57e545f3e72407c42e60b8b397ba8e328ef09f06 Mon Sep 17 00:00:00 2001
From: Sumit Bose <sbose at redhat.com>
Date: Wed, 26 Feb 2014 20:50:19 +0100
Subject: [PATCH] libsss_idmap: bump version-info

---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index ce18d36..0d76a3c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -648,7 +648,7 @@ libsss_idmap_la_SOURCES = \
     src/lib/idmap/sss_idmap_conv.c \
     src/util/murmurhash3.c
 libsss_idmap_la_LDFLAGS = \
-    -version-info 3:0:3
+    -version-info 4:0:4
 
 dist_pkgconfig_DATA += src/sss_client/idmap/sss_nss_idmap.pc
 libsss_nss_idmap_la_SOURCES = \
-- 
1.8.3.1



More information about the sssd-devel mailing list