Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| cdb61a1b8b |
@@ -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
BIN
hermes-0.14.0.tar.gz
LFS
Normal file
Binary file not shown.
@@ -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>
|
Sun Jan 29 05:54:36 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
|
||||||
|
|
||||||
|
|||||||
13
hermes.spec
13
hermes.spec
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package hermes
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# 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:
|
# 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
|
Name: hermes
|
||||||
Version: 0.12.0
|
Version: 0.14.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A small JavaScript engine
|
Summary: A small JavaScript engine
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://hermesengine.dev
|
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
|
Source88: hermes-rpmlintrc
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: python3-base
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: zip
|
BuildRequires: zip
|
||||||
|
BuildRequires: pkgconfig(readline)
|
||||||
|
|
||||||
%package -n hermes-devel
|
%package -n hermes-devel
|
||||||
Summary: Hermes development headers
|
Summary: Hermes development headers
|
||||||
@@ -43,7 +46,7 @@ Hermes is a JavaScript engine optimized for running React Native
|
|||||||
on Android.
|
on Android.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup
|
%autosetup -n hermes-hermes-v%{version}
|
||||||
%cmake -G Ninja
|
%cmake -G Ninja
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|||||||
Reference in New Issue
Block a user