Blame SOURCES/soname.patch

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