#3 update to version 2.9.0
Merged 3 years ago by decathorpe. Opened 3 years ago by decathorpe.
Unknown source master  into  master

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

  /v2.5.5.tar.gz

  /univocity-parsers-2.8.3.tar.gz

  /univocity-parsers-2.8.4.tar.gz

+ /univocity-parsers-2.9.0.tar.gz

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

- SHA512 (univocity-parsers-2.8.4.tar.gz) = 5741d347ab892f260192bf75a324bb772833d72344b2db1af88bee5913d541e392c145f0ceeb92e4b73d90c63de0716b9d15ef82e17b974cc0b5587c58a3227e

+ SHA512 (univocity-parsers-2.9.0.tar.gz) = e706901c1fefaed7f537ec2107e6a5ff4bf406e144dbeb401a9a22054650abf93362ac42c359066f2de672fffbb6ead0b4ee85122f1dcfe27fd39bd86f2d7e18

file modified
+5 -10
@@ -1,8 +1,8 @@

  %bcond_without tests

  

  Name:           univocity-parsers

- Version:        2.8.4

- Release:        5%{?dist}

+ Version:        2.9.0

+ Release:        1%{?dist}

  Summary:        Collection of parsers for Java

  License:        ASL 2.0

  
@@ -38,14 +38,6 @@

  %pom_remove_plugin :nexus-staging-maven-plugin

  %pom_remove_plugin :maven-javadoc-plugin

  

- # Make osgi dep on com.googlecode.openbeans optional (it is only used by reflection)

- %pom_xpath_inject 'pom:plugin[pom:artifactId="maven-bundle-plugin"]' \

- "<configuration>

-   <instructions>

-     <Import-Package>com.googlecode.openbeans;resolution:=optional,*</Import-Package>

-   </instructions>

- </configuration>"

- 

  %build

  %if %{with tests}

  %mvn_build
@@ -63,6 +55,9 @@

  %license LICENSE-2.0.html

  

  %changelog

+ * Fri Aug 28 2020 Fabio Valentini <decathorpe@gmail.com> - 2.9.0-1

+ - Update to version 2.9.0.

+ 

  * Thu Aug 13 2020 Mat Booth <mat.booth@redhat.com> - 2.8.4-5

  - Make OSGi requirement on com.googlecode.openbeans optional

  

Test rebuilds in COPR were all green:
https://copr.fedorainfracloud.org/coprs/decathorpe/univocity-parsers-2.9.0-pr/monitor/

Pull-Request has been merged by decathorpe

3 years ago