forked from pool/pcollections
Update to v5.0.0 #1
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e61ff213475b36db85cb31bf3989193c8c7b0914977064d18d6338180f36056d
|
||||
size 117746
|
||||
@@ -9,7 +9,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.pcollections</groupId>
|
||||
<artifactId>pcollections</artifactId>
|
||||
<version>4.0.2</version>
|
||||
<version>5.0.0</version>
|
||||
<name>PCollections</name>
|
||||
<description>A Persistent Java Collections Library</description>
|
||||
<url>https://github.com/hrldcpr/pcollections</url>
|
||||
BIN
pcollections-5.0.0.tar.gz
LFS
Normal file
BIN
pcollections-5.0.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 24 22:17:55 UTC 2025 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
- Update to v5.0.0
|
||||
* Faster OrderedPMap.containsKey() and OrderedPSet.contains()
|
||||
* Dropped Java 8 support, as it was getting harder to maintain
|
||||
the build system
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 20 12:55:56 UTC 2024 - Anton Shvetz <shvetz.anton@gmail.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package pcollections
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: pcollections
|
||||
Version: 4.0.2
|
||||
Version: 5.0.0
|
||||
Release: 0
|
||||
Summary: A Persistent Java Collections Library
|
||||
License: MIT
|
||||
@@ -46,15 +46,14 @@ Group: Documentation/HTML
|
||||
API documentation for %{name}.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%autosetup
|
||||
|
||||
cp %{SOURCE1} pom.xml
|
||||
|
||||
%{mvn_file} : %{name}
|
||||
|
||||
%build
|
||||
%{mvn_build} -f -- \
|
||||
-Dproject.build.outputTimestamp=$(date -u -d @${SOURCE_DATE_EPOCH:-$(date +%%s)} +%%Y-%%m-%%dT%%H:%%M:%%SZ) \
|
||||
-Dmaven.compiler.release=11
|
||||
%{mvn_build} -f -- -Dmaven.compiler.release=11
|
||||
|
||||
%install
|
||||
%mvn_install
|
||||
|
||||
Reference in New Issue
Block a user