1
0

Accepting request 452982 from server:database

* Resolve build error with freetds 1.0

OBS-URL: https://build.opensuse.org/request/show/452982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libdbi-drivers?expand=0&rev=21
This commit is contained in:
Dominique Leuenberger 2017-01-31 11:41:47 +00:00 committed by Git OBS Bridge
commit 88fd5382fe
5 changed files with 26 additions and 8 deletions

14
_service Normal file
View File

@ -0,0 +1,14 @@
<services>
<service name="tar_scm" mode="localonly">
<param name="scm">git</param>
<param name="url">git://git.code.sf.net/p/libdbi-drivers/libdbi-drivers</param>
<param name="revision">master</param>
<param name="parent-tag">libdbi-drivers-0.9.0</param>
<param name="versionformat">0.9.0.g@TAG_OFFSET@</param>
</service>
<service name="recompress" mode="localonly">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="localonly"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf8520e56229f7bf95663ec3f219b88c27cf344d9909acf0af0a92893943a148
size 252560

BIN
libdbi-drivers-0.9.0.g53.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jan 27 09:07:26 UTC 2017 - jengelh@inai.de
- Update to new git snapshot 0.9.0.g53
* Resolve build error with freetds 1.0
-------------------------------------------------------------------
Thu Feb 4 10:19:16 UTC 2016 - christof.hanke@rzg.mpg.de

View File

@ -22,15 +22,13 @@
%endif
Name: libdbi-drivers
Version: 0.9.0.g51
#Snapshot: libdbi-drivers-0.9.0-51-gfe23caa
Version: 0.9.0.g53
Release: 0
Summary: Database drivers for libdbi
License: LGPL-2.1+
Group: Productivity/Databases/Servers
URL: http://libdbi-drivers.sf.net/
#Git-Clone: git://git.code.sf.net/p/libdbi-drivers/libdbi-drivers
#Source: http://downloads.sf.net/libdbi-drivers/%name-%version.tar.gz
Source: %name-%version.tar.xz
Patch1: configure.ac.patch
@ -115,9 +113,9 @@ libdbi database independent abstraction layer. Switching a program's driver
does not require recompilation or rewriting source code.
%prep
%setup -qn %name
%setup -q
%if 0%{?suse_version} == 1110
%patch1 -p1
%patch -P 1 -p1
%endif
chmod a-x COPYING