[hppc] update to 0.6.1

gil gil at fedoraproject.org
Wed Dec 17 15:54:26 UTC 2014


commit 287cc00ed062886b3324c2741bc3adc1d139456c
Author: gil <puntogil at libero.it>
Date:   Wed Dec 17 16:54:05 2014 +0100

    update to 0.6.1

 .gitignore                              |    1 +
 hppc-0.4.3-remove-retrotranslator.patch |   69 -------------------------------
 hppc.spec                               |   20 +++------
 sources                                 |    2 +-
 4 files changed, 8 insertions(+), 84 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 050418c..ceb75ea 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /0.5.3.tar.gz
+/0.6.1.tar.gz
diff --git a/hppc.spec b/hppc.spec
index eeeeca2..b8198a8 100644
--- a/hppc.spec
+++ b/hppc.spec
@@ -1,16 +1,11 @@
 Name:          hppc
-Version:       0.5.3
-Release:       4%{?dist}
+Version:       0.6.1
+Release:       1%{?dist}
 Summary:       High Performance Primitive Collections for Java
 License:       ASL 2.0
 URL:           http://labs.carrotsearch.com/hppc.html
-# NOTE newer relase use guava >= 14.x
 Source0:       https://github.com/carrotsearch/hppc/archive/%{version}.tar.gz
 
-Patch0:        %{name}-0.4.3-remove-retrotranslator.patch
-
-BuildRequires: java-devel
-
 BuildRequires: mvn(com.google.guava:guava)
 BuildRequires: mvn(commons-io:commons-io)
 BuildRequires: mvn(org.apache.ant:ant)
@@ -31,14 +26,11 @@ BuildRequires: mvn(it.unimi.dsi:fastutil)
 # http://gil.fedorapeople.org/trove-3.0.3-1.fc16.src.rpm
 # http://gil.fedorapeople.org/trove.spec
 BuildRequires: mvn(net.sf.trove4j:trove4j:3.0.3)
-# https://bugzilla.redhat.com/show_bug.cgi?id=1000416
 BuildRequires: mvn(org.apache.mahout:mahout-collections)
 
 # test deps
-# https://bugzilla.redhat.com/show_bug.cgi?id=1002166
 BuildRequires: mvn(com.carrotsearch:junit-benchmarks)
 BuildRequires: mvn(junit:junit)
-# https://bugzilla.redhat.com/show_bug.cgi?id=1002157
 BuildRequires: mvn(com.carrotsearch.randomizedtesting:junit4-maven-plugin)
 BuildRequires: mvn(com.carrotsearch.randomizedtesting:randomizedtesting-runner)
 %endif
@@ -72,9 +64,6 @@ This package contains javadoc for HPPC.
 find . -name "*.class" -print -delete
 find . -name "*.jar" -print -delete
 
-# remove retrotranslator and backport-util-concurrent
-%patch0 -p0
-
 # remove ant-trax and ant-nodeps, fix jdk tools JAR location
 %pom_xpath_remove "pom:project/pom:build/pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId = 'maven-antrun-plugin']/pom:dependencies/pom:dependency[pom:groupId = 'org.apache.ant']"
 %pom_xpath_inject "pom:project/pom:build/pom:pluginManagement/pom:plugins/pom:plugin[pom:artifactId = 'maven-antrun-plugin']/pom:dependencies" "
@@ -125,6 +114,9 @@ sed -i 's/\r//' CHANGES
 %doc LICENSE
 
 %changelog
+* Wed Dec 17 2014 gil cattaneo <puntogil at libero.it> 0.6.1-1
+- update to 0.6.1
+
 * Tue Jun 17 2014 gil cattaneo <puntogil at libero.it> 0.5.3-4
 - fix BR list
 
@@ -138,4 +130,4 @@ sed -i 's/\r//' CHANGES
 - 0.5.3
 
 * Sun Aug 25 2013 gil cattaneo <puntogil at libero.it> 0.5.2-1
-- initial rpm
\ No newline at end of file
+- initial rpm
diff --git a/sources b/sources
index fe9ab8e..a1825f0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-31ce068e597bbce1a43affc4c7c51fb6  0.5.3.tar.gz
+40b2da0a9a99f286205bac33e2356d2e  0.6.1.tar.gz


More information about the scm-commits mailing list