Update to 2.0.2
This commit is contained in:
parent
6564e620e8
commit
361a537126
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/v1.1-alpha.tar.gz
|
||||
/jctools-1.2.1.tar.gz
|
||||
/jctools-2.0.2.tar.gz
|
||||
|
||||
@ -2,8 +2,8 @@
|
||||
%global namedversion %{version}%{?namedreltag}
|
||||
|
||||
Name: jctools
|
||||
Version: 1.2.1
|
||||
Release: 3%{?dist}
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Java Concurrency Tools for the JVM
|
||||
License: ASL 2.0
|
||||
URL: http://jctools.github.io/JCTools/
|
||||
@ -14,6 +14,7 @@ BuildRequires: mvn(junit:junit)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.hamcrest:hamcrest-all)
|
||||
BuildRequires: mvn(org.ow2.asm:asm-all)
|
||||
BuildRequires: mvn(com.google.guava:guava-testlib)
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
@ -62,6 +63,7 @@ find . -name '*.jar' -print -delete
|
||||
|
||||
# Unavailable deps
|
||||
%pom_disable_module %{name}-benchmarks
|
||||
%pom_disable_module %{name}-concurrency-test
|
||||
|
||||
# Not available
|
||||
%pom_remove_plugin :cobertura-maven-plugin %{name}-core
|
||||
@ -109,6 +111,9 @@ done
|
||||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Aug 14 2017 Tomas Repik <trepik@redhat.com> - 2.0.2-1
|
||||
- Update to 2.0.2
|
||||
|
||||
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user