diff --git a/.gitignore b/.gitignore index 79efc48..f6055a2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,8 @@ +/results_* +/*.src.rpm + /LICENSE-2.0.txt /34.tar.gz /39.tar.gz /40.tar.gz +/weld-parent-41.tar.gz diff --git a/sources b/sources index 2f0af70..595d834 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (40.tar.gz) = 64923578b834b59cfffdac8de9be118beb32fbcf202a006e42370c24308659a78f869bba1e411975721ee6372d0404e6daa15ff2ac23a8454d917a8cb926869f +SHA512 (weld-parent-41.tar.gz) = aca448cbaf8ffd9529b1539435c0aebae94d7c422fe4107ff3812a746a85fd58827f24ea0c5819ab9066b2ad50941ffb42b653efee3652b20d94efe0cfadebd5 diff --git a/weld-parent.spec b/weld-parent.spec index bbbfdd6..cdfbe3e 100644 --- a/weld-parent.spec +++ b/weld-parent.spec @@ -1,17 +1,16 @@ -Name: weld-parent -Version: 40 -Release: 3%{?dist} -Summary: Parent POM for Weld -License: ASL 2.0 -URL: http://weld.cdi-spec.org -Source0: https://github.com/weld/parent/archive/%{version}.tar.gz +Name: weld-parent +Version: 41 +Release: 1%{?dist} +Summary: Parent POM for Weld +License: ASL 2.0 -BuildArch: noarch +URL: http://weld.cdi-spec.org +Source0: https://github.com/weld/parent/archive/%{version}/%{name}-%{version}.tar.gz -BuildRequires: maven-local -BuildRequires: mvn(org.apache.maven.plugins:maven-install-plugin) -BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) -BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) +BuildArch: noarch + +BuildRequires: maven-local +BuildRequires: mvn(org.codehaus.mojo:build-helper-maven-plugin) %description Parent POM for Weld @@ -19,9 +18,10 @@ Parent POM for Weld %prep %setup -q -n parent-%{version} -%pom_remove_plugin ":maven-enforcer-plugin" -%pom_remove_plugin ":maven-remote-resources-plugin" -%pom_remove_plugin ":buildnumber-maven-plugin" +%pom_remove_plugin :buildnumber-maven-plugin +%pom_remove_plugin :maven-enforcer-plugin +%pom_remove_plugin :maven-remote-resources-plugin +%pom_remove_plugin :maven-source-plugin %build %mvn_build @@ -32,6 +32,9 @@ Parent POM for Weld %files -f .mfiles %changelog +* Tue Aug 11 2020 Fabio Valentini - 41-1 +- Update to version 41. + * Wed Jul 29 2020 Fedora Release Engineering - 40-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild