Compare commits
3 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 0c2f790b49 | |||
| 0739b8c0c4 | |||
| 8a4e288633 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:64fa5ab241f07c1b943e8944c0c56f5c72036ed5db7d67588bab290d2b3a8ed5
|
|
||||||
size 16353171
|
|
||||||
BIN
fastutil-8.5.16.tar.gz
LFS
Normal file
BIN
fastutil-8.5.16.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 9 06:45:13 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
- Update to v8.5.16
|
||||||
|
* Changes in version 8.5.16:
|
||||||
|
+ Removed InspectableFileCachedInputStream.finalize().
|
||||||
|
+ New utility methods and usability improvements for
|
||||||
|
array-based FIFO queues and FastByteArrayOutputStream. Thanks
|
||||||
|
to Andrej Fink for implementing these features.
|
||||||
|
+ Following a report by Jesse Rosenstock, some inconsistency in
|
||||||
|
the usage of
|
||||||
|
Double.doubleToLongBits()/Double.doubleToRawLongBits() and
|
||||||
|
Float.floatToIntBits()/Float.floatToRawIntBits() has been
|
||||||
|
fixed. The changes will avoid confusion between different
|
||||||
|
types of NaNs, but should not have any impact on users.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 6 01:11:31 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
Wed Nov 6 01:11:31 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package fastutil
|
# spec file for package fastutil
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?!make_build:%global make_build make -O %{?_smp_mflags}}
|
%{?!make_build:%global make_build make -O %{?_smp_mflags}}
|
||||||
Name: fastutil
|
Name: fastutil
|
||||||
Version: 8.5.15
|
Version: 8.5.16
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Type-specific maps, sets, lists and queues
|
Summary: Type-specific maps, sets, lists and queues
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
@@ -46,7 +46,7 @@ Group: Documentation/HTML
|
|||||||
API documentation for %{name}.
|
API documentation for %{name}.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%autosetup
|
||||||
rm {lib,bnd}/*.jar
|
rm {lib,bnd}/*.jar
|
||||||
|
|
||||||
for i in fastutil.bnd fastutil-core.bnd; do
|
for i in fastutil.bnd fastutil-core.bnd; do
|
||||||
@@ -55,11 +55,13 @@ for i in fastutil.bnd fastutil-core.bnd; do
|
|||||||
echo "-snapshot: SNAPSHOT" >> ${i}
|
echo "-snapshot: SNAPSHOT" >> ${i}
|
||||||
done
|
done
|
||||||
|
|
||||||
|
# Typo in v8.5.16
|
||||||
|
sed -i -e 's/floatToRoawIntBits/floatToRawIntBits/' drv/Arrays.drv
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%make_build sources
|
%make_build sources
|
||||||
LANG=C.UTF-8 find src -name \*.java -exec perl -i -pCSD -e 's/\x{200B}//g' '{}' \;
|
LANG=C.UTF-8 find src -name \*.java -exec perl -i -pCSD -e 's/\x{200B}//g' '{}' \;
|
||||||
ant -Dfile.encoding=UTF-8 pom dist
|
ant -Dfile.encoding=UTF-8 pom dist
|
||||||
find . -name \*pom\*
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
# jar
|
# jar
|
||||||
|
|||||||
Reference in New Issue
Block a user