Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
gcc15


Commits:
a496a034 by Torsten Keßler at 2026-06-14T22:45:06+02:00
upgpkg: 15.3.0+r0.g4db0e8df15be-2

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcc15/-/work_items/2

- - - - -


4 changed files:

- .SRCINFO
- PKGBUILD
- c89
- c99


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = gcc15
        pkgdesc = The GNU Compiler Collection (15.x.x)
        pkgver = 15.3.0+r0.g4db0e8df15be
-       pkgrel = 1
+       pkgrel = 2
        url = https://gcc.gnu.org
        arch = x86_64
        license = GPL-3.0-with-GCC-exception
@@ -26,8 +26,8 @@ pkgbase = gcc15
        validpgpkeys = 13975A70E63C361C73AE69EF6EEB81F8981C74C7
        validpgpkeys = D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62
        sha256sums = 
6cce0aa5835edac76fa3d45d5a3b7b8e1828b7bc6be4fd4c9038c548cf7b0cc2
-       sha256sums = 
7b09ec947f90b98315397af675369a1e3dfc527fa70013062e6e85c4be0275ab
-       sha256sums = 
44ea973558842f3f4bd666bdaf6e810fd7b7c7bd36b5cc4c69f93d2cd0124fc7
+       sha256sums = 
3ab256fa330809bdeb4eb2309bf85475a26365bbe06c6a7c5d43bbb301fd00c8
+       sha256sums = 
347d7efb7bcc7e1b885c87f1a1f9c3f474066e7015fc2cd08486c3e1b0338a56
 
 pkgname = gcc15
        pkgdesc = The GNU Compiler Collection - C and C++ frontends (15.x.x)


=====================================
PKGBUILD
=====================================
@@ -9,7 +9,7 @@ pkgname=(gcc15 gcc15-libs gcc15-fortran)
 pkgver=15.3.0+r0.g4db0e8df15be
 _commit=4db0e8df15bef836558857c291c323add11d035c
 _majorver=${pkgver%%.*}
-pkgrel=1
+pkgrel=2
 pkgdesc='The GNU Compiler Collection (15.x.x)'
 arch=(x86_64)
 license=(GPL-3.0-with-GCC-exception GFDL-1.3-or-later)
@@ -38,8 +38,8 @@ 
source=(gcc15::git+https://sourceware.org/git/gcc.git#commit=${_commit}
 validpgpkeys=(13975A70E63C361C73AE69EF6EEB81F8981C74C7  # 
[email protected]
               D3A93CAD751C2AF4F8C7AD516C35B99309B5FA62) # Jakub Jelinek 
<[email protected]>
 sha256sums=('6cce0aa5835edac76fa3d45d5a3b7b8e1828b7bc6be4fd4c9038c548cf7b0cc2'
-            '7b09ec947f90b98315397af675369a1e3dfc527fa70013062e6e85c4be0275ab'
-            '44ea973558842f3f4bd666bdaf6e810fd7b7c7bd36b5cc4c69f93d2cd0124fc7')
+            '3ab256fa330809bdeb4eb2309bf85475a26365bbe06c6a7c5d43bbb301fd00c8'
+            '347d7efb7bcc7e1b885c87f1a1f9c3f474066e7015fc2cd08486c3e1b0338a56')
 
 pkgver() {
   cd gcc15


=====================================
c89
=====================================
@@ -2,9 +2,11 @@
 fl="-std=c89"
 for opt; do
   case "$opt" in
-    -ansi|-std=c89|-std=iso9899:1990) fl="";;
-    -std=*) echo "$(basename "$0") called with non ANSI/ISO C option $opt" >&2
-           exit 1;;
+    -ansi | -std=c89 | -std=iso9899:1990) fl="" ;;
+    -std=*)
+      echo "$(basename "$0") called with non ANSI/ISO C option $opt" >&2
+      exit 1
+      ;;
   esac
 done
-exec gcc $fl ${1+"$@"}
+exec gcc-15 $fl ${1+"$@"}


=====================================
c99
=====================================
@@ -2,9 +2,11 @@
 fl="-std=c99"
 for opt; do
   case "$opt" in
-    -std=c99|-std=iso9899:1999) fl="";;
-    -std=*) echo "$(basename "$0") called with non ISO C99 option $opt" >&2
-           exit 1;;
+    -std=c99 | -std=iso9899:1999) fl="" ;;
+    -std=*)
+      echo "$(basename "$0") called with non ISO C99 option $opt" >&2
+      exit 1
+      ;;
   esac
 done
-exec gcc $fl ${1+"$@"}
+exec gcc-15 $fl ${1+"$@"}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcc15/-/commit/a496a034dcd4724bba8d9aacd05f1f96db7f9055

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcc15/-/commit/a496a034dcd4724bba8d9aacd05f1f96db7f9055
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to