Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package exec-maven-plugin for 
openSUSE:Factory checked in at 2022-03-24 22:57:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/exec-maven-plugin (Old)
 and      /work/SRC/openSUSE:Factory/.exec-maven-plugin.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "exec-maven-plugin"

Thu Mar 24 22:57:47 2022 rev:2 rq:964406 version:3.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/exec-maven-plugin/exec-maven-plugin.changes      
2019-04-12 09:14:56.437696337 +0200
+++ 
/work/SRC/openSUSE:Factory/.exec-maven-plugin.new.1900/exec-maven-plugin.changes
    2022-03-24 22:58:44.632293595 +0100
@@ -1,0 +2,8 @@
+Tue Mar 22 08:31:00 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Upgrade to upstream version 3.0.0
+- Removed patch:
+  * exec-maven-plugin-1.6.0-Port-to-Maven-3.patch
+    + not needed any more with this version
+
+-------------------------------------------------------------------

Old:
----
  exec-maven-plugin-1.6.0-Port-to-Maven-3.patch
  exec-maven-plugin-1.6.0-source-release.zip

New:
----
  exec-maven-plugin-3.0.0-source-release.zip

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

Other differences:
------------------
++++++ exec-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.OfbdRS/_old  2022-03-24 22:58:45.056294004 +0100
+++ /var/tmp/diff_new_pack.OfbdRS/_new  2022-03-24 22:58:45.060294008 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package exec-maven-plugin
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,31 +17,28 @@
 
 
 Name:           exec-maven-plugin
-Version:        1.6.0
+Version:        3.0.0
 Release:        0
-Summary:        Maven plugin to allow execution of system and Java programs
+Summary:        Exec Maven Plugin
 License:        Apache-2.0
 Group:          Development/Libraries/Java
-URL:            http://www.mojohaus.org/exec-maven-plugin/
-Source0:        
http://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugin/%{version}/exec-maven-plugin-%{version}-source-release.zip
-Patch1:         exec-maven-plugin-1.6.0-Port-to-Maven-3.patch
-BuildRequires:  dos2unix
+URL:            https://www.mojohaus.org/exec-maven-plugin/
+Source0:        
https://repo1.maven.org/maven2/org/codehaus/mojo/exec-maven-plugin/%{version}/exec-maven-plugin-%{version}-source-release.zip
 BuildRequires:  fdupes
 BuildRequires:  maven-local
+BuildRequires:  unzip
 BuildRequires:  mvn(org.apache.commons:commons-exec)
 BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
+BuildRequires:  mvn(org.apache.maven.shared:maven-artifact-transfer)
 BuildRequires:  mvn(org.apache.maven:maven-artifact)
-BuildRequires:  mvn(org.apache.maven:maven-compat)
 BuildRequires:  mvn(org.apache.maven:maven-core)
 BuildRequires:  mvn(org.apache.maven:maven-model)
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
 BuildRequires:  mvn(org.codehaus.mojo:mojo-parent:pom:)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-component-annotations)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-component-metadata)
-BuildRequires:  mvn(org.codehaus.plexus:plexus-interpolation)
 BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)
-BuildRequires:  unzip
 BuildArch:      noarch
 
 %description
@@ -57,26 +54,23 @@
 %prep
 %setup -q -n exec-maven-plugin-%{version}
 
-dos2unix LICENSE.txt
+sed -i 's/\r$//' LICENSE.txt
 find . -name *.jar -delete
 
-%pom_remove_dep :maven-project
-%pom_remove_dep :maven-toolchain
-%pom_remove_dep :maven-artifact-manager
-
-%pom_add_dep org.apache.maven:maven-compat
-%pom_add_dep junit:junit::test
-
 %pom_remove_plugin :animal-sniffer-maven-plugin
 
-%patch1 -p1
+#Drop test part. sonatype-aerther not available
+%pom_remove_dep :mockito-core
+%pom_remove_dep :maven-plugin-testing-harness
+%pom_remove_dep :plexus-interpolation
+
+rm -rf src/test/
 
 %build
-%{mvn_build} -f -- -DmavenVersion=3 -Dsource=6
+%{mvn_build} -f
 
 %install
 %mvn_install
-%fdupes -s %{buildroot}%{_javadocdir}
 
 %files -f .mfiles
 %license LICENSE.txt

Reply via email to