Accepting request 135946 from devel:libraries:c_c++
update to 0.8.4 (forwarded request 135937 from AndreasStieger) OBS-URL: https://build.opensuse.org/request/show/135946 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbi?expand=0&rev=9
This commit is contained in:
parent
8298a5f9a9
commit
21c0b59899
@ -1,4 +1,4 @@
|
||||
libdbi0
|
||||
libdbi1
|
||||
libdbi-devel
|
||||
requires -libdbi-<targettype>
|
||||
requires "libdbi0-<targettype> = <version>"
|
||||
requires "libdbi1-<targettype> = <version>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:60650d2b9c58239e42fe1d55b48c8359016eec31b7eff966cf4ba5e70ddb9f94
|
||||
size 897868
|
3
libdbi-0.8.4.tar.gz
Normal file
3
libdbi-0.8.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ef38db616f0752ccb09b8ba2eac471722369b8ded50b153c25e238cac2c8de99
|
||||
size 1045247
|
@ -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
|
||||
|
||||
|
18
libdbi.spec
18
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
|
||||
|
Loading…
Reference in New Issue
Block a user