diff --git a/freetds-1.00.39.tar.gz b/freetds-1.00.39.tar.gz deleted file mode 100644 index 955403d..0000000 --- a/freetds-1.00.39.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a04c886790b4434a449fd5ffa2483e12e46c50316af8a28a2f5a103e0f6ac53 -size 2904108 diff --git a/freetds-1.00.83.tar.gz b/freetds-1.00.83.tar.gz new file mode 100644 index 0000000..2ee344d --- /dev/null +++ b/freetds-1.00.83.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e587645e82db39aa9519d8003eff980fcea0526bdecc59953f076180c5bd9b09 +size 2913131 diff --git a/freetds.changes b/freetds.changes index cca1942..4d4965e 100644 --- a/freetds.changes +++ b/freetds.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Mar 23 10:15:31 UTC 2018 - tchvatal@suse.com + +- Version update to 1.0.83: + * See NEWS for a complete list of changes + ------------------------------------------------------------------- Thu May 18 13:35:16 UTC 2017 - vsistek@suse.com diff --git a/freetds.spec b/freetds.spec index 982bebe..abbaa03 100644 --- a/freetds.spec +++ b/freetds.spec @@ -1,7 +1,7 @@ # # spec file for package freetds # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: freetds -Version: 1.00.39 +Version: 1.00.83 Release: 0 Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol -License: LGPL-2.1+ and GPL-2.0+ +License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Productivity/Databases/Clients Url: http://www.freetds.org/ Source: ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.gz @@ -41,7 +41,7 @@ and ODBC. %package config Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Productivity/Databases/Clients Obsoletes: libfreetds < %{version} Provides: %{name} = %{version} @@ -58,7 +58,7 @@ them. %package tools Summary: Applications for working with the TDS (Tabular Data Stream) protocol -License: LGPL-2.1+ and GPL-2.0+ +License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Productivity/Databases/Clients %description tools @@ -71,7 +71,7 @@ This package provides application to allow users to make use of the protocol. %package devel Summary: Include files needed for development with FreeTDS -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Development/Libraries/C and C++ Requires: libct4 = %{version} Requires: libsybdb5 = %{version} @@ -83,7 +83,7 @@ the FreeTDS libraries. %package -n libct4 Summary: FreeTDS standalone driver with modern API -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries %description -n libct4 @@ -93,7 +93,7 @@ not the most complete implementation yet. %package -n libsybdb5 Summary: FreeTDS standalone driver with classic API -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: System/Libraries %description -n libsybdb5 @@ -105,7 +105,7 @@ done in FreeTDS can be done through db-lib. %package -n libtdsodbc0 Summary: FreeTDS ODBC Driver for unixODBC -License: LGPL-2.1+ +License: LGPL-2.1-or-later Group: Productivity/Databases/Clients Requires: unixODBC >= 2.0.0 @@ -117,7 +117,7 @@ for several kinds of servers. %package doc Summary: User documentation for FreeTDS -License: LGPL-2.1+ and GPL-2.0+ +License: LGPL-2.1-or-later AND GPL-2.0-or-later Group: Documentation/HTML %description doc @@ -176,35 +176,31 @@ odbcinst -u -d -n 'FreeTDS' odbcinst -u -d -n 'SQL Server' %files config -%defattr(-,root,root) %config %{_sysconfdir}/* -%{_mandir}/man5/*.5%{ext_man} +%{_mandir}/man5/*.5%{?ext_man} %files tools -%defattr (-,root,root) %{_bindir}/* -%{_mandir}/man1/*.1%{ext_man} +%{_mandir}/man1/*.1%{?ext_man} %files devel -%defattr (-,root,root) -%doc BUGS COPYING* NEWS README TODO +%doc BUGS NEWS README TODO %{_libdir}/*.so %{_includedir}/* %files -n libct4 -%defattr(-,root,root) +%license COPYING* %{_libdir}/libct.so.4* %files -n libsybdb5 -%defattr(-,root,root) +%license COPYING* %{_libdir}/libsybdb.so.5* %files -n libtdsodbc0 -%defattr(-,root,root) +%license COPYING* %{_libdir}/libtdsodbc.so.* %files doc -%defattr (-,root,root) %{_defaultdocdir}/freetds/ %changelog