From 761b5ed8091e77af46420d78139c0dea33626c88 Mon Sep 17 00:00:00 2001 From: gil Date: Nov 11 2016 17:48:35 +0000 Subject: update to 3.3.6 --- diff --git a/.gitignore b/.gitignore index a741bc0..7ae3cac 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/disruptor.spec b/disruptor.spec index 0849691..eee34db 100644 --- a/disruptor.spec +++ b/disruptor.spec @@ -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 3.3.6-1 +- update to 3.3.6 + * Thu Jun 23 2016 gil cattaneo 3.3.4-1 - update to 3.3.4 diff --git a/sources b/sources index a7bdbbf..75591b4 100644 --- a/sources +++ b/sources @@ -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