diff --git a/freetds-0.95.87.tar.gz b/freetds-0.95.87.tar.gz deleted file mode 100644 index 090e7aa..0000000 --- a/freetds-0.95.87.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:875164304716a8c28158bcaf927dad9cdf222505cccd270d7cd21dc16d0f8a24 -size 4546910 diff --git a/freetds-0.95.94.tar.gz b/freetds-0.95.94.tar.gz new file mode 100644 index 0000000..b660f15 --- /dev/null +++ b/freetds-0.95.94.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d67cd7935451a3633a5af29111e4cde459629c10aefe99e2a09634b4133544f +size 4552140 diff --git a/freetds.changes b/freetds.changes index 5a8a11a..e99e9f3 100644 --- a/freetds.changes +++ b/freetds.changes @@ -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 diff --git a/freetds.spec b/freetds.spec index 15f7f0b..a0d8aed 100644 --- a/freetds.spec +++ b/freetds.spec @@ -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'