Blame SOURCES/libdbi-version.patch

20f812
libdbi 0.8.4 increased the library soname version number from 0 to 1,
20f812
but this seems rather inappropriate considering there was neither any
20f812
functionality change nor a bump in the package's major version number.
20f812
We will keep the soname where it was for now.
20f812
20f812
20f812
diff -Naur libdbi-0.8.4.orig/configure libdbi-0.8.4/configure
20f812
--- libdbi-0.8.4.orig/configure	2010-08-31 19:22:52.000000000 -0400
20f812
+++ libdbi-0.8.4/configure	2012-07-23 15:27:02.827240360 -0400
20f812
@@ -2543,8 +2543,8 @@
20f812
 
20f812
 
20f812
 
20f812
-LIB_CURRENT=1
20f812
-LIB_REVISION=0
20f812
+LIB_CURRENT=0
20f812
+LIB_REVISION=5
20f812
 LIB_AGE=0
20f812
 
20f812