Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package htscodecs for openSUSE:Factory checked in at 2023-05-12 20:38:42 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/htscodecs (Old) and /work/SRC/openSUSE:Factory/.htscodecs.new.1533 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "htscodecs" Fri May 12 20:38:42 2023 rev:3 rq:1086716 version:1.5.0 Changes: -------- --- /work/SRC/openSUSE:Factory/htscodecs/htscodecs.changes 2022-09-11 21:57:30.953656204 +0200 +++ /work/SRC/openSUSE:Factory/.htscodecs.new.1533/htscodecs.changes 2023-05-12 20:41:23.591221244 +0200 @@ -1,0 +2,20 @@ +Thu May 4 14:47:16 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com> + +- Update to 1.5.0: + * Significant speed ups to the fqzcomp codec via code restructuring + and use of memory prefetch instructions. Encode is 30-40% faster + and decode 5-8% faster. + * Remove unused ax_with_libdeflate.m4 file from build system + +- removed patch fix_ix86_build.patch already merged in upstream + +- Update to 1.4.0: + * This is almost entirely minor bug fixing with a few small updates. + * Optimise compression / speed of the name tokeniser + * Improvements for Intel -m32 builds, including better AVX2 validation + * Detect Neon capability at runtime via operating system APIs. + * Update hts_pack to operate in line with CRAMcodecs spec, where the number of symbols > 16. + * Fixed too-stringent buffer overflow checking in O1 rans decoder. + + +------------------------------------------------------------------- Old: ---- fix_ix86_build.patch htscodecs-1.3.0.tar.gz New: ---- htscodecs-1.5.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ htscodecs.spec ++++++ --- /var/tmp/diff_new_pack.e8upgt/_old 2023-05-12 20:41:24.003223508 +0200 +++ /var/tmp/diff_new_pack.e8upgt/_new 2023-05-12 20:41:24.007223530 +0200 @@ -1,7 +1,7 @@ # # spec file for package htscodecs # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define sonum 2 Name: htscodecs -Version: 1.3.0 +Version: 1.5.0 Release: 0 Summary: C library for custom compression for CRAM and other formats License: MIT @@ -26,8 +26,6 @@ URL: https://github.com/samtools/htscodecs Source0: https://github.com/samtools/htscodecs/releases/download/v%{version}/htscodecs-%{version}.tar.gz Source100: baselibs.conf -# PATCH-FIX-UPSTREAM -Patch0: https://github.com/samtools/htscodecs/commit/843d4f63b1c64905881b4648916a4d027baa1a1c.patch#/fix_ix86_build.patch BuildRequires: autoconf BuildRequires: gcc-c++ BuildRequires: pkgconfig @@ -64,8 +62,6 @@ %autosetup -p1 %build -# Rebuild configure script after Patch0 -autoconf %configure --disable-static %make_build ++++++ htscodecs-1.3.0.tar.gz -> htscodecs-1.5.0.tar.gz ++++++ ++++ 3551 lines of diff (skipped)