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

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

+ /results_*

+ /*.src.rpm

+ 

  /v2.5.5.tar.gz

+ /univocity-parsers-2.8.3.tar.gz

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

- SHA512 (v2.5.5.tar.gz) = 2e5dbce4bb3565f727ef370255e0118b438f20d791178171d463bc7528d4863717ed943216cca8c2e1076f6b36702e8e2a45ceaaf8ea95404aac125f9c4a56eb

+ SHA512 (univocity-parsers-2.8.3.tar.gz) = a0d509dc0540c95ae456c43649511c75c3ea895f180e55e041fa5753c563e010187c8db9202b62ff3a038dd946bd50bbe7c0dfd09e147a52e431713e8785c845

file modified
+12 -6
@@ -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 @@

  %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 @@

  %license LICENSE-2.0.html

  

  %changelog

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

+ - Update to version 2.8.3.

+ 

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

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

  

  • update to latest version (2.5.5 → 2.8.3)
  • regenerated BuildRequires
  • enabled test suite

Test rebuilds of recursively dependent packages were successful:

https://copr.fedorainfracloud.org/coprs/decathorpe/univocity-parsers-2.8.3-pr/monitor/

Build failures are caused by missing dependencies and not by this update.

The review request for univocity-output-tester is blocking this update:

https://bugzilla.redhat.com/show_bug.cgi?id=1758915

univocity-output-tester is now packaged and available on rawhide.

A successful build with enabled test suite was done in the stewardship-sig/javapackages COPR:
https://copr.fedorainfracloud.org/coprs/g/stewardship-sig/javapackages/monitor/

Pull-Request has been merged by decathorpe

4 years ago