From 52976569544977a1e45827708c33de0a4f9f5141 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 15 Feb 2025 13:39:35 +0000 Subject: [PATCH] 20191221 --- .abf.yml | 1 + tinyemu.spec | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.abf.yml b/.abf.yml index 90aad2f..8dcdcc4 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,2 +1,3 @@ sources: tinyemu-2018-09-23.tar: 7e467dc9807d9f3777108889c4e6e0df007146c1 + tinyemu-2019-12-21.tar.gz: f5b412113f31410d890dac7c414a4d12ed33a193 diff --git a/tinyemu.spec b/tinyemu.spec index f2a887c..07f5bb8 100644 --- a/tinyemu.spec +++ b/tinyemu.spec @@ -1,16 +1,16 @@ %define debug_package %nil Name: tinyemu -Version: 20180923 +Version: 20191221 Release: 1 Summary: Tiny RISC-V emulator URL: https://bellard.org/tinyemu/ -Source0: https://bellard.org/%{name}/%{name}-2018-09-23.tar +Source0: https://bellard.org/%{name}/%{name}-2019-12-21.tar.gz Patch0: %{name}_makefile.patch License: MIT Group: Emulators BuildRequires: pkgconfig(sdl) -BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(openssl3.3) BuildRequires: pkgconfig(libcurl) %description