2 Commits

4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa6b3b18e20851b6f3cb55afaf3205d02fcb79dae3b849fcf52e8fc10ff08b83
size 9181032

3
samtools-1.21.tar.bz2 Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05724b083a6b6f0305fcae5243a056cc36cf826309c3cb9347a6b89ee3fc5ada
size 9149284

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Mar 28 10:50:30 UTC 2025 - Stefan Brüns <stefan.bruens@rwth-aachen.de>
- Update to version 1.21
Too many changes to list, for details see included NEWS.md or
https://github.com/samtools/samtools/releases/tag/1.21
- Update to version 1.20
Too many changes to list, for details see included NEWS.md or
https://github.com/samtools/samtools/releases/tag/1.20
-------------------------------------------------------------------
Wed Jan 3 01:46:12 UTC 2024 - Stefan Brüns <stefan.bruens@rwth-aachen.de>

View File

@@ -16,10 +16,10 @@
#
%define htsminversion 1.19
%define htsminversion 1.21
Name: samtools
Version: 1.19
Version: 1.21
Release: 0
Summary: Tools for manipulating next-generation sequencing data
License: MIT
@@ -27,13 +27,12 @@ Group: Productivity/Scientific/Other
URL: https://github.com/samtools/samtools
Source: https://github.com/samtools/samtools/releases/download/%{version}/samtools-%{version}.tar.bz2
BuildRequires: ncurses-utils
BuildRequires: perl
BuildRequires: perl-base
BuildRequires: pkgconfig(htslib) >= %{htsminversion}
BuildRequires: pkgconfig(ncurses)
BuildRequires: pkgconfig(zlib)
Requires: bgzip
Requires: libhts3 >= %{htsminversion}
Requires: perl
Requires: perl-base
Requires: tabix
%description