Accepting request 391138 from devel:libraries:c_c++

1

OBS-URL: https://build.opensuse.org/request/show/391138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=22
This commit is contained in:
Dominique Leuenberger 2016-04-28 14:50:39 +00:00 committed by Git OBS Bridge
commit 29630b5f28
4 changed files with 12 additions and 11 deletions

View File

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

3
freetds-0.95.94.tar.gz Normal file
View File

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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 19 19:36:05 UTC 2016 - mpluskal@suse.com
- Update to 0.95.94
* See NEWS for a complete list of changes
-------------------------------------------------------------------
Wed Mar 2 12:27:50 UTC 2016 - tabraham@suse.com

View File

@ -17,7 +17,7 @@
Name: freetds
Version: 0.95.87
Version: 0.95.94
Release: 0
Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol
License: LGPL-2.1+ and GPL-2.0+
@ -34,7 +34,7 @@ Requires: glibc-locale
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} >= 1310
BuildRequires: libgcrypt-devel
BuildRequires: libgnutls-devel
BuildRequires: pkgconfig(gnutls)
%endif
%description
@ -145,7 +145,7 @@ and can be installed even if FreeTDS main package is not installed
make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}" V=1
%install
make DESTDIR=%{buildroot} install %{?_smp_mflags}
make %{?_smp_mflags} DESTDIR=%{buildroot} install
find %{buildroot} -type f -name "*.la" -delete -print
# Fix docu location
@ -160,13 +160,9 @@ find %{buildroot}%{_sysconfdir} -type f -print0 | xargs -0 chmod -x
%fdupes %{buildroot}/%{_prefix}
%post -n libct4 -p /sbin/ldconfig
%postun -n libct4 -p /sbin/ldconfig
%post -n libsybdb5 -p /sbin/ldconfig
%postun -n libsybdb5 -p /sbin/ldconfig
%post -n libtdsodbc0
echo "[FreeTDS]
Description = FreeTDS unixODBC Driver
@ -179,7 +175,6 @@ Setup = %{_libdir}/libtdsodbc.so.0" | odbcinst -i -d -r || true
/sbin/ldconfig
%postun -n libtdsodbc0 -p /sbin/ldconfig
%preun -n libtdsodbc0
odbcinst -u -d -n 'FreeTDS'
odbcinst -u -d -n 'SQL Server'