Skip to content

Commit 69e6045

Browse files
committed
prepare v15.2.0-1
1 parent 4ac0da3 commit 69e6045

23 files changed

+61
-54
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ Entries in this file are in reverse chronological order.
44

55
## 2025-10-14
66

7+
* v15.2.0-1 prepared
8+
* 4ac0da3 website update
9+
* 5e32616 website update
10+
* 380a92b website update
11+
* 9d16b59 website: add test results
12+
* ba32a67 14.3.0-1.1
13+
* 8e2774e CHANGELOG: publish npm v14.3.0-1.1
714
* v14.3.0-1.1 published on npmjs.com
815
* eb1dd2c package.json: update URLs for 14.3.0-1.1 release
916
* 98a7780 website: blog post release 14.3.0-1.1 published

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ For information on how to install and use this project, please refer to the
1717
## Project source
1818

1919
The source code of the current release is available on
20-
[GitHub tag v14.3.0-1.1 tree](https://github.com/xpack-dev-tools/gcc-xpack/tree/v14.3.0-1.1).
20+
[GitHub tag v15.2.0-1.1 tree](https://github.com/xpack-dev-tools/gcc-xpack/tree/v15.2.0-1.1).
2121

2222
## License
2323

build-assets/scripts/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
14.3.0-1
1+
15.2.0-1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@xpack-dev-tools/gcc",
3-
"version": "14.3.0-1.1",
3+
"version": "15.2.0-1.1.pre",
44
"description": "A binary xpm package with the GNU Compiler Collection executables",
55
"main": "",
66
"scripts": {

website/docs/developer/_common/_platform-docker-section.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ or, for increased verbosity, execute the similar development build:
4646
archive and its SHA signature, created within
4747
the <code>build-assets/build/{props.platform}/deploy</code> folder:
4848

49-
- <code>xpack-gcc-14.3.0-1-{props.platform}.tar.gz</code>
50-
- <code>xpack-gcc-14.3.0-1-{props.platform}.tar.gz.sha</code>
49+
- <code>xpack-gcc-15.2.0-1-{props.platform}.tar.gz</code>
50+
- <code>xpack-gcc-15.2.0-1-{props.platform}.tar.gz.sha</code>
5151

5252
To re-execute the build, invoke the **deep-clean** action and repeat from installation:
5353

website/docs/developer/_common/_platform-native-section.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ or, for increased verbosity, execute the similar development build:
4343
archive and its SHA signature, created within
4444
the <code>build-assets/build/{props.platform}/deploy</code> folder:
4545

46-
- <code>xpack-gcc-14.3.0-1-{props.platform}.tar.gz</code>
47-
- <code>xpack-gcc-14.3.0-1-{props.platform}.tar.gz.sha</code>
46+
- <code>xpack-gcc-15.2.0-1-{props.platform}.tar.gz</code>
47+
- <code>xpack-gcc-15.2.0-1-{props.platform}.tar.gz.sha</code>
4848

4949
To re-execute the build, invoke the **deep-clean** action and repeat from installation:
5050

website/docs/install/_common/_automatic-install-quick-test.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ To verify if the {props.descriptiveName} installed by **xpm** starts correctly,
1616
<TabItem value="windows" label="Windows" default>
1717

1818
<CodeBlock language="console"> {
19-
`C:\\> %USERPROFILE%\\AppData\\Roaming\\xPacks\\@xpack-dev-tools\\${props.permalinkName}\\14.3.0-1.1\\.content\\bin\\${props.programName}.exe --version
20-
${props.branding}14.3.0
19+
`C:\\> %USERPROFILE%\\AppData\\Roaming\\xPacks\\@xpack-dev-tools\\${props.permalinkName}\\15.2.0-1.1\\.content\\bin\\${props.programName}.exe --version
20+
${props.branding}15.2.0
2121
`} </CodeBlock>
2222

2323
</TabItem>
2424

2525
<TabItem value="linux" label="GNU/Linux">
2626

2727
<CodeBlock language="console"> {
28-
`$ ~/.local/xPacks/@xpack-dev-tools/${props.permalinkName}/14.3.0-1.1/.content/bin/${props.programName} --version
29-
${props.branding}14.3.0
28+
`$ ~/.local/xPacks/@xpack-dev-tools/${props.permalinkName}/15.2.0-1.1/.content/bin/${props.programName} --version
29+
${props.branding}15.2.0
3030
`} </CodeBlock>
3131

3232
</TabItem>

website/docs/install/_common/_content.mdx

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The command to install the **latest** available version of **gcc** is:
204204
To install a **specific version**, specify it explicitly:
205205

206206
<CodeBlock language="sh"> {
207-
`xpm install @xpack-dev-tools/gcc@14.3.0-1.1 --verbose
207+
`xpm install @xpack-dev-tools/gcc@15.2.0-1.1 --verbose
208208
`} </CodeBlock>
209209

210210
<Tabs groupId="operating-systems">
@@ -303,7 +303,7 @@ the project build configurations need a PATH adjustment:
303303
<TabItem value="windows" label="Windows" default>
304304

305305
<CodeBlock language="sh"> {
306-
`export PATH=$HOME/AppData/Roaming/xPacks/xpack-dev-tools/gcc/14.3.0-1.1/.content/bin:$PATH
306+
`export PATH=$HOME/AppData/Roaming/xPacks/xpack-dev-tools/gcc/15.2.0-1.1/.content/bin:$PATH
307307
`} </CodeBlock>
308308

309309
:::tip
@@ -318,7 +318,7 @@ corresponding shell.
318318
<TabItem value="linux" label="GNU/Linux">
319319

320320
<CodeBlock language="sh"> {
321-
`export PATH=$HOME/.local/xPacks/xpack-dev-tools/gcc/14.3.0-1.1/.content/bin:$PATH
321+
`export PATH=$HOME/.local/xPacks/xpack-dev-tools/gcc/15.2.0-1.1/.content/bin:$PATH
322322
`} </CodeBlock>
323323

324324
</TabItem>
@@ -350,7 +350,7 @@ are packed as `.zip` files.
350350
Download the latest version named like:
351351

352352
<ul>
353-
<li><code>xpack-gcc-14.3.0-1-win32-x64.zip</code></li>
353+
<li><code>xpack-gcc-15.2.0-1-win32-x64.zip</code></li>
354354
</ul>
355355

356356
:::note
@@ -366,7 +366,7 @@ unpack the archive and move it to a location of your choice.
366366

367367
The recommended location is
368368
the <code>%USERPROFILE%\\AppData\\Roaming\\xPacks\\gcc</code> folder, for
369-
example <code>C:\\Users\\ilg\\AppData\\Roaming\\xPacks\\gcc\\xpack-gcc-14.3.0-1</code>.
369+
example <code>C:\\Users\\ilg\\AppData\\Roaming\\xPacks\\gcc\\xpack-gcc-15.2.0-1</code>.
370370

371371
:::note
372372

@@ -384,8 +384,8 @@ are packed as `.tar.gz` archives.
384384
Download the latest version named like:
385385

386386
<ul>
387-
<li><code>xpack-gcc-14.3.0-1-linux-x64.tar.gz</code></li>
388-
<li><code>xpack-gcc-14.3.0-1-linux-arm64.tar.gz</code></li>
387+
<li><code>xpack-gcc-15.2.0-1-linux-x64.tar.gz</code></li>
388+
<li><code>xpack-gcc-15.2.0-1-linux-arm64.tar.gz</code></li>
389389
</ul>
390390

391391
:::note
@@ -400,14 +400,14 @@ unpack the archive and move it to a location of your choice.
400400

401401
The recommended location is
402402
the <code>~/.local/xPacks/gcc</code> folder, for
403-
example <code>/home/ilg/.local/xPacks/gcc/xpack-gcc-14.3.0-1</code>:
403+
example <code>/home/ilg/.local/xPacks/gcc/xpack-gcc-15.2.0-1</code>:
404404

405405
<CodeBlock language="console"> {
406406
`mkdir -p ~/.local/xPacks/gcc
407407
cd ~/.local/xPacks/gcc
408408
409-
tar xvf ~/Downloads/xpack-gcc-14.3.0-1-linux-x64.tar.gz
410-
chmod -R -w xpack-gcc-14.3.0-1
409+
tar xvf ~/Downloads/xpack-gcc-15.2.0-1-linux-x64.tar.gz
410+
chmod -R -w xpack-gcc-15.2.0-1
411411
`} </CodeBlock>
412412

413413
</TabItem>

website/docs/install/_common/_manual-install-quick-test.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ To verify if the {props.descriptiveName} installed manually starts correctly, ut
1616
<TabItem value="windows" label="Windows" default>
1717

1818
<CodeBlock language="console"> {
19-
`C:\\> %USERPROFILE%\\AppData\\Roaming\\xPacks\\${props.permalinkName}\\xpack-${props.permalinkName}-14.3.0-1\\bin\\${props.programName}.exe --version
20-
${props.branding}14.3.0
19+
`C:\\> %USERPROFILE%\\AppData\\Roaming\\xPacks\\${props.permalinkName}\\xpack-${props.permalinkName}-15.2.0-1\\bin\\${props.programName}.exe --version
20+
${props.branding}15.2.0
2121
`} </CodeBlock>
2222

2323
</TabItem>
2424

2525
<TabItem value="linux" label="GNU/Linux">
2626

2727
<CodeBlock language="console"> {
28-
`$ ~/.local/xPacks/${props.permalinkName}/xpack-${props.permalinkName}-14.3.0-1/bin/${props.programName} --version
29-
${props.branding}14.3.0
28+
`$ ~/.local/xPacks/${props.permalinkName}/xpack-${props.permalinkName}-15.2.0-1/bin/${props.programName} --version
29+
${props.branding}15.2.0
3030
`} </CodeBlock>
3131

3232
</TabItem>

website/docs/install/_common/_reproducibility-and-dependencies.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The result appears as follows:
2323
"dependencies": {},
2424
"devDependencies": {
2525
"@xpack-dev-tools/gcc": {
26-
"specifier": "14.3.0-1.1",
26+
"specifier": "15.2.0-1.1",
2727
"local": "link",
2828
"platforms": "all"
2929
}

0 commit comments

Comments
 (0)