update to version 2.1.44

This commit is contained in:
wang--ge 2023-09-27 15:07:34 +08:00
parent 3479a11552
commit cb94ba23db
3 changed files with 5 additions and 2 deletions

Binary file not shown.

BIN
joni-joni-2.1.44.tar.gz Normal file

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: joni
Version: 2.1.24
Version: 2.1.44
Release: 1
Summary: Java port of Oniguruma regexp library
License: MIT
URL: https://github.com/jruby/%{name}
Source0: https://github.com/jruby/%{name}/archive/%{name}-%{version}.zip
Source0: https://github.com/jruby/%{name}/archive/%{name}-%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: java-devel jcodings jpackage-utils junit maven-local maven-compiler-plugin
BuildRequires: maven-jar-plugin maven-surefire-plugin sonatype-oss-parent
@ -52,6 +52,9 @@ xmvn --batch-mode --offline org.fedoraproject.xmvn:xmvn-mojo:javadoc
%files help -f .mfiles-javadoc
%changelog
* Wed Sep 27 2023 Ge Wang <wang__ge@126.com> - 2.1.44-1
- Upgrade joni to 2.1.44
* Tue Feb 15 2022 yaoxin <yaoxin30@huawei.com> - 2.1.24-1
- Upgrade joni to 2.1.24 to resolve compilation failures.