2023-01-29 05:56:20 +00:00
committed by Git OBS Bridge
parent af79187e4d
commit cdb30b6cb8
5 changed files with 17 additions and 29 deletions

View File

@@ -1,23 +0,0 @@
<!--
# vim: set syntax=xml
-->
<services>
<service name="tar_scm" mode="manual">
<param name="scm">git</param>
<param name="url">https://github.com/facebook/hermes.git</param>
<param name="revision">v0.11.0</param>
<param name="version">0.11.0</param>
<param name="exclude">.circleci</param>
<param name="exclude">.github</param>
<param name="exclude">.gitignore</param>
<param name="exclude">CODE_OF_CONDUCT.md</param>
</service>
<service name="tar" mode="manual"/>
<service name="recompress" mode="manual">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

View File

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

3
hermes-0.12.0.tar.xz Normal file
View File

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

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Jan 29 05:54:36 UTC 2023 - Avindra Goolcharan <avindra@opensuse.org>
- update to 0.12.0:
* Many bug fixes
* language features (WeakRef & BigInt)
* removal of the debugger on the command line tools, resulting in
much better performance with Hermes from the CLI.
* RN now builds Hermes from source, so we no longer need to publish
specific versions of Hermes to target a specific version of RN
-------------------------------------------------------------------
Mon Mar 28 19:29:42 UTC 2022 - Avindra Goolcharan <avindra@opensuse.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package hermes
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,12 +19,12 @@
# The build here opts to use cmake and ninja directly instead of py tool:
# https://hermesengine.dev/docs/building-and-running
Name: hermes
Version: 0.11.0
Version: 0.12.0
Release: 0
Summary: A small JavaScript engine
License: MIT
URL: https://hermesengine.dev
Source: %{name}-%{version}.tar.xz
Source: https://github.com/facebook/hermes/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.xz
Source88: hermes-rpmlintrc
BuildRequires: cmake
BuildRequires: gcc-c++