#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
+5 -1
@@ -1,7 +1,11 @@

- maven-source-plugin-2.1.2.tar.xz

+ /results_*

+ /*.src.rpm

+ 

+ /maven-source-plugin-2.1.2.tar.xz

  /maven-source-plugin-2.1.2-source-release.zip

  /maven-source-plugin-2.2.1-source-release.zip

  /maven-source-plugin-2.3-source-release.zip

  /maven-source-plugin-2.4-source-release.zip

  /maven-source-plugin-3.0.0-source-release.zip

  /maven-source-plugin-3.0.1-source-release.zip

+ /maven-source-plugin-3.1.0-source-release.zip

file modified
+18 -8
@@ -1,54 +1,63 @@

  Name:           maven-source-plugin

- Version:        3.0.1

- Release:        6%{?dist}

  Summary:        Plugin creating source JAR

+ Version:        3.1.0

+ Release:        1%{?dist}

  License:        ASL 2.0

- URL:            http://maven.apache.org/plugins/maven-source-plugin/

- BuildArch:      noarch

  

+ URL:            http://maven.apache.org/plugins/maven-source-plugin/

  Source0:        http://repo1.maven.org/maven2/org/apache/maven/plugins/%{name}/%{version}/%{name}-%{version}-source-release.zip

  

+ BuildArch:      noarch

+ 

  BuildRequires:  maven-local

  BuildRequires:  mvn(junit:junit)

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

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

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

  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.plugins:maven-plugin-plugin)

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

  BuildRequires:  mvn(org.apache.maven.plugin-testing:maven-plugin-testing-harness)

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

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

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

  

  %description

  The Maven Source Plugin creates a JAR archive of the

  source files of the current project.

  

- %package javadoc

+ 

+ %package        javadoc

  Summary:        Javadoc for %{name}

  

- %description javadoc

+ %description    javadoc

  API documentation for %{name}.

  

+ 

  %prep

  %setup -q

  

+ 

  %build

  %mvn_file : %{name}

  %mvn_build

  

+ 

  %install

  %mvn_install

  

+ 

  %files -f .mfiles

  %license LICENSE NOTICE

  

  %files javadoc -f .mfiles-javadoc

  %license LICENSE NOTICE

  

+ 

  %changelog

+ * Sat Jun 29 2019 Fabio Valentini <decathorpe@gmail.com> - 3.1.0-1

+ - Update to version 3.1.0.

+ 

  * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.1-6

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

  
@@ -142,3 +151,4 @@

  

  * Thu May 27 2010 Alexander Kurtakov <akurtako@redhat.com> 2.1.2-1

  - Initial package.

+ 

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

- 22eca435a6ea6c25862f29f4c4345112  maven-source-plugin-3.0.1-source-release.zip

+ SHA512 (maven-source-plugin-3.1.0-source-release.zip) = 9714d8e44c0e1e298190cf280694608502b3110c4077742189edc72136e733a025727092363774e51b9329df9fdd7b098795da2d3c1735c3bf926fce8d7b774b

Test rebuilds of all dependent packages happened here:
https://copr.fedorainfracloud.org/coprs/decathorpe/maven-source-plugin-pr/monitor/

I verified that there are no build failures compared to koschei.

This looks good to me from packaging perspective. LGTM.

Pull-Request has been merged by decathorpe

4 years ago