Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package disruptor for openSUSE:Factory 
checked in at 2021-12-12 00:56:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/disruptor (Old)
 and      /work/SRC/openSUSE:Factory/.disruptor.new.2520 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "disruptor"

Sun Dec 12 00:56:27 2021 rev:2 rq:939463 version:3.4.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/disruptor/disruptor.changes      2019-10-02 
12:00:19.314812372 +0200
+++ /work/SRC/openSUSE:Factory/.disruptor.new.2520/disruptor.changes    
2021-12-12 00:57:20.062573042 +0100
@@ -1,0 +2,20 @@
+Fri Dec 10 13:48:27 UTC 2021 - Pedro Monreal <pmonr...@suse.com>
+
+- Update to 3.4.4:
+  * 3.4.4 Lazy-loading of Logger instances - See #370 & #376
+  * 3.4.3 Add Automatic-Module-Name to MANIFEST.MF
+  * 3.4.2 Fix race condition in BatchEventProcessor with 3 or more
+            starting/halting concurrently.
+  * 3.4.1 Fix race between run() and halt() on BatchEventProcessor.
+  * 3.4.0 Drop support for JDK6, support JDK7 and above only.
+          Add ThreadHints.onSpinWait to all busy spins within Disruptor.
+          Increase default sleep time for LockSupport.parkNanos to
+            prevent busy spinning.
+  * 3.3.8 Revert belt and braces WaitStrategy signalling.
+  * 3.3.7 Add batch size to BatchStartAware.onBatchStart()
+          Upgrade to newer versions of gradle, checkstyle and JUnit
+          Deprecate classes & methods for later release
+          Remove JMock and rewrite tests accordingly
+- Remove disruptor-3.3.2-jmock.patch
+
+-------------------------------------------------------------------

Old:
----
  disruptor-3.3.2-jmock.patch
  disruptor-3.3.6.pom
  disruptor-3.3.6.tar.gz

New:
----
  disruptor-3.4.4.pom
  disruptor-3.4.4.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ disruptor.spec ++++++
--- /var/tmp/diff_new_pack.QA8kRC/_old  2021-12-12 00:57:20.610573417 +0100
+++ /var/tmp/diff_new_pack.QA8kRC/_new  2021-12-12 00:57:20.614573421 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package disruptor
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,16 +17,15 @@
 
 
 Name:           disruptor
-Version:        3.3.6
+Version:        3.4.4
 Release:        0
 Summary:        Concurrent Programming Framework
 License:        Apache-2.0
 URL:            https://lmax-exchange.github.io/disruptor/
 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
-BuildRequires:  maven-local fdupes
+Source1:        
https://repo1.maven.org/maven2/com/lmax/%{name}/%{version}/%{name}-%{version}.pom
+BuildRequires:  fdupes
+BuildRequires:  maven-local
 BuildRequires:  mvn(junit:junit)
 BuildRequires:  mvn(org.apache.felix:maven-bundle-plugin)
 BuildRequires:  mvn(org.hamcrest:hamcrest-library)
@@ -47,8 +46,6 @@
 find . -name "*.class" -print -delete
 find . -name "*.jar" -type f -print -delete
 
-%patch0 -p1
-
 cp -p %{SOURCE1} pom.xml
 
 # Add OSGi support
@@ -76,7 +73,7 @@
 
 %build
 
-%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8
+%{mvn_build} -f -- -Dproject.build.sourceEncoding=UTF-8 
-Dmaven.compiler.source=1.8 -Dmaven.compiler.target=1.8
 
 %install
 %mvn_install

++++++ disruptor-3.3.6.pom -> disruptor-3.4.4.pom ++++++
--- /work/SRC/openSUSE:Factory/disruptor/disruptor-3.3.6.pom    2019-10-02 
12:00:19.070812997 +0200
+++ /work/SRC/openSUSE:Factory/.disruptor.new.2520/disruptor-3.4.4.pom  
2021-12-12 00:57:20.002573000 +0100
@@ -4,7 +4,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>com.lmax</groupId>
   <artifactId>disruptor</artifactId>
-  <version>3.3.6</version>
+  <version>3.4.4</version>
   <name>Disruptor Framework</name>
   <description>Disruptor - Concurrent Programming Framework</description>
   <url>http://lmax-exchange.github.com/disruptor</url>
@@ -28,21 +28,9 @@
   </scm>
   <dependencies>
     <dependency>
-      <groupId>org.jmock</groupId>
-      <artifactId>jmock-junit4</artifactId>
-      <version>2.5.1</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.5</version>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.jmock</groupId>
-      <artifactId>jmock-legacy</artifactId>
-      <version>2.5.1</version>
+      <version>4.12</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

++++++ disruptor-3.3.6.tar.gz -> disruptor-3.4.4.tar.gz ++++++
++++ 6197 lines of diff (skipped)

Reply via email to