pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/felix sysutils/felix: update to 1.0.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a20e61196c4
branches:  trunk
changeset: 382591:4a20e61196c4
user:      pin <pin%pkgsrc.org@localhost>
date:      Mon Aug 01 08:08:26 2022 +0000

description:
sysutils/felix: update to 1.0.1

v1.0.1 (2022-07-28)
Fixed
 -Add thread sleep time after state.open_file(). This is necessary because,
  with tiling window managers, the window resizing is sometimes slow and felix
  reloads the layout so quickly that the display may become broken.
  By the sleep (50ms for now and I think it's not easy to recognize this
  sleep), this will be avoided.

diffstat:

 sysutils/felix/Makefile |  4 ++--
 sysutils/felix/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r 39c3c2f9439c -r 4a20e61196c4 sysutils/felix/Makefile
--- a/sysutils/felix/Makefile   Mon Aug 01 08:07:32 2022 +0000
+++ b/sysutils/felix/Makefile   Mon Aug 01 08:08:26 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2022/07/04 20:46:24 pin Exp $
+# $NetBSD: Makefile,v 1.29 2022/08/01 08:08:26 pin Exp $
 
-DISTNAME=      felix-1.0.0
+DISTNAME=      felix-1.0.1
 CATEGORIES=    sysutils
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=kyoheiu/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 39c3c2f9439c -r 4a20e61196c4 sysutils/felix/distinfo
--- a/sysutils/felix/distinfo   Mon Aug 01 08:07:32 2022 +0000
+++ b/sysutils/felix/distinfo   Mon Aug 01 08:08:26 2022 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.30 2022/07/04 20:46:24 pin Exp $
+$NetBSD: distinfo,v 1.31 2022/08/01 08:08:26 pin Exp $
 
 BLAKE2s (adler-1.0.2.crate) = f263779d752af886455fc0f42c997893fb1a09edcf1bd2980605251c2e3602aa
 SHA512 (adler-1.0.2.crate) = 7ab190d31890fc05b0b55d8e2c6527a505e06793d5496be0b3831e0513412f9ba97f8148f6f68ed0770fa9cd980a5092d885e058becf1d5506b7c74b82674aa1
@@ -84,9 +84,9 @@
 BLAKE2s (fastrand-1.7.0.crate) = 16894d1387a09d7f3575ec099db001d9e750e54426cd80fa084ce86174b27ecb
 SHA512 (fastrand-1.7.0.crate) = 6a1a8cd4f6f9bfff07a4ca18ef84839e4427ca9bf9b6733bb15b1b70cf2439820d6a770ae9f3e5e10166a6144449e37e6f3f6ed9acb761688207fd7c53d2c673
 Size (fastrand-1.7.0.crate) = 11265 bytes
-BLAKE2s (felix-1.0.0.tar.gz) = 83d32ded7faf30862013cf63e42d72c3685b88d8494094c923609061aa4407bd
-SHA512 (felix-1.0.0.tar.gz) = fea7b1fb9e235158af892aba4349d367840b244e484399abb289a03f06f6afe66b03ff3ab83509d05846e84cb2b262eeb6c60f96123d5d55b0fc5935e4fa89a9
-Size (felix-1.0.0.tar.gz) = 5744478 bytes
+BLAKE2s (felix-1.0.1.tar.gz) = 8d0d3b909961fbbcc867767689b0695968a0ec544368ab22174d0bf0b936f1a1
+SHA512 (felix-1.0.1.tar.gz) = b22da1cc59b58b0120fe5a3bdd7dd588c221f2e29a471ae504480c94c415c2c66ffa784dea0f3e007a65deffb1d500824a0fe81a340d74ce2c913e0f7d044afe
+Size (felix-1.0.1.tar.gz) = 5744915 bytes
 BLAKE2s (flate2-1.0.23.crate) = 583b36f5a7633fc0284c0984b7c464819307413180cb59e4311efd7c41beb9a9
 SHA512 (flate2-1.0.23.crate) = 01f84f0d4d0c06aa0c807e5ccb418a5675d88d568694f74aabec8ee06c74e6b75c9c28fbeba2a99fe74b00bd29e71b9aa2df0d96da85beec76b3a30b4d044fe9
 Size (flate2-1.0.23.crate) = 70440 bytes



Home | Main Index | Thread Index | Old Index