Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package maven-plugin-testing for 
openSUSE:Factory checked in at 2021-04-27 21:34:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/maven-plugin-testing (Old)
 and      /work/SRC/openSUSE:Factory/.maven-plugin-testing.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "maven-plugin-testing"

Tue Apr 27 21:34:24 2021 rev:3 rq:888575 version:3.3.0

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/maven-plugin-testing/maven-plugin-testing.changes    
    2019-11-26 17:00:07.728092630 +0100
+++ 
/work/SRC/openSUSE:Factory/.maven-plugin-testing.new.12324/maven-plugin-testing.changes
     2021-04-27 21:34:32.523971927 +0200
@@ -1,0 +2,7 @@
+Mon Apr 26 14:55:13 UTC 2021 - Fridrich Strba <[email protected]>
+
+- Added patch:
+  * maven-plugin-testing-blocked.patch
+    + Fix build against newer maven
+
+-------------------------------------------------------------------

New:
----
  maven-plugin-testing-blocked.patch

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

Other differences:
------------------
++++++ maven-plugin-testing.spec ++++++
--- /var/tmp/diff_new_pack.FHReoG/_old  2021-04-27 21:34:32.971972664 +0200
+++ /var/tmp/diff_new_pack.FHReoG/_new  2021-04-27 21:34:32.971972664 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-plugin-testing
 #
-# Copyright (c) 2019 SUSE LLC
+# 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
@@ -23,10 +23,11 @@
 License:        Apache-2.0
 Group:          Development/Libraries/Java
 URL:            http://maven.apache.org/plugin-testing/
-Source0:        
http://repo1.maven.org/maven2/org/apache/maven/plugin-testing/%{name}/%{version}/%{name}-%{version}-source-release.zip
+Source0:        
https://repo1.maven.org/maven2/org/apache/maven/plugin-testing/%{name}/%{version}/%{name}-%{version}-source-release.zip
 Source1:        %{name}-build.tar.xz
 Patch0:         0001-Port-to-plexus-utils-3.0.21.patch
 Patch1:         0002-Port-to-current-maven-artifact.patch
+Patch2:         %{name}-blocked.patch
 BuildRequires:  ant
 BuildRequires:  apache-commons-cli
 BuildRequires:  apache-commons-io
@@ -96,6 +97,7 @@
 
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %pom_remove_plugin :maven-enforcer-plugin
 %pom_remove_plugin :maven-site-plugin


++++++ maven-plugin-testing-blocked.patch ++++++
--- 
maven-plugin-testing-3.3.0/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/StubArtifactRepository.java
     2014-12-17 20:13:58.000000000 +0100
+++ 
maven-plugin-testing-3.3.0/maven-plugin-testing-harness/src/main/java/org/apache/maven/plugin/testing/stubs/StubArtifactRepository.java
     2021-04-23 11:59:52.418851409 +0200
@@ -228,6 +228,16 @@
 
     }
 
+    public void setBlocked( boolean blocked)
+    {
+
+    }
+
+    public boolean isBlocked()
+    {
+        return false;
+    }
+
     public List<String> findVersions( Artifact artifact )
     {
         return Collections.emptyList();

Reply via email to