Hello community,

here is the log from the commit of package libdbi-drivers for openSUSE:Factory 
checked in at 2012-10-03 07:57:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libdbi-drivers (Old)
 and      /work/SRC/openSUSE:Factory/.libdbi-drivers.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libdbi-drivers", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/libdbi-drivers/libdbi-drivers.changes    
2012-02-14 19:02:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libdbi-drivers.new/libdbi-drivers.changes       
2012-10-03 07:57:56.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 27 09:38:04 UTC 2012 - [email protected]
+
+- Fix libdbi dependencies 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libdbi-drivers.spec ++++++
--- /var/tmp/diff_new_pack.LHhhbE/_old  2012-10-03 07:57:56.000000000 +0200
+++ /var/tmp/diff_new_pack.LHhhbE/_new  2012-10-03 07:57:56.000000000 +0200
@@ -18,6 +18,9 @@
 
 %define special -1
 
+%define libdbi_ver 0.8.4
+%define libdbi_sover 1
+
 Summary:        Database drivers for libdbi
 License:        LGPL-2.1+
 Group:          Development/Libraries
@@ -44,7 +47,7 @@
 %package dbd-mysql
 Summary:        MySQL driver for libdbi
 Group:          Development/Libraries
-Requires:       libdbi0 = %{version}
+Requires:       libdbi%{libdbi_sover} = %{libdbi_ver}
 
 %description dbd-mysql
 This driver provides connectivity to MySQL database servers through the
@@ -54,7 +57,8 @@
 %package dbd-pgsql
 Summary:        PostgreSQL driver for libdbi
 Group:          Development/Libraries
-Requires:       libdbi0 = %{version}, postgresql >= 7.0.3
+Requires:       libdbi%{libdbi_sover} = %{libdbi_ver}
+Requires:       postgresql >= 7.0.3
 
 %description dbd-pgsql
 This driver provides connectivity to PostgreSQL database servers through the
@@ -67,7 +71,8 @@
 %package dbd-sqlite
 Summary:        SQLite driver for libdbi
 Group:          Development/Libraries
-Requires:       libdbi0 = %{version}, sqlite
+Requires:       libdbi%{libdbi_sover} = %{libdbi_ver}
+Requires:       sqlite
 
 %description dbd-sqlite
 This driver provides connectivity to SQLite database servers through the
@@ -80,7 +85,8 @@
 
 Summary:        SQLite3 driver for libdbi
 Group:          Development/Libraries
-Requires:       libdbi0 = %{version}, sqlite
+Requires:       libdbi%{libdbi_sover} = %{libdbi_ver}
+Requires:       sqlite
 
 %description dbd-sqlite3
 This driver provides connectivity to SQLite database servers through the

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to