Compare commits

...
Sign in to create a new pull request.

1 commit

View file

@ -2,7 +2,7 @@ Summary: %{nice_name} is a powerful open-source tool that parses and evaluates a
%global nice_name ParserNG %global nice_name ParserNG
Name: parserng Name: parserng
Version: 0.1.9 Version: 0.1.9
Release: 6%{?dist} Release: 7%{?dist}
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/gbenroscience/ParserNG URL: https://github.com/gbenroscience/ParserNG
# tarred cloned repo without hidden files and without idea iml # tarred cloned repo without hidden files and without idea iml
@ -75,6 +75,9 @@ install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/
%license LICENSE %license LICENSE
%changelog %changelog
* Sat Mar 02 2024 Jiri Vanek <jvanek@redhat.com> - 0.1.9-7
- Rebuilt for java-21-openjdk as system jdk
* Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 0.1.9-6 * Tue Feb 27 2024 Jiri Vanek <jvanek@redhat.com> - 0.1.9-6
- Rebuilt for java-21-openjdk as system jdk - Rebuilt for java-21-openjdk as system jdk
- fixed source/target - fixed source/target