Compare commits
No commits in common. "rawhide" and "f41" have entirely different histories.
2 changed files with 5 additions and 14 deletions
|
|
@ -5,7 +5,7 @@
|
|||
MathExpression me;
|
||||
me = new MathExpression("sin(3/2)");
|
||||
- Assertions.assertEquals("0.9974949866040544", me.solve());
|
||||
+ Assertions.assertEquals("0.9974949866040544", me.solve());
|
||||
+ Assertions.assertEquals("0.9974949866040543", me.solve());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@ Summary: %{nice_name} is a powerful open-source tool that parses and evaluates a
|
|||
%global nice_name ParserNG
|
||||
Name: parserng
|
||||
Version: 0.1.9
|
||||
Release: 11%{?dist}
|
||||
Release: 8%{?dist}
|
||||
# Automatically converted from old format: ASL 2.0 - review is highly recommended.
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/gbenroscience/ParserNG
|
||||
|
|
@ -18,7 +18,7 @@ Patch1: jdk21rounding.patch
|
|||
BuildArch: noarch
|
||||
ExclusiveArch: %{java_arches} noarch
|
||||
|
||||
BuildRequires: maven-local-openjdk25
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: junit5
|
||||
BuildRequires: ant-junit5
|
||||
BuildRequires: junit
|
||||
|
|
@ -28,8 +28,8 @@ BuildRequires: maven-surefire-provider-junit5
|
|||
BuildRequires: maven-surefire
|
||||
BuildRequires: maven-surefire-plugin
|
||||
BuildRequires: maven-clean-plugin
|
||||
BuildRequires: java-25-devel
|
||||
Requires: java-25-headless
|
||||
BuildRequires: java-devel
|
||||
Requires: java-headless
|
||||
Provides: ParserNG
|
||||
Provides: parser-ng
|
||||
|
||||
|
|
@ -76,15 +76,6 @@ install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/
|
|||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Mon Jul 28 2025 jiri vanek <jvanek@redhat.com> - 0.1.9-11
|
||||
- Rebuilt for java-25-openjdk as preffered jdk
|
||||
|
||||
* Thu Jul 24 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-10
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Fri Jan 17 2025 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.9-9
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Wed Jul 24 2024 Miroslav Suchý <msuchy@redhat.com> - 0.1.9-8
|
||||
- convert license to SPDX
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue