Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package spec-version-maven-plugin for
openSUSE:Factory checked in at 2022-04-05 19:55:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/spec-version-maven-plugin (Old)
and /work/SRC/openSUSE:Factory/.spec-version-maven-plugin.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "spec-version-maven-plugin"
Tue Apr 5 19:55:38 2022 rev:3 rq:966965 version:2.1
Changes:
--------
---
/work/SRC/openSUSE:Factory/spec-version-maven-plugin/spec-version-maven-plugin.changes
2022-03-23 20:20:35.050537636 +0100
+++
/work/SRC/openSUSE:Factory/.spec-version-maven-plugin.new.1900/spec-version-maven-plugin.changes
2022-04-05 19:56:11.489739860 +0200
@@ -1,0 +2,6 @@
+Mon Apr 4 09:37:42 UTC 2022 - Fridrich Strba <[email protected]>
+
+- Update to version 2.1
+ * supports both the jakarta.* and the javax.* apis
+
+-------------------------------------------------------------------
Old:
----
1.2.tar.gz
LICENSE
New:
----
2.1.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ spec-version-maven-plugin.spec ++++++
--- /var/tmp/diff_new_pack.fA2Dth/_old 2022-04-05 19:56:12.001734152 +0200
+++ /var/tmp/diff_new_pack.fA2Dth/_new 2022-04-05 19:56:12.009734063 +0200
@@ -17,25 +17,21 @@
Name: spec-version-maven-plugin
-Version: 1.2
+Version: 2.1
Release: 0
Summary: Spec Version Maven Plugin
-License: CDDL-1.0 OR GPL-2.0-only WITH Classpath-exception-2.0
+License: EPL-2.0 OR GPL-2.0-with-classpath-exception
Group: Development/Libraries/Java
-URL: https://glassfish.java.net/
-Source0:
https://github.com/javaee/spec-version-maven-plugin/archive/%{version}.tar.gz
-Source1:
https://github.com/javaee/spec-version-maven-plugin/raw/master/LICENSE
+URL:
https://github.com/eclipse-ee4j/glassfish-spec-version-maven-plugin
+Source0:
https://github.com/eclipse-ee4j/glassfish-spec-version-maven-plugin/archive/%{version}.tar.gz
BuildRequires: dos2unix
BuildRequires: fdupes
BuildRequires: java-devel >= 1.8
BuildRequires: maven-local
-BuildRequires: mvn(net.java:jvnet-parent:pom:)
+BuildRequires: mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)
BuildRequires: mvn(org.apache.maven.plugins:maven-plugin-plugin)
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:build-helper-maven-plugin)
-BuildRequires: mvn(org.codehaus.plexus:plexus-resources)
+BuildRequires: mvn(org.eclipse.ee4j:project:pom:)
BuildArch: noarch
%description
@@ -50,31 +46,31 @@
This package contains javadoc for %{name}.
%prep
-%setup -q
+%setup -q -n glassfish-%{name}-%{version}
+chmod -x *.md
-sed -i "s|mvn|mvn-rpmbuild|" src/main/resources/checkVersion.sh
+%pom_remove_plugin :maven-enforcer-plugin
+%pom_remove_plugin :maven-checkstyle-plugin
+# This one is needed only to process test resources
+%pom_remove_plugin :build-helper-maven-plugin
-cp -p %{SOURCE1} LICENSE.txt
-dos2unix LICENSE.txt
+sed -i "s|mvn|mvn-rpmbuild|" src/main/resources/checkVersion.sh
%{mvn_file} :%{name} %{name}
%build
-%{mvn_build} -f -- \
-%if %{?pkg_vcmp:%pkg_vcmp java-devel >= 9}%{!?pkg_vcmp:0}
- -Dmaven.compiler.release=8 \
-%endif
- -Dsource=8
+%{mvn_build} -f -- -Dsource=8
%install
%mvn_install
%fdupes -s %{buildroot}%{_javadocdir}
%files -f .mfiles
-%license LICENSE.txt
+%license LICENSE.md NOTICE.md
+%doc README.md
%files javadoc -f .mfiles-javadoc
-%license LICENSE.txt
+%license LICENSE.md NOTICE.md
%changelog
++++++ 1.2.tar.gz -> 2.1.tar.gz ++++++
++++ 6992 lines of diff (skipped)