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

file modified
+4
@@ -1,2 +1,6 @@

+ /results_*

+ /*.src.rpm

+ 

  /1.0.0.Alpha3.tar.gz

  /jboss-interceptors-api_1.2_spec-1.0.0.Final.tar.gz

+ /jboss-interceptors-api_1.2_spec-1.0.1.Final.tar.gz

@@ -3,19 +3,17 @@

  %global oname jboss-interceptors-api_1.2_spec

  

  Name:          jboss-interceptors-1.2-api

- Version:       1.0.0

- Release:       11%{?dist}

+ Version:       1.0.1

+ Release:       1%{?dist}

  Summary:       Java EE Interceptors 1.2 API

  License:       CDDL or GPLv2 with exceptions

  URL:           https://github.com/jboss/jboss-interceptors-api_spec

- Source0:       https://github.com/jboss/jboss-interceptors-api_spec/archive/jboss-interceptors-api_1.2_spec-%{namedversion}.tar.gz

- 

- BuildRequires: jboss-parent

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

  

  BuildRequires: maven-local

- BuildRequires: maven-enforcer-plugin

- BuildRequires: maven-plugin-bundle

- BuildRequires: maven-source-plugin

+ 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

  
@@ -29,7 +27,7 @@

  This package contains javadoc for %{name}.

  

  %prep

- %setup -q -n jboss-interceptors-api_spec-jboss-interceptors-api_1.2_spec-%{namedversion}

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

  

  # Fix incorrect-fsf-address

  sed -i "s,59,51,;s,Temple Place,Franklin Street,;s,Suite 330,Fifth Floor,;s,02111-1307,02110-1301," LICENSE
@@ -51,6 +49,9 @@

  %license LICENSE

  

  %changelog

+ * Sat Oct 05 2019 Fabio Valentini <decathorpe@gmail.com> - 1.0.1-1

+ - Update to version 1.0.1.

+ 

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

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

  

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

- 3731bb1202617e82366ade2b40164768  jboss-interceptors-api_1.2_spec-1.0.0.Final.tar.gz

+ SHA512 (jboss-interceptors-api_1.2_spec-1.0.1.Final.tar.gz) = 8ae920b1f52051624627d0b220dd44b6738ed4aa20ad34361ec67b1bf084adfc2a92a4436cb7c6ceb116051a8a941f87c23f779a6d45b9320fd9dd1f16709c97

  • update to latest version (1.0.0 → 1.0.1)
  • add missing CDDL license text
  • refresh and use mvn(foo) style BuildRequires

Test rebuilds of recursively dependent packages were successful:

https://copr.fedorainfracloud.org/coprs/decathorpe/jboss-interceptors-1.2-api-pr/monitor/

Build failures are already existent on rawhide today, except for the following:

  • java-uuid-generator: always fails in COPR (seems to expect an Ethernet port for some tests?)

Where is the cddl.txt coming from? AFAIK packagers are no supposed to add it if not from upstream.

Otherwise LGTM.

rebased onto 8ab2d87

4 years ago

Pull-Request has been merged by decathorpe

4 years ago