diff --git a/htslib-1.11.tar.gz b/htslib-1.11.tar.gz deleted file mode 100644 index b3de40954167969a733ea97424b977bcc1a2507a..0000000000000000000000000000000000000000 Binary files a/htslib-1.11.tar.gz and /dev/null differ diff --git a/htslib-1.17.tar.bz2 b/htslib-1.17.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..ec9dc5289f72efb37e339f00ca47d7e7a6b1bddd Binary files /dev/null and b/htslib-1.17.tar.bz2 differ diff --git a/htslib.spec b/htslib.spec index 57643aee4362c7f4c30bbe01bfd7e7fdca16b6ae..62cceb630515c2437877a477275d21bcad148e70 100644 --- a/htslib.spec +++ b/htslib.spec @@ -1,12 +1,12 @@ Name: htslib -Version: 1.11 +Version: 1.17 Release: 1 Summary: C library for high-throughput sequencing data formats License: MIT and BSD URL: http://www.htslib.org -Source0: https://github.com/samtools/htslib/archive/refs/tags/%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source0: https://github.com/samtools/htslib/releases/download/%{version}/htslib-%{version}.tar.bz2 -BuildRequires: gcc autoconf automake make curl-devel zlib-devel bzip2-devel xz-devel libxcrypt-devel openssl-devel +BuildRequires: gcc make curl-devel zlib zlib-devel bzip2-devel xz-devel libxcrypt-devel openssl-devel %description HTSlib is an implementation of a unified C library for accessing common file @@ -36,17 +36,12 @@ the htsfile identifier tool, and the bgzip compression utility. %prep %setup -q -n %{name}-%{version} -touch config.guess config.sub %build -autoheader -autoconf %configure --prefix=%{_prefix} \ --libdir=%{_libdir} \ --enable-plugins \ - --enable-gcs \ - --enable-libcurl \ - --enable-s3 + --enable-libcurl %make_build # As we don't install libhts.a, the .private keywords are irrelevant. sed -i -E '/^(Libs|Requires)\.private:/d' htslib.pc.tmp @@ -86,6 +81,9 @@ rm -rf %{buildroot}/%{_libdir}/libhts.a %{_mandir}/man1/tabix.1* %changelog +* Wed May 24 2023 guoyizhang - 1.17-1 +- Update to 1.17 + * Wed Feb 09 2022 herengui - 1.11-1 - update to 1.11, new version fixed CVE-2020-36403