Accepting request 326524 from server:database
1 OBS-URL: https://build.opensuse.org/request/show/326524 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/unixODBC?expand=0&rev=28
This commit is contained in:
commit
5e6e3013c0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9c3459742f25df5aa3c10a61429bde51a6d4f11552c03095f1d33d7eb02b5c9a
|
|
||||||
size 1849173
|
|
3
unixODBC-2.3.3.tar.gz
Normal file
3
unixODBC-2.3.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:90a4d04962050113ffc6507094cce3d1770f84926f4c032f23892ce57df5d788
|
||||||
|
size 1824430
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 22:20:32 UTC 2015 - zeke@zekesdominion.com
|
||||||
|
|
||||||
|
- update to version 2.3.3
|
||||||
|
* Various buffer overflow and unchecked memory references
|
||||||
|
* More ODBC 3.80 additions (streaming parameters)
|
||||||
|
* Allow setting custom non standard attributes via DMStmtAttr
|
||||||
|
* Add -L option to isql to increase max column data display
|
||||||
|
* More manual pages for the tools
|
||||||
|
* many other fixes, see http://www.unixodbc.org
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 1 12:25:00 UTC 2014 - tchvatal@suse.com
|
Mon Dec 1 12:25:00 UTC 2014 - tchvatal@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package unixODBC
|
# spec file for package unixODBC
|
||||||
#
|
#
|
||||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: unixODBC
|
Name: unixODBC
|
||||||
Version: 2.3.2
|
Version: 2.3.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: ODBC driver manager with some drivers included
|
Summary: ODBC driver manager with some drivers included
|
||||||
License: GPL-2.0+ and LGPL-2.1+
|
License: GPL-2.0+ and LGPL-2.1+
|
||||||
@ -102,10 +102,14 @@ rm -f %{buildroot}/%{_libdir}/*.la
|
|||||||
%defattr(-, root, root)
|
%defattr(-, root, root)
|
||||||
%doc AUTHORS COPYING ChangeLog NEWS README doc/*.html doc/*.gif
|
%doc AUTHORS COPYING ChangeLog NEWS README doc/*.html doc/*.gif
|
||||||
%docdir %{_mandir}
|
%docdir %{_mandir}
|
||||||
|
%{_mandir}/man1/dltest.1.*
|
||||||
%{_mandir}/man1/isql.1.*
|
%{_mandir}/man1/isql.1.*
|
||||||
|
%{_mandir}/man1/iusql.1.*
|
||||||
|
%{_mandir}/man1/odbc_config.1.*
|
||||||
%{_mandir}/man1/odbcinst.1.*
|
%{_mandir}/man1/odbcinst.1.*
|
||||||
%{_mandir}/man5/odbc.ini.5.*
|
%{_mandir}/man5/odbc.ini.5.*
|
||||||
%{_mandir}/man5/odbcinst.ini.5.*
|
%{_mandir}/man5/odbcinst.ini.5.*
|
||||||
|
%{_mandir}/man7/unixODBC.7.*
|
||||||
%dir %{_sysconfdir}/%{name}
|
%dir %{_sysconfdir}/%{name}
|
||||||
%dir %{_sysconfdir}/%{name}/ODBCDataSources
|
%dir %{_sysconfdir}/%{name}/ODBCDataSources
|
||||||
%dir %{_libdir}/%{name}
|
%dir %{_libdir}/%{name}
|
||||||
|
Loading…
Reference in New Issue
Block a user