#1 update to version 3.1.0
Merged 4 years ago by decathorpe. Opened 4 years ago by decathorpe.
Unknown source master  into  master

file modified
+1
@@ -3,3 +3,4 @@

  /LICENSE-2.0.txt

  /maven-plugin-build-helper-1.9.tar.xz

  /maven-plugin-build-helper-1.9.1.tar.xz

+ /build-helper-maven-plugin-3.1.0.tar.gz

file modified
+20 -23
@@ -1,31 +1,27 @@

+ %global srcname build-helper-maven-plugin

+ 

  Name:           maven-plugin-build-helper

- Version:        1.9.1

- Release:        11%{?dist}

+ Version:        3.1.0

+ Release:        1%{?dist}

  Summary:        Build Helper Maven Plugin

  License:        MIT

- URL:            http://mojo.codehaus.org/build-helper-maven-plugin/

- BuildArch: noarch

  

- # The source tarball has been generated from upstream VCS:

- # svn export https://svn.codehaus.org/mojo/tags/build-helper-maven-plugin-%{version} %{name}-%{version}

- # tar caf %{name}-%{version}.tar.xz %{name}-%{version}

- Source0:        %{name}-%{version}.tar.xz

+ URL:            https://www.mojohaus.org/build-helper-maven-plugin/

+ Source0:        https://github.com/mojohaus/%{srcname}/archive/%{srcname}-%{version}.tar.gz

+ 

+ BuildArch:      noarch

  

  BuildRequires:  maven-local

- BuildRequires:  mvn(org.apache.maven:maven-artifact)

- BuildRequires:  mvn(org.apache.maven:maven-compat)

+ BuildRequires:  mvn(org.apache-extras.beanshell:bsh)

+ BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)

+ BuildRequires:  mvn(org.apache.maven.plugins:maven-invoker-plugin)

+ BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)

+ BuildRequires:  mvn(org.apache.maven.shared:file-management)

  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.apache.maven:maven-project)

- BuildRequires:  mvn(org.apache.maven.plugins:maven-plugin-plugin)

- BuildRequires:  mvn(org.apache.maven.plugins:maven-invoker-plugin)

- BuildRequires:  mvn(org.apache.maven.plugin-tools:maven-plugin-annotations)

- BuildRequires:  mvn(org.beanshell:bsh)

  BuildRequires:  mvn(org.codehaus.mojo:mojo-parent:pom:)

  BuildRequires:  mvn(org.codehaus.plexus:plexus-utils)

  

- 

  %description

  This plugin contains various small independent goals to assist with

  Maven build lifecycle.
@@ -37,9 +33,7 @@

  This package provides %{summary}.

  

  %prep

- %setup -q

- 

- %pom_add_dep org.apache.maven:maven-compat

+ %setup -q -n %{srcname}-%{srcname}-%{version}

  

  %build

  %mvn_build -f
@@ -48,13 +42,16 @@

  %mvn_install

  

  %files -f .mfiles

- %license header.txt

- %dir %{_javadir}/%{name}

+ %license LICENSE.txt

+ %doc README.md

  

  %files javadoc -f .mfiles-javadoc

- %license header.txt

+ %license LICENSE.txt

  

  %changelog

+ * Sat May 09 2020 Fabio Valentini <decathorpe@gmail.com> - 3.1.0-1

+ - Update to version 3.1.0.

+ 

  * Wed Jan 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.9.1-11

  - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild

  

file modified
+1 -1
@@ -1,1 +1,1 @@

- SHA512 (maven-plugin-build-helper-1.9.1.tar.xz) = cedfe08d6e86bed31437b57495e435389b610642285dbe42a322f34d95eeceb32ffa53a05386dea2f052577f5d5bf5039388692c66f0be3c628b8d575ec47f8c

+ SHA512 (build-helper-maven-plugin-3.1.0.tar.gz) = 27cfc883fa4635d341a5fa7f2ed23ad9707ea25f0ca55a2c543d622597d7f72bb47db61e13fd0c8fada5b9284854708a8e8fa44ea21ee3f8ed12d5901da0e4b6

  • update to latest version (1.9.1 → 3.1.0)
  • use HTTPS for URL and Source0 (and use source tarball from GitHub)
  • regenerate BuildRequires with xmvn-builddep

Test rebuilds were done in COPR:
https://copr.fedorainfracloud.org/coprs/decathorpe/maven-plugin-build-helper-3.1.0-pr/monitor/

No new issues were caused by this change.

:thumbsup: Let's ship it.

Pull-Request has been merged by decathorpe

4 years ago