From 2f7715afdfdadc98588d5ebf8d84cba74e2b45e9 Mon Sep 17 00:00:00 2001 From: Benson Muite Date: Jun 21 2023 07:44:44 +0000 Subject: Update to release 1.1.0 --- diff --git a/.gitignore b/.gitignore index 1c3b11d..9c63206 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /xbyak_aarch64-1.0.0.tar.gz +/xbyak_aarch64-1.1.0.tar.gz diff --git a/sources b/sources index 5f3d805..cf7b413 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (xbyak_aarch64-1.0.0.tar.gz) = 910dbe9a9ebdeba735d97d504a68c1a87bd37cb1597d72c93b00c96c52166dfb0070087c15c49a3ec95ca8df06be31e2de17ea3b83c7785ce80a43566febd17d +SHA512 (xbyak_aarch64-1.1.0.tar.gz) = 266e1d4becb8720f0c6c511d04ffe62870721f910573f338148a1787852885eae875cb65a596c3a2f22a2461457c0b5413d273cd599c2fa60af99bd2eadc5158 diff --git a/xbyak_aarch64.spec b/xbyak_aarch64.spec index 0179e4a..5288393 100644 --- a/xbyak_aarch64.spec +++ b/xbyak_aarch64.spec @@ -2,8 +2,8 @@ Summary: JIT assembler for AArch64 CPUs by C++ Name: xbyak_aarch64 License: Apache-2.0 -Version: 1.0.0 -Release: 7%{?dist} +Version: 1.1.0 +Release: 1%{?dist} URL: https://github.com/fujitsu/xbyak_aarch64 Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz @@ -58,11 +58,11 @@ Xbyak developed for x86_64 CPUs by MITSUNARI Shigeo. cp Makefile MakefileOriginal cp Makefile MakefileStatic -%patch01 -p1 +%patch 01 -p1 # Add soname which is not encoded in the patch sed -i 's/so.0.soname/so.0.%{version}/g' Makefile -%patch02 -p1 +%patch 02 -p1 %build %{set_build_flags} @@ -141,7 +141,6 @@ export EMULATOR="qemu-aarch64" export CXX=aarch64-linux-gnu-g++ CXX=aarch64-redhat-linux-g++ make -f MakefileOriginal cd test -source ../.github/automation/env/setenv ./test_all.sh -g cd .. %endif @@ -165,6 +164,9 @@ cd .. %{_libdir}/libxbyak_aarch64.a %changelog +* Wed Jun 21 2023 Benson Muite - 1.1.0-1 +- Update to latest release + * Sat Jan 21 2023 Fedora Release Engineering - 1.0.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild