SHA256
1
0
forked from pool/cjs

2 Commits

Author SHA256 Message Date
7f7a44ec48 Accepting request 1237098 from X11:Cinnamon:Factory
OBS-URL: https://build.opensuse.org/request/show/1237098
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cjs?expand=0&rev=23
2025-01-13 16:49:58 +00:00
31c085544c - update to 6.4.0:
* gjs-util: Backport private closure annotations patch
  * Fix meson.build deprecations up to 0.56.0

OBS-URL: https://build.opensuse.org/package/show/X11:Cinnamon:Factory/cjs?expand=0&rev=71
2025-01-12 03:14:57 +00:00
4 changed files with 12 additions and 5 deletions

View File

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

3
cjs-6.4.0.tar.gz Normal file
View File

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

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 27 09:06:48 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 6.4.0:
* gjs-util: Backport private closure annotations patch
* Fix meson.build deprecations up to 0.56.0
-------------------------------------------------------------------
Mon Aug 26 16:10:00 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@@ -19,7 +19,7 @@
%define sover 0
%define typelib typelib-1_0-CjsPrivate-1_0
Name: cjs
Version: 6.2.0
Version: 6.4.0
Release: 0
Summary: JavaScript module used by Cinnamon
License: (GPL-2.0-or-later OR MPL-1.1 OR LGPL-2.1-or-later) AND MIT
@@ -38,7 +38,7 @@ BuildRequires: pkgconfig(gobject-introspection-1.0)
BuildRequires: pkgconfig(gtk+-3.0) >= 3.14.0
BuildRequires: pkgconfig(libffi)
BuildRequires: pkgconfig(mozjs-115)
%if %{?suse_version} > 1500
%if 0%{?suse_version} > 1500
BuildRequires: pkgconfig(readline)
%else
BuildRequires: readline-devel