From 60f2e8ec266c1fba87630d65beb6546e2a6812bf Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 10 Nov 2022 17:19:45 +0800 Subject: [PATCH] Bring source file into correspondence with described in spec file --- jnr-x86asm.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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