diff --git a/modulemaker-maven-plugin-1.11.tar.gz b/modulemaker-maven-plugin-1.11.tar.gz new file mode 100644 index 0000000..3d24304 --- /dev/null +++ b/modulemaker-maven-plugin-1.11.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62f6bbef4fb7c0084d455a582016b11ab839996537706c98c44367911fc56d4e +size 6960 diff --git a/modulemaker-maven-plugin-1.9.tar.gz b/modulemaker-maven-plugin-1.9.tar.gz deleted file mode 100644 index 7b0a0c0..0000000 --- a/modulemaker-maven-plugin-1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8478e52b281176cbad9c1e9f97920a9c3d5162a0e276df73777cbf5a331a7899 -size 6050 diff --git a/modulemaker-maven-plugin.changes b/modulemaker-maven-plugin.changes index b76d257..57e4c93 100644 --- a/modulemaker-maven-plugin.changes +++ b/modulemaker-maven-plugin.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Apr 18 12:34:17 UTC 2024 - Fridrich Strba + +- Update to version 1.11 + * Changes: + + Make injecting compatible to immutable builds. + + Fix class name. + + Fix invocation order. + ------------------------------------------------------------------- Wed Mar 8 01:14:02 UTC 2023 - Anton Shvetz diff --git a/modulemaker-maven-plugin.spec b/modulemaker-maven-plugin.spec index 11aed6f..214fba3 100644 --- a/modulemaker-maven-plugin.spec +++ b/modulemaker-maven-plugin.spec @@ -1,7 +1,7 @@ # # spec file for package modulemaker-maven-plugin # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: modulemaker-maven-plugin -Version: 1.9 +Version: 1.11 Release: 0 Summary: A Maven plugin for creating a module-info.class License: Apache-2.0 @@ -25,8 +25,14 @@ Group: Development/Libraries/Java URL: https://github.com/raphw/%{name} Source0: %{url}/archive/refs/tags/%{name}-%{version}.tar.gz Source1: https://www.apache.org/licenses/LICENSE-2.0.txt +BuildRequires: fdupes BuildRequires: maven-local +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-plugin-api) +BuildRequires: mvn(org.ow2.asm:asm) +BuildRequires: mvn(org.ow2.asm:asm-commons) BuildArch: noarch %description @@ -53,6 +59,7 @@ cp %{SOURCE1} . %install %mvn_install +%fdupes -s %{buildroot}%{_javadocdir} %files -f .mfiles %license LICENSE-2.0.txt