Accepting request 448870 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/448870 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/freetds?expand=0&rev=24
This commit is contained in:
commit
8920f350eb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be7c90fc771f30411eff6ae3a0d2e55961f23a950a4d93c44d4c488006e64c70
|
||||
size 4551966
|
3
freetds-1.00.24.tar.gz
Normal file
3
freetds-1.00.24.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5e1e0f207fc79673e6b94b46ce14ba2d69c65442bab9191257b4bf1dc521aa6d
|
||||
size 4662388
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 5 13:44:50 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
- Update to version 1.00.24
|
||||
* See NEWS for a complete list of changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 1 13:08:38 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
|
10
freetds.spec
10
freetds.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package freetds
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 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,7 +17,7 @@
|
||||
|
||||
|
||||
Name: freetds
|
||||
Version: 0.95.95
|
||||
Version: 1.00.24
|
||||
Release: 0
|
||||
Summary: A free re-implementation of the TDS (Tabular Data Stream) protocol
|
||||
License: LGPL-2.1+ and GPL-2.0+
|
||||
@ -27,7 +27,7 @@ Source: ftp://ftp.freetds.org/pub/freetds/stable/%{name}-%{version}.tar.
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: unixODBC-devel
|
||||
Requires: glibc-locale
|
||||
@ -182,12 +182,12 @@ odbcinst -u -d -n 'SQL Server'
|
||||
%files config
|
||||
%defattr(-,root,root)
|
||||
%config %{_sysconfdir}/*
|
||||
%{_mandir}/man5/*.5.gz
|
||||
%{_mandir}/man5/*.5%{ext_man}
|
||||
|
||||
%files tools
|
||||
%defattr (-,root,root)
|
||||
%{_bindir}/*
|
||||
%{_mandir}/man1/*.1.gz
|
||||
%{_mandir}/man1/*.1%{ext_man}
|
||||
|
||||
%files devel
|
||||
%defattr (-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user