From 2f9219871eb1185be8b3883418108a55edcbbf40 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Oct 06 2019 19:37:34 +0000 Subject: update to version 2.8.3 --- diff --git a/.gitignore b/.gitignore index 87207ab..e9cedf4 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,5 @@ +/results_* +/*.src.rpm + /v2.5.5.tar.gz +/univocity-parsers-2.8.3.tar.gz diff --git a/sources b/sources index 3f73056..0e4794d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (v2.5.5.tar.gz) = 2e5dbce4bb3565f727ef370255e0118b438f20d791178171d463bc7528d4863717ed943216cca8c2e1076f6b36702e8e2a45ceaaf8ea95404aac125f9c4a56eb +SHA512 (univocity-parsers-2.8.3.tar.gz) = a0d509dc0540c95ae456c43649511c75c3ea895f180e55e041fa5753c563e010187c8db9202b62ff3a038dd946bd50bbe7c0dfd09e147a52e431713e8785c845 diff --git a/univocity-parsers.spec b/univocity-parsers.spec index a7bacdc..1242233 100644 --- a/univocity-parsers.spec +++ b/univocity-parsers.spec @@ -1,16 +1,20 @@ Name: univocity-parsers -Version: 2.5.5 -Release: 6%{?dist} +Version: 2.8.3 +Release: 1%{?dist} Summary: Collection of parsers for Java License: ASL 2.0 + URL: https://github.com/uniVocity/univocity-parsers -BuildArch: noarch +Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz -Source0: https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz +BuildArch: noarch BuildRequires: maven-local +BuildRequires: mvn(com.univocity:univocity-output-tester) BuildRequires: mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin) +BuildRequires: mvn(org.hsqldb:hsqldb) +BuildRequires: mvn(org.testng:testng) %description uniVocity-parsers is a suite of extremely fast and reliable parsers @@ -31,8 +35,7 @@ API documentation for %{name}. %pom_remove_plugin :maven-javadoc-plugin %build -# Tests require univocity-output-tester, which is not packaged yet. -%mvn_build -f +%mvn_build %install %mvn_install @@ -44,6 +47,9 @@ API documentation for %{name}. %license LICENSE-2.0.html %changelog +* Sun Oct 06 2019 Fabio Valentini - 2.8.3-1 +- Update to version 2.8.3. + * Sat Jul 27 2019 Fedora Release Engineering - 2.5.5-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild