diff --git a/baselibs.conf b/baselibs.conf index f29b780..371d607 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1,4 +1,4 @@ -libdbi0 +libdbi1 libdbi-devel requires -libdbi- - requires "libdbi0- = " + requires "libdbi1- = " diff --git a/libdbi-0.8.3.tar.bz2 b/libdbi-0.8.3.tar.bz2 deleted file mode 100644 index 4798b06..0000000 --- a/libdbi-0.8.3.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:60650d2b9c58239e42fe1d55b48c8359016eec31b7eff966cf4ba5e70ddb9f94 -size 897868 diff --git a/libdbi-0.8.4.tar.gz b/libdbi-0.8.4.tar.gz new file mode 100644 index 0000000..29b9611 --- /dev/null +++ b/libdbi-0.8.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef38db616f0752ccb09b8ba2eac471722369b8ded50b153c25e238cac2c8de99 +size 1045247 diff --git a/libdbi.changes b/libdbi.changes index f07f684..9f23807 100644 --- a/libdbi.changes +++ b/libdbi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Sep 24 21:22:26 UTC 2012 - andreas.stieger@gmx.de + +- update to 0.8.4, soname libdbi1 +- now using automake 1.10.1 + ------------------------------------------------------------------- Thu Dec 15 20:54:59 UTC 2011 - jengelh@medozas.de diff --git a/libdbi.spec b/libdbi.spec index 43493c3..207c227 100644 --- a/libdbi.spec +++ b/libdbi.spec @@ -1,7 +1,7 @@ # # spec file for package libdbi # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,17 +16,17 @@ # -%define lname libdbi0 +%define lname libdbi1 Summary: Database Independent Abstraction Layer for C +License: LGPL-2.1+ +Group: Development/Libraries/C and C++ Name: libdbi -Version: 0.8.3 -Release: 1 -Group: Development/Libraries/C and C++ -License: LGPL-2.1+ -URL: http://libdbi.sourceforge.net/ -Source: %{name}-%{version}.tar.bz2 +Version: 0.8.4 +Release: 0 +Url: http://libdbi.sourceforge.net/ +Source: http://downloads.sourceforge.net/project/%{name}/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz Source2: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -37,8 +37,8 @@ leverage the power of multiple databases and multiple simultaneous database connections by using this framework. %package -n %{lname} -Group: Development/Libraries/C and C++ Summary: Database Independent Abstraction Layer for C +Group: Development/Libraries/C and C++ %description -n %{lname} libdbi implements a database-independent abstraction layer in C, similar to the