pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/emulators/libspectrum



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun 25 12:39:37 UTC 2026

Modified Files:
        pkgsrc/emulators/libspectrum: Makefile distinfo

Log Message:
libspectrum: updated to 1.6.2

1.6.2

* Fix TZX pulse handling by starting blocks with the pulse level set to
  low by default.

* Improve tape block handling by adding CONCAT block support to block
  descriptions and edge generation, and fixing related memory leaks in
  CONCAT, PULS and PZXT block handling (Fredrick Meunier).

* Various minor bug fixes/improvements:
  * Split TZX PULSE_SEQUENCE blocks when needed to keep single-repeat
    pulse counts within format limits (Fredrick Meunier).
  * Fix error-path memory handling in CSW, SZX and RZX readers
    (Fredrick Meunier).
  * Improve TZX/PZX string and write handling, including bulk string
    writes and simpler NUL-terminated string parsing (Fredrick
    Meunier).
  * Add unit tests for tape block accessors, RZX handling, and
    additional snapshot accessors (Fredrick Meunier).
  * Reorganise the test suite into separate modules and rename tests
    with more descriptive identifiers (Fredrick Meunier).
  * Improve GitHub Actions workflows with cache handling, concurrency
    cancellation, and updated Windows action pinning (Fredrick
    Meunier).


To generate a diff of this commit:
cvs rdiff -u -r1.61 -r1.62 pkgsrc/emulators/libspectrum/Makefile
cvs rdiff -u -r1.28 -r1.29 pkgsrc/emulators/libspectrum/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/emulators/libspectrum/Makefile
diff -u pkgsrc/emulators/libspectrum/Makefile:1.61 pkgsrc/emulators/libspectrum/Makefile:1.62
--- pkgsrc/emulators/libspectrum/Makefile:1.61  Tue May 19 12:56:44 2026
+++ pkgsrc/emulators/libspectrum/Makefile       Thu Jun 25 12:39:37 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.61 2026/05/19 12:56:44 adam Exp $
+# $NetBSD: Makefile,v 1.62 2026/06/25 12:39:37 adam Exp $
 
-DISTNAME=      libspectrum-1.6.1
+DISTNAME=      libspectrum-1.6.2
 CATEGORIES=    emulators
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/}
 

Index: pkgsrc/emulators/libspectrum/distinfo
diff -u pkgsrc/emulators/libspectrum/distinfo:1.28 pkgsrc/emulators/libspectrum/distinfo:1.29
--- pkgsrc/emulators/libspectrum/distinfo:1.28  Tue May 19 12:56:44 2026
+++ pkgsrc/emulators/libspectrum/distinfo       Thu Jun 25 12:39:37 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2026/05/19 12:56:44 adam Exp $
+$NetBSD: distinfo,v 1.29 2026/06/25 12:39:37 adam Exp $
 
-BLAKE2s (libspectrum-1.6.1.tar.gz) = 8efa47070cdd3b961d2aeb8bf08170fd07a20ab969d36fecaca0274cf1b58a5b
-SHA512 (libspectrum-1.6.1.tar.gz) = 540505e8391f3b87f1568e0e1b230b3bb1c01bc94d285d70af0e5429164f8daa5764ba97d3932616134b5fb3b7317bb199985265bbae6c5827e84ae3b8a00822
-Size (libspectrum-1.6.1.tar.gz) = 641556 bytes
+BLAKE2s (libspectrum-1.6.2.tar.gz) = bfb1921197f00025172fba5a58a8c49e0f6cb6f1ed26a2caf7f761288f6c9a73
+SHA512 (libspectrum-1.6.2.tar.gz) = 057bcb2713b8dc4b46a27adc3e6b1de1f89804cd36bc217434b9c2915076da21ddc5fae02c4246f60687147b92f5fe817ba9b148954eab9460bd1c0b939bc512
+Size (libspectrum-1.6.2.tar.gz) = 665653 bytes



Home | Main Index | Thread Index | Old Index