Compare commits
No commits in common. "c8" and "imports/c9-beta/univocity-parsers-2.9.1-5.el9" have entirely different histories.
c8
...
imports/c9
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/v2.5.5.tar.gz
|
SOURCES/v2.9.1.tar.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
72bdd78b660b800989ac01e4a0326fe2c29ff427 SOURCES/v2.5.5.tar.gz
|
5c2eec2c406119634c6d0f6c8b60361a3129e0c4 SOURCES/v2.9.1.tar.gz
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
|
%bcond_with bootstrap
|
||||||
|
|
||||||
Name: univocity-parsers
|
Name: univocity-parsers
|
||||||
Version: 2.5.5
|
Version: 2.9.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Collection of parsers for Java
|
Summary: Collection of parsers for Java
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/uniVocity/univocity-parsers
|
URL: https://github.com/uniVocity/univocity-parsers
|
||||||
@ -9,8 +11,12 @@ BuildArch: noarch
|
|||||||
Source0: https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz
|
Source0: https://github.com/uniVocity/univocity-parsers/archive/v%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: maven-local
|
BuildRequires: maven-local
|
||||||
|
%if %{with bootstrap}
|
||||||
|
BuildRequires: javapackages-bootstrap
|
||||||
|
%else
|
||||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
uniVocity-parsers is a suite of extremely fast and reliable parsers
|
uniVocity-parsers is a suite of extremely fast and reliable parsers
|
||||||
@ -38,12 +44,84 @@ API documentation for %{name}.
|
|||||||
%mvn_install
|
%mvn_install
|
||||||
|
|
||||||
%files -f .mfiles
|
%files -f .mfiles
|
||||||
|
%doc README.md
|
||||||
%license LICENSE-2.0.html
|
%license LICENSE-2.0.html
|
||||||
|
|
||||||
%files javadoc -f .mfiles-javadoc
|
%files javadoc -f .mfiles-javadoc
|
||||||
%license LICENSE-2.0.html
|
%license LICENSE-2.0.html
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.9.1-5
|
||||||
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
||||||
|
Related: rhbz#1991688
|
||||||
|
|
||||||
|
* Wed Jun 09 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.9.1-4
|
||||||
|
- Rebuild to workaround DistroBaker issue
|
||||||
|
|
||||||
|
* Tue Jun 08 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.9.1-3
|
||||||
|
- Bootstrap Maven for CentOS Stream 9
|
||||||
|
|
||||||
|
* Mon May 17 2021 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.9.1-2
|
||||||
|
- Bootstrap build
|
||||||
|
- Non-bootstrap build
|
||||||
|
|
||||||
|
* Sat Jan 30 2021 Fabio Valentini <decathorpe@gmail.com> - 2.9.1-1
|
||||||
|
- Update to version 2.9.1.
|
||||||
|
|
||||||
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.0-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Jan 26 2021 Marian Koncek <mkoncek@redhat.com> - 2.9.1-1
|
||||||
|
- Update to upstream version 2.9.1
|
||||||
|
|
||||||
|
* Fri Sep 11 2020 Marian Koncek <mkoncek@redhat.com> - 2.9.0-1
|
||||||
|
- Update to upstream version 2.9.0
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.4-4
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 29 2020 Marian Koncek <mkoncek@redhat.com> - 2.8.4-1
|
||||||
|
- Update to upstream version 2.8.4
|
||||||
|
|
||||||
|
* Tue Jul 14 2020 Mat Booth <mat.booth@redhat.com> - 2.8.4-3
|
||||||
|
- Allow building without tests
|
||||||
|
|
||||||
|
* Sat Jul 11 2020 Jiri Vanek <jvanek@redhat.com> - 2.8.4-2
|
||||||
|
- Rebuilt for JDK-11, see https://fedoraproject.org/wiki/Changes/Java11
|
||||||
|
|
||||||
|
* Thu Feb 13 2020 Fabio Valentini <decathorpe@gmail.com> - 2.8.4-1
|
||||||
|
- Update to version 2.8.4.
|
||||||
|
|
||||||
|
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.3-2
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
||||||
|
|
||||||
|
* Tue Nov 05 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.8.3-2
|
||||||
|
- Mass rebuild for javapackages-tools 201902
|
||||||
|
|
||||||
|
* Sun Oct 06 2019 Fabio Valentini <decathorpe@gmail.com> - 2.8.3-1
|
||||||
|
- Update to version 2.8.3.
|
||||||
|
|
||||||
|
* Tue Aug 13 2019 Marian Koncek <mkoncek@redhat.com> - 2.8.3-1
|
||||||
|
- Update to upstream 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
|
||||||
|
|
||||||
|
* Mon Jul 22 2019 Marian Koncek <mkoncek@redhat.com> - 2.8.2-1
|
||||||
|
- Update to upstream version 2.8.2
|
||||||
|
|
||||||
|
* Fri May 24 2019 Mikolaj Izdebski <mizdebsk@redhat.com> - 2.5.5-6
|
||||||
|
- Mass rebuild for javapackages-tools 201901
|
||||||
|
|
||||||
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.5.5-5
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||||
|
|
||||||
* Tue Aug 21 2018 Mat Booth <mat.booth@redhat.com> - 2.5.5-4
|
* Tue Aug 21 2018 Mat Booth <mat.booth@redhat.com> - 2.5.5-4
|
||||||
- Remove unnecessary javadoc invocation
|
- Remove unnecessary javadoc invocation
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user