commit maven-jarsigner-plugin for openSUSE:Factory

2019-11-26 Thread root
Hello community,

here is the log from the commit of package maven-jarsigner-plugin for 
openSUSE:Factory checked in at 2019-11-26 16:59:41

Comparing /work/SRC/openSUSE:Factory/maven-jarsigner-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.maven-jarsigner-plugin.new.26869 (New)


Package is "maven-jarsigner-plugin"

Tue Nov 26 16:59:41 2019 rev:3 rq:750602 version:3.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/maven-jarsigner-plugin/maven-jarsigner-plugin.changes
2019-06-03 18:51:23.436516150 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-jarsigner-plugin.new.26869/maven-jarsigner-plugin.changes
 2019-11-26 16:59:43.084100767 +0100
@@ -1,0 +2,6 @@
+Sun Nov 24 17:20:03 UTC 2019 - Fridrich Strba 
+
+- Specify maven.compiler.release to fix build with jdk9+ and newer
+  maven-javadoc-plugin
+
+---



Other differences:
--
++ maven-jarsigner-plugin.spec ++
--- /var/tmp/diff_new_pack.fmJbCp/_old  2019-11-26 16:59:43.936100485 +0100
+++ /var/tmp/diff_new_pack.fmJbCp/_new  2019-11-26 16:59:43.940100485 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-jarsigner-plugin
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -63,7 +63,10 @@
 
 %build
 %{mvn_file} :%{name} %{name}
-%{mvn_build}
+%{mvn_build} -f \
+%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
+   -- -Dmaven.compiler.release=7
+%endif
 
 %install
 %mvn_install





commit maven-jarsigner-plugin for openSUSE:Factory

2019-06-03 Thread root
Hello community,

here is the log from the commit of package maven-jarsigner-plugin for 
openSUSE:Factory checked in at 2019-06-03 18:51:23

Comparing /work/SRC/openSUSE:Factory/maven-jarsigner-plugin (Old)
 and  /work/SRC/openSUSE:Factory/.maven-jarsigner-plugin.new.5148 (New)


Package is "maven-jarsigner-plugin"

Mon Jun  3 18:51:23 2019 rev:2 rq:706979 version:3.0.0

Changes:

--- 
/work/SRC/openSUSE:Factory/maven-jarsigner-plugin/maven-jarsigner-plugin.changes
2019-05-08 15:16:53.697045859 +0200
+++ 
/work/SRC/openSUSE:Factory/.maven-jarsigner-plugin.new.5148/maven-jarsigner-plugin.changes
  2019-06-03 18:51:23.436516150 +0200
@@ -1,0 +2,5 @@
+Sun Jun  2 21:34:59 UTC 2019 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---



Other differences:
--
++ maven-jarsigner-plugin.spec ++
--- /var/tmp/diff_new_pack.atS8L4/_old  2019-06-03 18:51:24.080515928 +0200
+++ /var/tmp/diff_new_pack.atS8L4/_new  2019-06-03 18:51:24.080515928 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package maven-jarsigner-plugin
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,14 @@
 Name:   maven-jarsigner-plugin
 Version:3.0.0
 Release:0
-Summary:Signs or verifies a project artifact and attachments using 
jarsigner
+Summary:Plugin to sign/verify a project artifact and attachments using 
jarsigner
 License:Apache-2.0
 Group:  Development/Libraries/Java
 URL:http://maven.apache.org/plugins/%{name}/
 Source0:
http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip
 BuildRequires:  fdupes
 BuildRequires:  maven-local
+BuildRequires:  unzip
 BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)
 BuildRequires:  mvn(org.apache.maven.plugins:maven-plugins:pom:)
@@ -35,7 +36,6 @@
 BuildRequires:  mvn(org.apache.maven:maven-plugin-api)
 BuildRequires:  mvn(org.apache.maven:maven-project)
 BuildRequires:  mvn(org.sonatype.plexus:plexus-sec-dispatcher)
-BuildRequires:  unzip
 BuildArch:  noarch
 
 %description