Update to version 0.10.0

This commit is contained in:
wang--ge 2023-09-15 11:26:21 +08:00
parent 8857d57715
commit 23fd91f0af
3 changed files with 5 additions and 2 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1,10 +1,10 @@
Name: jnr-constants
Version: 0.9.12
Version: 0.10.4
Release: 1
Summary: Java Native Runtime constants
License: ASL 2.0
URL: https://github.com/jnr/jnr-constants
Source0: https://github.com/jnr/%{name}/archive/%{name}-%{version}.tar.gz
Source0: https://github.com/jnr/%{name}/archive/refs/tags/%{name}-%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin)
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
@ -37,5 +37,8 @@ find ./ -name '*.class' -delete
%doc LICENSE
%changelog
* Fri Sep 15 2023 Ge Wang <wang__ge@126.com> - 0.10.4-1
- Update to version 0.10.4
* Mon Jul 27 2020 Jeffery.Gao <gaojianxing@huawei.com> - 0.9.12-1
- Package init