diff --git a/.gitignore b/.gitignore index 6560a33..5c312a9 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/sources b/sources index f5c4058..ce3602b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (univocity-parsers-2.8.4.tar.gz) = 5741d347ab892f260192bf75a324bb772833d72344b2db1af88bee5913d541e392c145f0ceeb92e4b73d90c63de0716b9d15ef82e17b974cc0b5587c58a3227e +SHA512 (univocity-parsers-2.9.0.tar.gz) = e706901c1fefaed7f537ec2107e6a5ff4bf406e144dbeb401a9a22054650abf93362ac42c359066f2de672fffbb6ead0b4ee85122f1dcfe27fd39bd86f2d7e18 diff --git a/univocity-parsers.spec b/univocity-parsers.spec index 4978ade..1a44afc 100644 --- a/univocity-parsers.spec +++ b/univocity-parsers.spec @@ -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 @@ API documentation for %{name}. %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"]' \ -" - - com.googlecode.openbeans;resolution:=optional,* - -" - %build %if %{with tests} %mvn_build @@ -63,6 +55,9 @@ API documentation for %{name}. %license LICENSE-2.0.html %changelog +* Fri Aug 28 2020 Fabio Valentini - 2.9.0-1 +- Update to version 2.9.0. + * Thu Aug 13 2020 Mat Booth - 2.8.4-5 - Make OSGi requirement on com.googlecode.openbeans optional