pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/imath



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun  6 08:01:09 UTC 2023

Modified Files:
        pkgsrc/math/imath: Makefile PLIST distinfo

Log Message:
imath: update to 3.1.9.

## Version 3.1.9 (May 31, 2023)

Patch release that fixes an correct .so version number introduced in
v3.1.8. All Imath library functionality is compatible with v3.1.8.

This release also reverts
[#305](https://github.com/AcademySoftwareFoundation/Imath/pull/305),
which inadvertently introduced additional python bindings in v3.1.8
that altered the ABI of ``libPyImath``. ``libPyImath`` is now
ABI-compatible with v3.1.7 and previous releases.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/math/imath/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/math/imath/PLIST
cvs rdiff -u -r1.9 -r1.10 pkgsrc/math/imath/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/imath/Makefile
diff -u pkgsrc/math/imath/Makefile:1.8 pkgsrc/math/imath/Makefile:1.9
--- pkgsrc/math/imath/Makefile:1.8      Sun May 28 17:03:15 2023
+++ pkgsrc/math/imath/Makefile  Tue Jun  6 08:01:09 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/05/28 17:03:15 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2023/06/06 08:01:09 wiz Exp $
 
-DISTNAME=      imath-3.1.8
+DISTNAME=      imath-3.1.9
 CATEGORIES=    math
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=AcademySoftwareFoundation/}
 GITHUB_PROJECT=        Imath

Index: pkgsrc/math/imath/PLIST
diff -u pkgsrc/math/imath/PLIST:1.7 pkgsrc/math/imath/PLIST:1.8
--- pkgsrc/math/imath/PLIST:1.7 Sun May 28 17:03:15 2023
+++ pkgsrc/math/imath/PLIST     Tue Jun  6 08:01:09 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2023/05/28 17:03:15 wiz Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/06/06 08:01:09 wiz Exp $
 include/Imath/ImathBox.h
 include/Imath/ImathBoxAlgo.h
 include/Imath/ImathColor.h
@@ -39,7 +39,7 @@ lib/cmake/Imath/ImathConfigVersion.cmake
 lib/cmake/Imath/ImathTargets-release.cmake
 lib/cmake/Imath/ImathTargets.cmake
 lib/libImath-3_1.so
-lib/libImath-3_1.so.31
-lib/libImath-3_1.so.31.0.0
+lib/libImath-3_1.so.29
+lib/libImath-3_1.so.29.8.0
 lib/libImath.so
 lib/pkgconfig/Imath.pc

Index: pkgsrc/math/imath/distinfo
diff -u pkgsrc/math/imath/distinfo:1.9 pkgsrc/math/imath/distinfo:1.10
--- pkgsrc/math/imath/distinfo:1.9      Sun May 28 17:03:15 2023
+++ pkgsrc/math/imath/distinfo  Tue Jun  6 08:01:09 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/05/28 17:03:15 wiz Exp $
+$NetBSD: distinfo,v 1.10 2023/06/06 08:01:09 wiz Exp $
 
-BLAKE2s (imath-3.1.8.tar.gz) = 68506302318ee49a23dd98f97565ec2f91c9c908128ef656dbee273f0411990d
-SHA512 (imath-3.1.8.tar.gz) = c71f040956284bf1fbb711593f23219f7b21ac8bfe7552f4b4c75312e376f7940b5bb0a816455967e3ea36fd548059b2d7621e0e11f33e273328fdb557eccaf9
-Size (imath-3.1.8.tar.gz) = 598165 bytes
+BLAKE2s (imath-3.1.9.tar.gz) = 3e37b4e025ce132b6bf9ab085751f294581e532c0097701493cea0c38719d00a
+SHA512 (imath-3.1.9.tar.gz) = ad96b2ac306fc13c01e8ea3256f885499c3f545be327feaba0f5e093b70b544bcca6f8b353fa7e35107aae515c19caced44331a95d0414f367ead4691ec73564
+Size (imath-3.1.9.tar.gz) = 598497 bytes



Home | Main Index | Thread Index | Old Index