public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Leigh Scott <leigh123linux@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/cjs] f43: Add pkgconfig variable to export the appropriate API version of mozjs
Date: Mon, 01 Jun 2026 12:54:41 GMT	[thread overview]
Message-ID: <178031848104.1.12378061798467174222.rpms-cjs-6db88d7368a1@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/cjs
Branch : f43
Commit : 6db88d7368a1666fac19abdb0862326a5038d030
Author : Leigh Scott <leigh123linux@gmail.com>
Date   : 2026-01-21T10:53:17+00:00
Stats  : +18/-2 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/cjs/c/6db88d7368a1666fac19abdb0862326a5038d030?branch=f43

Log:
Add pkgconfig variable to export the appropriate API version of mozjs

---
diff --git a/cjs.spec b/cjs.spec
index a36378d..90d8d90 100644
--- a/cjs.spec
+++ b/cjs.spec
@@ -6,7 +6,7 @@
 Name:          cjs
 Epoch:         1
 Version:       128.1
-Release:       3%{?dist}
+Release:       4%{?dist}
 Summary:       Javascript Bindings for Cinnamon
 
 # Automatically converted from old format: MIT and (MPLv1.1 or GPLv2+ or LGPLv2+) - review is highly recommended.
@@ -16,7 +16,8 @@ License:       LicenseRef-Callaway-MIT AND (LicenseRef-Callaway-MPLv1.1 OR GPL-2
 # The console module (modules/console.c)
 # Stack printer (gjs/stack.c)
 URL:           https://github.com/linuxmint/%{name}
-Source0:        %{url}/archive/%{version}/%{name}-%{version}.tar.gz
+Source0:       %{url}/archive/%{version}/%{name}-%{version}.tar.gz
+Patch0:        pkconfig.patch
 
 ExcludeArch:   %{ix86}
 
@@ -105,6 +106,9 @@ the functionality of the installed cjs package.
 
 
 %changelog
+* Wed Jan 21 2026 Leigh Scott <leigh123linux@gmail.com> - 1:128.1-4
+- Add pkgconfig variable to export the appropriate API version of mozjs
+
 * Fri Jan 16 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1:128.1-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
 

diff --git a/pkconfig.patch b/pkconfig.patch
new file mode 100644
index 0000000..da06381
--- /dev/null
+++ b/pkconfig.patch
@@ -0,0 +1,12 @@
+Binary files a/cjs-devel-128.1-1.fc43.x86_64.rpm and b/cjs-devel-128.1-1.fc43.x86_64.rpm differ
+diff -uNrp a/meson.build b/meson.build
+--- a/meson.build	2025-12-10 15:40:57.000000000 +0000
++++ b/meson.build	2026-01-21 10:42:13.388115407 +0000
+@@ -600,6 +600,7 @@ pkg.generate(libcjs, name: api_name, des
+         'exec_prefix=${prefix}',
+         'datarootdir=${datadir}',
+         'cjs_console=${bindir}/cjs-console',
++        'mozjs_dep_name=@0@'.format(spidermonkey.name()),
+     ])
+ 
+ ### Test environment ###########################################################

                 reply	other threads:[~2026-06-01 12:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178031848104.1.12378061798467174222.rpms-cjs-6db88d7368a1@fedoraproject.org \
    --to=leigh123linux@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox