Compare commits

1 Commits
main ... 0.14.0

Author SHA256 Message Date
cdb61a1b8b 0.12.0 -> 0.14.0 2025-11-08 17:38:22 -05:00
4 changed files with 17 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bd8fd158381813483123eb1ab553ed08db68e4949f314c99ee8fa79fa8f3e7ed
size 9794161

BIN
hermes-0.14.0.tar.gz LFS Normal file

Binary file not shown.

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Nov 7 21:04:36 UTC 2025 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.14.0:
* >2k commits, see upstream git log
-------------------------------------------------------------------
Sun Jan 29 05:54:36 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package hermes
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +17,23 @@
# The build here opts to use cmake and ninja directly instead of py tool:
# https://hermesengine.dev/docs/building-and-running
# https://github.com/facebook/hermes/blob/main/doc/BuildingAndRunning.md
Name: hermes
Version: 0.12.0
Version: 0.14.0
Release: 0
Summary: A small JavaScript engine
License: MIT
URL: https://hermesengine.dev
Source: https://github.com/facebook/hermes/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.xz
Source: https://github.com/facebook/hermes/archive/refs/tags/hermes-v%{version}.tar.gz#/%{name}-%{version}.tar.gz
Source88: hermes-rpmlintrc
BuildRequires: cmake
BuildRequires: python3-base
BuildRequires: gcc-c++
BuildRequires: libicu-devel
BuildRequires: ninja
BuildRequires: pkgconfig
BuildRequires: zip
BuildRequires: pkgconfig(readline)
%package -n hermes-devel
Summary: Hermes development headers
@@ -43,7 +46,7 @@ Hermes is a JavaScript engine optimized for running React Native
on Android.
%prep
%autosetup
%autosetup -n hermes-hermes-v%{version}
%cmake -G Ninja
%build