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

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

+ /results_*

+ /*.src.rpm

+ 

  /jboss-servlet-api_3.1_spec-1.0.0.Alpha1.tar.gz

  /jboss-servlet-api_3.1_spec-1.0.0.Beta1.tar.gz

  /jboss-servlet-api_3.1_spec-1.0.0.Final.tar.gz

+ /jboss-servlet-api_3.1_spec-1.0.2.Final.tar.gz

file modified
+12 -6
@@ -1,19 +1,22 @@

  %global namedreltag .Final

  %global namedversion %{version}%{?namedreltag}

+ %global oname jboss-servlet-api_3.1_spec

  

  Name:             jboss-servlet-3.1-api

- Version:          1.0.0

- Release:          7%{dist}

+ Version:          1.0.2

+ Release:          1%{dist}

  Summary:          Java Servlet 3.1 API

  License:          (CDDL or GPLv2 with exceptions) and ASL 2.0

- Url:              http://www.jboss.org

- Source0:          https://github.com/jboss/jboss-servlet-api_spec/archive/jboss-servlet-api_3.1_spec-%{namedversion}.tar.gz

+ 

+ URL:              https://github.com/jboss/jboss-servlet-api_spec

+ Source0:          %{url}/archive/%{oname}-%{namedversion}.tar.gz

  Source1:          http://www.apache.org/licenses/LICENSE-2.0.txt

  Source2:          http://repository.jboss.org/licenses/cddl.txt

  

  BuildRequires:    maven-local

- BuildRequires:    mvn(org.jboss:jboss-parent:pom:)

  BuildRequires:    mvn(org.apache.felix:maven-bundle-plugin)

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

+ BuildRequires:    mvn(org.jboss:jboss-parent:pom:)

  

  BuildArch:        noarch

  
@@ -27,7 +30,7 @@

  This package contains the API documentation for %{name}.

  

  %prep

- %setup -q -n jboss-servlet-api_spec-jboss-servlet-api_3.1_spec-%{namedversion}

+ %setup -q -n jboss-servlet-api_spec-%{oname}-%{namedversion}

  

  cp %{SOURCE1} .

  cp %{SOURCE2} .
@@ -46,6 +49,9 @@

  %license LICENSE cddl.txt LICENSE-2.0.txt

  

  %changelog

+ * Sun Oct 06 2019 Fabio Valentini <decathorpe@gmail.com> - 1.0.2-1

+ - Update to version 1.0.2.

+ 

  * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-7

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

  

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

- 88f775fccba8420f45209bce0fe193c8  jboss-servlet-api_3.1_spec-1.0.0.Final.tar.gz

+ SHA512 (jboss-servlet-api_3.1_spec-1.0.2.Final.tar.gz) = 11cbc5bb7f59870a00c99dd62c5c889a0e53211553d48b40f3e1362c04caca5ae9eafac8d4a46e5a739285b8623e3ca6a426220b623cc330b85d9da53681179e

  • update to latest version (1.0.0 → 1.0.2)
  • regenerated BuildRequires

Test rebuilds of recursively dependent packages were successful:

https://copr.fedorainfracloud.org/coprs/decathorpe/jboss-servlet-3.1-api-pr/monitor/

The three build failures are caused by missing dependencies on fedora 31+, and not by this PR.

Pull-Request has been merged by decathorpe

4 years ago