!2 update to version 1.2.5

From: @wang--ge 
Reviewed-by: @wangchong1995924 
Signed-off-by: @wangchong1995924
This commit is contained in:
openeuler-ci-bot 2022-05-19 06:42:10 +00:00 committed by Gitee
commit 53ddb79ab3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 6 additions and 3 deletions

Binary file not shown.

BIN
1.2.5.Final.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global namedreltag .Final %global namedreltag .Final
%global namedversion %{version}%{?namedreltag} %global namedversion %{version}%{?namedreltag}
Name: jboss-classfilewriter Name: jboss-classfilewriter
Version: 1.1.2 Version: 1.2.5
Release: 1 Release: 1
Summary: JBoss Class File Writer Summary: JBoss Class File Writer
License: ASL 2.0 License: Apache-2.0
URL: https://github.com/jbossas/jboss-classfilewriter URL: https://github.com/jbossas/jboss-classfilewriter
Source0: https://github.com/jbossas/jboss-classfilewriter/archive/%{namedversion}.tar.gz Source0: https://github.com/jbossas/jboss-classfilewriter/archive/refs/tags/%{namedversion}.tar.gz
Source1: http://www.apache.org/licenses/LICENSE-2.0.txt Source1: http://www.apache.org/licenses/LICENSE-2.0.txt
BuildArch: noarch BuildArch: noarch
BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin) BuildRequires: maven-local mvn(junit:junit) mvn(org.apache.felix:maven-bundle-plugin)
@ -39,5 +39,8 @@ sed -i 's/\r//' LICENSE
%license LICENSE %license LICENSE
%changelog %changelog
* Thu May 19 2022 Ge Wang <wangge20@h-partners.com> - 1.2.5-1
- upgrade to version 1.2.5
* Mon Aug 24 2020 huanghaitao <huanghaitao8@huawei.com> - 1.1.2-1 * Mon Aug 24 2020 huanghaitao <huanghaitao8@huawei.com> - 1.1.2-1
- package init - package init