diff --git a/jnr-x86asm.spec b/jnr-x86asm.spec index da15b0c..237e175 100644 --- a/jnr-x86asm.spec +++ b/jnr-x86asm.spec @@ -1,10 +1,10 @@ Name: jnr-x86asm Version: 1.0.2 -Release: 1 +Release: 2 Summary: Pure-java port of asmjit License: MIT URL: https://github.com/jnr/jnr-x86asm/ -Source0: https://github.com/jnr/jnr-x86asm/archive/jnr-x86asm-%{version}.tar.gz +Source0: https://github.com/jnr/jnr-x86asm/archive/refs/tags/1.0.2.tar.gz#/jnr-x86asm-%{version}.tar.gz Source1: MANIFEST.MF Patch0: add-manifest.patch BuildArch: noarch @@ -38,5 +38,8 @@ find ./ -name '*.class' -delete %license LICENSE %changelog +* Thu Nov 10 2022 Ge Wang - 1.0.2-2 +- Bring source file into correspondence with described in spec file + * Sat Aug 22 2020 Jeffery.Gao - 1.0.2-1 - package init