diff --git a/bcel-6.4.1-src.tar.gz b/bcel-6.4.1-src.tar.gz deleted file mode 100644 index c9d3b53..0000000 Binary files a/bcel-6.4.1-src.tar.gz and /dev/null differ diff --git a/bcel-6.5.0-src.tar.gz b/bcel-6.5.0-src.tar.gz new file mode 100644 index 0000000..dcc2f01 Binary files /dev/null and b/bcel-6.5.0-src.tar.gz differ diff --git a/bcel.spec b/bcel.spec index 0ca1b5d..0bcaa50 100644 --- a/bcel.spec +++ b/bcel.spec @@ -1,8 +1,8 @@ Name: bcel -Version: 6.4.1 +Version: 6.5.0 Release: 1 Summary: Byte Code Engineering Library -License: ASL 2.0 +License: Apache-2.0 URL: http://commons.apache.org/proper/commons-bcel/ Source0: http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz BuildArch: noarch @@ -37,6 +37,9 @@ Java class files (those ending with .class). %{_javadocdir}/%{name} %changelog +* Thu Jun 16 2022 Ge Wang - 6.5.0-1 +- Upgrade to version 6.5.0 + * Thu Apr 14 2022 wangkai - 6.4.1-1 - Upgrade to version 6.4.1 diff --git a/bcel.yaml b/bcel.yaml new file mode 100644 index 0000000..8c982d1 --- /dev/null +++ b/bcel.yaml @@ -0,0 +1,4 @@ +version_control: github +src_repo: apache/commons-bcel +tag_prefix: "commons-bcel-" +seperator: "."