#1 update to version 4.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

+ 

  /stax2-api-3.1.1-sources.jar

  /stax2-api-3.1.4.tar.gz

  /stax2-api-4.0.0.tar.gz

+ /stax2-api-4.2.tar.gz

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

- e3717840bbde346489069cc1a6ab111e  stax2-api-4.0.0.tar.gz

+ SHA512 (stax2-api-4.2.tar.gz) = ffb11f7c3435e0cf12a83e67855d6e78c1a4e284709899bbfe801c0e3e5919d53bdeb2edf9e0a03a686dfb7352e33ed2644b432e747006db8e0f7cef4ac700b3

file removed
-50
@@ -1,50 +0,0 @@

- <?xml version="1.0" encoding="UTF-8"?>

- <project>

- 

-  <!-- General information -->

- 

-   <modelVersion>4.0.0</modelVersion>

-   <groupId>org.codehaus.woodstox</groupId>

-   <artifactId>stax2-api</artifactId>

-   <packaging>jar</packaging>

-   <name>Stax2 API</name>

-   <version>3.1.1</version>

-   <description>Stax2 API is an extension to basic Stax 1.0 API that adds significant new functionality, such as full-featured bi-direction validation interface and high-performance Typed Access API.

- </description>

- 

-  <!-- Contact information -->

- 

-   <!-- In future, should there be separate Stax2 home page? -->

-   <url>http://woodstox.codehaus.org/StAX2</url>

-   <issueManagement>

-     <url>http://jira.codehaus.org/browse/WSTX</url>

-   </issueManagement>

- 

-  <!-- Dependency information -->

-  

-   <dependencies>

-     <!-- Stax API jar is needed; 1.0-2 seems to be the last "official"

-          version prior to JDK 6 that bundles API

-       -->

-     <dependency>

-       <groupId>javax.xml.stream</groupId>

-       <artifactId>stax-api</artifactId>

-       <version>1.0-2</version>

-     </dependency>

-   </dependencies>

- 

-   <!-- Licensing -->

-   <licenses>

-     <license>

-       <name>The BSD License</name>

-       <url>http://www.opensource.org/licenses/bsd-license.php</url>

-       <distribution>repo</distribution>

-     </license>

-   </licenses>

- 

-   <organization>

-     <name>Codehaus</name>

-     <url>http://www.codehaus.org/</url>

-   </organization>

- 

- </project>

file modified
+9 -6
@@ -1,16 +1,16 @@

  Name:             stax2-api

- Version:          4.0.0

- Release:          7%{?dist}

+ Version:          4.2

+ Release:          1%{?dist}

  Summary:          Experimental API extending basic StAX implementation

  License:          BSD

- URL:              http://wiki.fasterxml.com/WoodstoxStax2

- Source0:          https://github.com/FasterXML/%{name}/archive/%{name}-%{version}.tar.gz

+ 

+ URL:              https://github.com/FasterXML/%{name}

+ Source0:          %{url}/archive/%{name}-%{version}.tar.gz

  

  BuildArch:        noarch

  

  BuildRequires:  maven-local

  BuildRequires:  mvn(com.fasterxml:oss-parent:pom:)

- BuildRequires:  mvn(javax.xml.stream:stax-api)

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

  

  %description
@@ -34,9 +34,9 @@

  

  # javadoc generation fails due to strict doclint in JDK 8

  %pom_remove_plugin :maven-javadoc-plugin

+ %pom_remove_plugin :moditect-maven-plugin

  

  %build

- 

  %mvn_file :%{name} %{name}

  %mvn_build

  
@@ -48,6 +48,9 @@

  %files javadoc -f .mfiles-javadoc

  

  %changelog

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

+ - Update to version 4.2.

+ 

  * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-7

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

  

  • update to latest version (4.0.0 → 4.2)
  • remove stray pom file from git
  • update URL to something that's not a dead link
  • regenerated BuildRequires
  • disabled moditect-maven-plugin (no need for Java 9 module support)

Test rebuilds of all recursively dependent packages were successful:

https://copr.fedorainfracloud.org/coprs/decathorpe/stax2-api-pr/monitor/

The build failures are all already present in rawhide and are not caused by this PR:

  • cassandra: missing dependencies
  • cassandra-java-driver: missing dependencies
  • hystrix: missing dependencies
  • jackson-dataformat-xml: seems to be incompatible with the recently pushed jackson 2.10
  • jackson-jaxrs-providers: missing dependencies
  • jetty: missing dependencies
  • mongo-java-driver: missing dependencies
  • resteasy: missing dependencies

Pull-Request has been merged by decathorpe

4 years ago