update to 3.3.6
This commit is contained in:
parent
05fb7fddc2
commit
761b5ed809
2
.gitignore
vendored
2
.gitignore
vendored
@ -3,3 +3,5 @@
|
|||||||
/disruptor-3.3.2.pom
|
/disruptor-3.3.2.pom
|
||||||
/disruptor-3.3.4.pom
|
/disruptor-3.3.4.pom
|
||||||
/3.3.4.tar.gz
|
/3.3.4.tar.gz
|
||||||
|
/disruptor-3.3.6.tar.gz
|
||||||
|
/disruptor-3.3.6.pom
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
Name: disruptor
|
Name: disruptor
|
||||||
Version: 3.3.4
|
Version: 3.3.6
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Concurrent Programming Framework
|
Summary: Concurrent Programming Framework
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: http://lmax-exchange.github.io/disruptor/
|
URL: http://lmax-exchange.github.io/disruptor/
|
||||||
Source0: https://github.com/LMAX-Exchange/disruptor/archive/%{version}.tar.gz
|
Source0: https://github.com/LMAX-Exchange/disruptor/archive/%{version}/%{name}-%{version}.tar.gz
|
||||||
Source1: http://repo1.maven.org/maven2/com/lmax/%{name}/%{version}/%{name}-%{version}.pom
|
Source1: http://repo1.maven.org/maven2/com/lmax/%{name}/%{version}/%{name}-%{version}.pom
|
||||||
# see http://www.jmock.org/threading-synchroniser.html
|
# see http://www.jmock.org/threading-synchroniser.html
|
||||||
Patch0: disruptor-3.3.2-jmock.patch
|
Patch0: disruptor-3.3.2-jmock.patch
|
||||||
@ -18,8 +18,7 @@ BuildRequires: mvn(org.jmock:jmock-legacy)
|
|||||||
|
|
||||||
%if 0
|
%if 0
|
||||||
# Unavailable performance test deps
|
# Unavailable performance test deps
|
||||||
# lib/test/hdrhistogram-1.0-SNAPSHOT.jar
|
BuildRequires: mvn(org.hdrhistogram:HdrHistogram:1.2.1)
|
||||||
BuildRequires: mvn(com.google.caliper:caliper:0.5-rc1)
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -89,6 +88,9 @@ rm -r src/test/java/com/lmax/disruptor/dsl/DisruptorTest.java
|
|||||||
%license LICENCE.txt
|
%license LICENCE.txt
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Nov 11 2016 gil cattaneo <puntogil@libero.it> 3.3.6-1
|
||||||
|
- update to 3.3.6
|
||||||
|
|
||||||
* Thu Jun 23 2016 gil cattaneo <puntogil@libero.it> 3.3.4-1
|
* Thu Jun 23 2016 gil cattaneo <puntogil@libero.it> 3.3.4-1
|
||||||
- update to 3.3.4
|
- update to 3.3.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user