[libpeas/wip/kalev/soname] build: Use the same soname as 1.22.x



commit eeb217bb1c97d6e3759e03bf6e32716149830a2c
Author: Kalev Lember <klember redhat com>
Date:   Tue Aug 20 15:57:57 2019 +0200

    build: Use the same soname as 1.22.x
    
    The switch to meson inadvertently bumped soname. Switch it back to what
    it was with the autotools build.
    
    Fixes: https://gitlab.gnome.org/GNOME/libpeas/issues/31

 meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/meson.build b/meson.build
index d4a481c..ddd0283 100644
--- a/meson.build
+++ b/meson.build
@@ -30,7 +30,7 @@ endif
 # Compatibility with libtool versioning:
 #  current = minor * 100 + micro - interface
 #  revision = interface
-lib_version_soversion = version_major
+lib_version_soversion = 0
 lib_version_current = version_minor * 100 + version_micro - interface_age
 lib_version_revision = interface_age
 lib_version = '@0@.@1@.@2@'.format(


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