Compare commits
10 Commits
993213f165
...
ad87ec8c2d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ad87ec8c2d | ||
|
|
c4b3a5f032 | ||
|
|
9840ac64a8 | ||
|
|
6df764175e | ||
|
|
5ba79bd907 | ||
|
|
fb638e39b9 | ||
|
|
7a8f4fe599 | ||
|
|
e2bbfa2312 | ||
|
|
5d8ec895b1 | ||
|
|
2ca1a241d4 |
Binary file not shown.
BIN
freetds-1.4.9.tar.gz
Normal file
BIN
freetds-1.4.9.tar.gz
Normal file
Binary file not shown.
26
freetds.spec
26
freetds.spec
@ -1,15 +1,15 @@
|
||||
Name: freetds
|
||||
Summary: Implementation of the TDS (Tabular DataStream) protocol
|
||||
Version: 1.00.38
|
||||
Release: 7
|
||||
Version: 1.4.9
|
||||
Release: 1
|
||||
License: LGPLv2+ and GPLv2+
|
||||
URL: http://www.freetds.org/
|
||||
|
||||
Source0: ftp://ftp.freetds.org/pub/freetds/stable/freetds-%{version}.tar.bz2
|
||||
Source0: ftp://ftp.freetds.org/pub/freetds/stable/freetds-%{version}.tar.gz
|
||||
Source1: freetds-tds_sysdep_public.h
|
||||
|
||||
BuildRequires: unixODBC-devel readline-devel gnutls-devel krb5-devel
|
||||
BuildRequires: libgcrypt-devel libtool doxygen docbook-style-dsssl
|
||||
BuildRequires: unixODBC-devel readline-devel gnutls-devel krb5-devel git
|
||||
BuildRequires: libgcrypt-devel libtool doxygen docbook-style-dsssl gperf
|
||||
|
||||
Provides: %{name}-libs = %{version}-%{release}
|
||||
Obsoletes: %{name}-libs < %{version}-%{release}
|
||||
@ -98,7 +98,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%{_bindir}/*
|
||||
%doc AUTHORS COPYING README COPYING.LIB samples-odbc
|
||||
%doc AUTHORS.md COPYING.txt README.md COPYING_LIB.txt samples-odbc
|
||||
%doc docdir/userguide docdir/images
|
||||
%{_libdir}/*.so.*
|
||||
%{_libdir}/libtdsodbc.so
|
||||
@ -115,9 +115,21 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files help
|
||||
%{_mandir}/man1/*
|
||||
%{_mandir}/man5/*
|
||||
%doc docdir/reference BUGS TODO doc/*.html NEWS
|
||||
%doc docdir/reference TODO.md doc/*.html NEWS.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Dec 05 2023 Ge Wang <wang__ge@126.com> - 1.4.9-1
|
||||
- Update to version 1.4.9
|
||||
|
||||
* Tue Oct 17 2023 wangkai <13474090681@163.com> - 1.4.3-1
|
||||
- Update to 1.4.3
|
||||
|
||||
* Sat Nov 12 2022 hua <dchang@zhixundn.com> - 1.3.4-1
|
||||
- update to 1.3.4
|
||||
|
||||
* Wed Feb 09 2022 wangkai <wangkai385@huawei.com> - 1.00.38-8
|
||||
- Fix CVE-2019-13508
|
||||
|
||||
* Thu Nov 28 2019 Wanjiankang <wanjiankang@huawei.com> - 1.00.38-7
|
||||
- Initial package.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: FreeTDS/freetds
|
||||
tag_prefix: ^R
|
||||
seperator: _
|
||||
tag_prefix: ^v
|
||||
separator: .
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user