Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions packages/m/mozjs/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -200,8 +200,8 @@ libmozjs-140.so:WINDOWS_1258_ENCODING
libmozjs-140.so:WINDOWS_874_ENCODING
libmozjs-140.so:X_MAC_CYRILLIC_ENCODING
libmozjs-140.so:X_USER_DEFINED_ENCODING
libmozjs-140.so:_RNvNtCsknYBJus7Eq0_3std9panicking11EMPTY_PANIC
libmozjs-140.so:_RNvNtNtNtNtCsknYBJus7Eq0_3std3sys4args4unix3imp15ARGV_INIT_ARRAY
libmozjs-140.so:_RNvNtCshk0JSVlIddk_3std9panicking11EMPTY_PANIC
libmozjs-140.so:_RNvNtNtNtNtCshk0JSVlIddk_3std3sys4args4unix3imp15ARGV_INIT_ARRAY
libmozjs-140.so:_Z10JS_MaybeGCP9JSContext
libmozjs-140.so:_Z10JS_reallocP9JSContextPvmm
libmozjs-140.so:_Z11JS_IsNativeP8JSObject
Expand Down Expand Up @@ -1433,7 +1433,6 @@ libmozjs-140.so:_ZN2JS6BigInt11bitNotValueEP9JSContextNS_6HandleINS_5ValueEEENS_
libmozjs-140.so:_ZN2JS6BigInt11bitXorValueEP9JSContextNS_6HandleINS_5ValueEEES5_NS_13MutableHandleIS4_EE
libmozjs-140.so:_ZN2JS6BigInt11negativeOneEP9JSContext
libmozjs-140.so:_ZN2JS6BigInt11numberValueEPKS0_
libmozjs-140.so:_ZN2JS6BigInt12looselyEqualEP9JSContextNS_6HandleIPS0_EENS3_INS_5ValueEEE
libmozjs-140.so:_ZN2JS6BigInt12rshByMaximumEP9JSContextb
libmozjs-140.so:_ZN2JS6BigInt13lshByAbsoluteEP9JSContextNS_6HandleIPS0_EES5_
libmozjs-140.so:_ZN2JS6BigInt13rshByAbsoluteEP9JSContextNS_6HandleIPS0_EES5_
Expand Down
9 changes: 5 additions & 4 deletions packages/m/mozjs/package.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# yaml-language-server: $schema=/usr/share/ypkg/schema/schema.json
name : mozjs
version : 140.4.0
release : 38
version : 140.6.0
release : 39
source :
- https://archive.mozilla.org/pub/firefox/releases/140.4.0esr/source/firefox-140.4.0esr.source.tar.xz : 49f20673171046bc7b64f4caa340c46e1e105b9107f0ef68b7a94f379bcea4f7
homepage : https://www.mozilla.org/
- https://archive.mozilla.org/pub/firefox/releases/140.6.0esr/source/firefox-140.6.0esr.source.tar.xz : 6c35c9ab507521033c8fd49f1b4c85ee158f33ed36f5781a663f116c3d604dc9
homepage : https://spidermonkey.dev/
license :
- GPL-2.0-or-later
- MPL-1.1
Expand Down Expand Up @@ -56,6 +56,7 @@
cd $workdir/building
%make_install
rm -r $installdir/%libdir%/*.ajs
%install_license $workdir/toolkit/content/license.html
patterns :
- devel :
- /usr/bin/js*-config
19 changes: 10 additions & 9 deletions packages/m/mozjs/pspec_x86_64.xml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<PISI>
<Source>
<Name>mozjs</Name>
<Homepage>https://www.mozilla.org/</Homepage>
<Homepage>https://spidermonkey.dev/</Homepage>
<Packager>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Packager>
<License>GPL-2.0-or-later</License>
<License>MPL-1.1</License>
Expand All @@ -23,6 +23,7 @@
<Files>
<Path fileType="executable">/usr/bin/js140</Path>
<Path fileType="library">/usr/lib64/libmozjs-140.so</Path>
<Path fileType="data">/usr/share/licenses/mozjs/license.html</Path>
</Files>
</Package>
<Package>
Expand All @@ -32,7 +33,7 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="38">mozjs</Dependency>
<Dependency release="39">mozjs</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin/js140-config</Path>
Expand Down Expand Up @@ -415,12 +416,12 @@
</Files>
</Package>
<History>
<Update release="38">
<Date>2025-11-15</Date>
<Version>140.4.0</Version>
<Update release="39">
<Date>2025-12-28</Date>
<Version>140.6.0</Version>
<Comment>Packaging update</Comment>
<Name>Jared Cervantes</Name>
<Email>jared@jaredcervantes.com</Email>
<Name>Jakob Gezelius</Name>
<Email>jakob@knugen.nu</Email>
</Update>
</History>
</PISI>