Bumped to 9.1
This commit is contained in:
parent
c2700e87eb
commit
f800c363cb
3 changed files with 9 additions and 3 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -12,3 +12,4 @@
|
|||
/java-runtime-decompiler-7.2.tar.gz
|
||||
/java-runtime-decompiler-7.3.tar.gz
|
||||
/java-runtime-decompiler-8.0.tar.gz
|
||||
/java-runtime-decompiler-9.1.tar.gz
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
Summary: Application for extraction and decompilation of JVM byte code
|
||||
Name: java-runtime-decompiler
|
||||
Version: 8.0
|
||||
Version: 9.1
|
||||
Release: 1%{?dist}
|
||||
License: GPLv3
|
||||
URL: https://github.com/pmikova/java-runtime-decompiler
|
||||
Source0: https://github.com/pmikova/%{name}/archive/%{name}-%{version}.tar.gz
|
||||
Source0: https://github.com/judovana/%{name}/archive/%{name}-%{version}.tar.gz
|
||||
Source1: %{name}
|
||||
Source3: jrd.desktop
|
||||
Source4: jrd-hex.desktop
|
||||
|
|
@ -228,6 +228,11 @@ rm $RPM_BUILD_ROOT%{_sysconfdir}/%{name}/plugins/JdDecompilerWrapper.json
|
|||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Wed Jan 03 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.1-1
|
||||
- update dto 9.1
|
||||
- https://github.com/judovana/java-runtime-decompiler/releases/tag/java-runtime-decompiler-9.1
|
||||
- https://github.com/judovana/java-runtime-decompiler/releases/tag/java-runtime-decompiler-9.0
|
||||
|
||||
* Fri Oct 13 2023 Fedora Release Engineering <releng@fedoraproject.org> - 8.0-1
|
||||
- update dto 8.0
|
||||
- https://github.com/pmikova/java-runtime-decompiler/releases/tag/java-runtime-decompiler-8.0
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (java-runtime-decompiler-8.0.tar.gz) = 0cc785efe5d678a4882ede71639c15d0d8c5496eab13fb6079b0030b1dca0c3b272401bddabd470a9830037d9978cecd46bc431b172f89bc32ec877e416e23d0
|
||||
SHA512 (java-runtime-decompiler-9.1.tar.gz) = 9373d08d9482614561726ab82b3f116136c79bf9758950276cf3043c6443425c17b43699d19cd33eb0761e3819795249a304135d64185989dcc1eeb59a9c671d
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue