update to 3.3.6

This commit is contained in:
gil 2016-11-11 18:48:35 +01:00
parent 05fb7fddc2
commit 761b5ed809
3 changed files with 10 additions and 6 deletions

2
.gitignore vendored
View File

@ -3,3 +3,5 @@
/disruptor-3.3.2.pom
/disruptor-3.3.4.pom
/3.3.4.tar.gz
/disruptor-3.3.6.tar.gz
/disruptor-3.3.6.pom

View File

@ -1,10 +1,10 @@
Name: disruptor
Version: 3.3.4
Version: 3.3.6
Release: 1%{?dist}
Summary: Concurrent Programming Framework
License: ASL 2.0
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
# see http://www.jmock.org/threading-synchroniser.html
Patch0: disruptor-3.3.2-jmock.patch
@ -18,8 +18,7 @@ BuildRequires: mvn(org.jmock:jmock-legacy)
%if 0
# Unavailable performance test deps
# lib/test/hdrhistogram-1.0-SNAPSHOT.jar
BuildRequires: mvn(com.google.caliper:caliper:0.5-rc1)
BuildRequires: mvn(org.hdrhistogram:HdrHistogram:1.2.1)
%endif
BuildArch: noarch
@ -89,6 +88,9 @@ rm -r src/test/java/com/lmax/disruptor/dsl/DisruptorTest.java
%license LICENCE.txt
%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
- update to 3.3.4

View File

@ -1,2 +1,2 @@
6d9f70fbf1c12c1d93bc1190c17e8b7c disruptor-3.3.4.pom
3a85cd2bfa3582836e6e662e875b2580 3.3.4.tar.gz
765fc09cc8595194defd8575cfb80122 disruptor-3.3.6.tar.gz
cd7fb9a74e788ee9624ad6218ec353ed disruptor-3.3.6.pom