Blame SOURCES/soname.patch

08cfe5
--- uv.gyp	2015-09-22 22:12:07.000000000 +0200
08cfe5
+++ uv.gyp~	2016-04-04 18:22:10.126238144 +0200
08cfe5
@@ -171,7 +171,7 @@
08cfe5
               # This will cause gyp to set soname
08cfe5
               # Must correspond with UV_VERSION_MAJOR
08cfe5
               # in include/uv-version.h
08cfe5
-              'product_extension': 'so.1',
08cfe5
+              'product_extension': 'so.<(soname_version)',
08cfe5
             }],
08cfe5
           ],
08cfe5
         }],