diff --git a/0.7.1.tar.gz b/0.7.1.tar.gz deleted file mode 100644 index ecfa016..0000000 Binary files a/0.7.1.tar.gz and /dev/null differ diff --git a/0.8.2.tar.gz b/0.8.2.tar.gz new file mode 100644 index 0000000..35793cb Binary files /dev/null and b/0.8.2.tar.gz differ diff --git a/hppc.spec b/hppc.spec index dbe4ba1..fa194cf 100644 --- a/hppc.spec +++ b/hppc.spec @@ -1,5 +1,5 @@ Name: hppc -Version: 0.7.1 +Version: 0.8.2 Release: 1 Summary: High Performance Primitive Collections for Java License: ASL 2.0 @@ -12,7 +12,12 @@ BuildRequires: mvn(org.apache.maven:maven-core) mvn(org.apache.maven:maven BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations) BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin) BuildRequires: mvn(org.apache.velocity:velocity) mvn(org.sonatype.oss:oss-parent:pom:) -BuildRequires: mvn(org.antlr:antlr4) mvn(org.antlr:antlr4-maven-plugin) +BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) +BuildRequires: mvn(com.carrotsearch.randomizedtesting:junit4-maven-plugin) +BuildRequires: mvn(org.eclipse.aether:aether-connector-basic) +BuildRequires: mvn(org.eclipse.aether:aether-transport-wagon) +BuildRequires: mvn(org.apache.maven.wagon:wagon-http) +BuildRequires: mvn(org.apache.maven.wagon:wagon-provider-api) %if 0 # hppc-benchmarks deps BuildRequires: mvn(it.unimi.dsi:fastutil) mvn(net.openhft:koloboke-impl-jdk6-7:0.6.6) @@ -62,7 +67,9 @@ done %mvn_package :%{name}-template-processor %{name}-templateprocessor %build -%mvn_build -f +%mvn_build -f -b +sed -i '72,81d' .xmvn-reactor +sed -i '29,38d' .xmvn-reactor %install %mvn_install @@ -78,5 +85,8 @@ done %license LICENSE.txt NOTICE.txt %changelog +* Tue Aug 22 2023 Ge Wang - 0.8.2-1 +- Update to version 0.8.2 + * Wed Jul 29 2020 leiju - 0.7.1-1 - Package init