Hello community, here is the log from the commit of package freetds for openSUSE:Factory checked in at 2015-09-17 09:18:21 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/freetds (Old) and /work/SRC/openSUSE:Factory/.freetds.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "freetds" Changes: -------- --- /work/SRC/openSUSE:Factory/freetds/freetds.changes 2015-04-22 01:14:22.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.freetds.new/freetds.changes 2015-09-17 09:18:22.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Sep 11 08:35:10 UTC 2015 - [email protected] + +- Update to 0.95.8 + - See NEWS for complete list of changes +- Update dependencies +- Enable gnutls support + +------------------------------------------------------------------- Old: ---- freetds-0.91.112.tar.gz New: ---- freetds-0.95.8.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ freetds.spec ++++++ --- /var/tmp/diff_new_pack.slZGE4/_old 2015-09-17 09:18:23.000000000 +0200 +++ /var/tmp/diff_new_pack.slZGE4/_new 2015-09-17 09:18:23.000000000 +0200 @@ -17,7 +17,7 @@ Name: freetds -Version: 0.91.112 +Version: 0.95.8 Release: 0 Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol License: LGPL-2.1+ and GPL-2.0+ @@ -27,9 +27,15 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libtool +BuildRequires: pkg-config +BuildRequires: readline-devel BuildRequires: unixODBC-devel Requires: glibc-locale BuildRoot: %{_tmppath}/%{name}-%{version}-build +%if 0%{?suse_version} >= 1310 +BuildRequires: libgcrypt-devel +BuildRequires: libgnutls-devel +%endif %description FreeTDS is a project to document and implement the TDS (Tabular Data Stream) @@ -132,18 +138,24 @@ --sysconfdir=%{_sysconfdir} \ --with-tdsver=4.2 \ --disable-static \ +%if 0%{?suse_version} >= 1310 + --with-gnutls \ +%endif --with-pic make %{?_smp_mflags} RPM_OPT_FLAGS="%{optflags}" %install -%make_install +make DESTDIR=%{buildroot} install %{?_smp_mflags} find %{buildroot} -type f -name "*.la" -delete -print # Fix docu location -mkdir -p %{buildroot}%{_docdir}/freetds/ -mv %{buildroot}%{_datadir}/doc/freetds-*/* %{buildroot}%{_docdir}/freetds/ -rm -rf %{buildroot}%{_docdir}/freetds-* %{buildroot}/%{_datadir}/doc/freetds-* -cp AUTHORS "%{buildroot}/%{_defaultdocdir}/%{name}/" +install -d %{buildroot}%{_docdir}/freetds +mv %{buildroot}%{_datadir}/doc/freetds/* %{buildroot}%{_docdir}/freetds/ +rm -rf %{buildroot}%{_docdir}/freetds* %{buildroot}%{_datadir}/doc/freetds-* +install -D AUTHORS %{buildroot}%{_defaultdocdir}/%{name}/AUTHORS +# Fix permissions +find %{buildroot}%{_datadir} -type f -print0 | xargs -0 chmod -x +find %{buildroot}%{_sysconfdir} -type f -print0 | xargs -0 chmod -x %fdupes %{buildroot}/%{_prefix} ++++++ freetds-0.91.112.tar.gz -> freetds-0.95.8.tar.gz ++++++ ++++ 534809 lines of diff (skipped)
