pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/R-bitops



Module Name:    pkgsrc
Committed By:   mef
Date:           Sat Sep 11 10:27:03 UTC 2021

Modified Files:
        pkgsrc/math/R-bitops: Makefile distinfo

Log Message:
(math/R-bitops) Updated 1.0.6 to 1.0.7

2021-04-13  Martin Maechler  <maechler%stat.math.ethz.ch@localhost>

        * From Dan Robertson (dlrobertson) via GH PR #3, Feb.2016:
        Introduce C-style  "operators":
        "%&%", "%|%", "%^%", "%<<%", "%>>%"

2021-03-30  Martin Maechler  <maechler%stat.math.ethz.ch@localhost>

        * src/bit-ops.c (R_2_UINT_): cast even more, now via _2_UINT_()

2021-03-24  Martin Maechler  <maechler%stat.math.ethz.ch@localhost>

        * DESCRIPTION (Date, URL): cosmetic before finally releasing

2020-01-03  Martin Maechler  <maechler%stat.math.ethz.ch@localhost>
        * DESCRIPTION (Version): 1.0-7
        * src/bit-ops.c, src/init.c: use registration; fix UBSAN detected bug
        * man/*.Rd: more examples


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/math/R-bitops/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/math/R-bitops/distinfo

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

Modified files:

Index: pkgsrc/math/R-bitops/Makefile
diff -u pkgsrc/math/R-bitops/Makefile:1.6 pkgsrc/math/R-bitops/Makefile:1.7
--- pkgsrc/math/R-bitops/Makefile:1.6   Thu Aug  8 19:53:47 2019
+++ pkgsrc/math/R-bitops/Makefile       Sat Sep 11 10:27:03 2021
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2019/08/08 19:53:47 brook Exp $
+# $NetBSD: Makefile,v 1.7 2021/09/11 10:27:03 mef Exp $
 
 R_PKGNAME=     bitops
-R_PKGVER=      1.0-6
+R_PKGVER=      1.0-7
 CATEGORIES=    math
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost

Index: pkgsrc/math/R-bitops/distinfo
diff -u pkgsrc/math/R-bitops/distinfo:1.3 pkgsrc/math/R-bitops/distinfo:1.4
--- pkgsrc/math/R-bitops/distinfo:1.3   Tue Nov  3 23:33:27 2015
+++ pkgsrc/math/R-bitops/distinfo       Sat Sep 11 10:27:03 2021
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 23:33:27 agc Exp $
+$NetBSD: distinfo,v 1.4 2021/09/11 10:27:03 mef Exp $
 
-SHA1 (R/bitops_1.0-6.tar.gz) = 4e97b33d767e5e5b9deae2f852131a7e78b01c6d
-RMD160 (R/bitops_1.0-6.tar.gz) = fd53672d70c5e0e9aa3837b77bb687a851794880
-SHA512 (R/bitops_1.0-6.tar.gz) = 0761883d2b0ff4cbb7908e4c1999f045a323c3094e0351e26e8bc9481c3922e60099fb7c3f2abf1e4b45b8a120e074d9d59678559fb4ab7d0ead59d07c6f2a2a
-Size (R/bitops_1.0-6.tar.gz) = 8734 bytes
+SHA1 (R/bitops_1.0-7.tar.gz) = 83d0729057a00cd1affa719a9e2103cb5a028cdb
+RMD160 (R/bitops_1.0-7.tar.gz) = 469dc52142085e65dd812a37881f3454f6f33440
+SHA512 (R/bitops_1.0-7.tar.gz) = 5a347adbfc8c5cd9f26b32ffbd35cce592540f319ec092edc08f321242b7c72226d648d0625e5cb1d43605a95e5b27ef469eefd2975f28f1196e806921c5daf8
+Size (R/bitops_1.0-7.tar.gz) = 10809 bytes



Home | Main Index | Thread Index | Old Index