Update to upstream version 6.7.0
This commit is contained in:
parent
142b1d9604
commit
8e90847c63
1
.gitignore
vendored
1
.gitignore
vendored
@ -9,3 +9,4 @@
|
||||
/bcel-6.3.1-src.tar.gz
|
||||
/bcel-6.4.1-src.tar.gz
|
||||
/bcel-6.5.0-src.tar.gz
|
||||
/bcel-6.7.0-src.tar.gz
|
||||
|
||||
11
bcel.spec
11
bcel.spec
@ -1,6 +1,6 @@
|
||||
Name: bcel
|
||||
Version: 6.5.0
|
||||
Release: 5%{?dist}
|
||||
Version: 6.7.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Byte Code Engineering Library
|
||||
License: ASL 2.0
|
||||
URL: http://commons.apache.org/proper/commons-bcel/
|
||||
@ -9,8 +9,6 @@ ExclusiveArch: %{java_arches} noarch
|
||||
|
||||
Source0: http://archive.apache.org/dist/commons/bcel/source/bcel-%{version}-src.tar.gz
|
||||
|
||||
Patch1: 0001-CVE-2022-42920.patch
|
||||
|
||||
BuildRequires: maven-local
|
||||
BuildRequires: mvn(org.apache.commons:commons-parent:pom:)
|
||||
|
||||
@ -38,10 +36,10 @@ This package provides %{summary}.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-src
|
||||
%patch1 -p1
|
||||
|
||||
%pom_remove_plugin :maven-source-plugin
|
||||
%pom_remove_plugin :spotbugs-maven-plugin
|
||||
%pom_remove_plugin :jacoco-maven-plugin
|
||||
|
||||
%mvn_alias : bcel: apache:
|
||||
%mvn_file : %{name}
|
||||
@ -60,6 +58,9 @@ This package provides %{summary}.
|
||||
%license LICENSE.txt NOTICE.txt
|
||||
|
||||
%changelog
|
||||
* Fri Aug 18 2023 Mikolaj Izdebski <mizdebsk@redhat.com> - 6.7.0-1
|
||||
- Update to upstream version 6.7.0
|
||||
|
||||
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 6.5.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
|
||||
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bcel-6.5.0-src.tar.gz) = c6da4b4d4cbad3ad2b3a4c0208063e3858170356fc4f6670c95ce819f0aea69f103914875a12bf2715a869c2b19a3e79fcb55a695eb269d9937520db25da1e3d
|
||||
SHA512 (bcel-6.7.0-src.tar.gz) = 71f0e227dbc558296f535507b3640ce4c91dddf12ef06502b5fca95b35510b02d09ca649f121427b4b47deb96c2edfe0de70999261cffbcbe170a835730096a0
|
||||
|
||||
Loading…
Reference in New Issue
Block a user