Andreas Radke pushed to branch main at Arch Linux / Packaging / Packages / 
ghostscript


Commits:
dc0ebdf0 by Andreas Radke at 2026-05-20T07:41:08+02:00
upgpkg: 10.07.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = ghostscript
        pkgdesc = An interpreter for the PostScript language
-       pkgver = 10.07.0
+       pkgver = 10.07.1
        pkgrel = 1
        url = https://www.ghostscript.com/
        arch = x86_64
@@ -34,9 +34,9 @@ pkgbase = ghostscript
        conflicts = ghostxps
        replaces = ghostpcl
        replaces = ghostxps
-       source = 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10070/ghostscript-10.07.0.tar.xz
+       source = 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10071/ghostscript-10.07.1.tar.xz
        source = 2010_add_build_timestamp_setting.patch
-       sha512sums = 
1c2a14951223c975a53bd9767c28bd3a6e420c385a5e0d7a60a5ff5b091bc027929c815bf57cddf97611e8d265ece1c219321737f2cabb5646685c6e8cdb85c9
+       sha512sums = 
7b38ca10fa7ab648924f7db3e2e4933c3d18e04c8db1346fca4d4f7b85dfbd7888d5fc46f413613b46429fb47b675a593994c25e50e9de4dcdbee3bdd8a5e449
        sha512sums = 
cd7794ee4f28b11177021b950196385200b610127ed6cb94a45e3202b690b721a0dfcc0276ff39448d4dab64c1b31a76e6c323696a8315aad9edc22077f18a3d
 
 pkgname = ghostscript


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: AndyRTR <[email protected]>
 
 pkgname=ghostscript
-pkgver=10.07.0
+pkgver=10.07.1
 pkgrel=1
 pkgdesc="An interpreter for the PostScript language"
 url="https://www.ghostscript.com/";
@@ -17,8 +17,8 @@ conflicts=('ghostpcl' 'ghostxps')
 # https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
 
source=(https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs${pkgver//./}/ghostscript-${pkgver}.tar.xz
         2010_add_build_timestamp_setting.patch)
-# 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10051/SHA512SUMS
-sha512sums=('1c2a14951223c975a53bd9767c28bd3a6e420c385a5e0d7a60a5ff5b091bc027929c815bf57cddf97611e8d265ece1c219321737f2cabb5646685c6e8cdb85c9'
+# 
https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10071/SHA512SUMS
+sha512sums=('7b38ca10fa7ab648924f7db3e2e4933c3d18e04c8db1346fca4d4f7b85dfbd7888d5fc46f413613b46429fb47b675a593994c25e50e9de4dcdbee3bdd8a5e449'
             
'cd7794ee4f28b11177021b950196385200b610127ed6cb94a45e3202b690b721a0dfcc0276ff39448d4dab64c1b31a76e6c323696a8315aad9edc22077f18a3d')
 
 ### update jbig2dec first! ###
@@ -69,6 +69,11 @@ build() {
   # gcc14 buildfix
   # export CFLAGS+=" -Wno-incompatible-pointer-types -Wno-int-conversion"
 
+  # Version 10.07.1 (2026-05-07)
+  # The wider adoption of "C99" and later features has reached the point where 
we must ease our policy on this area.
+  # The Ghostscript/GhostPDL codebase will remain "C89" plus widely supported 
extensions but, as of the 10.08.0 release,
+  # our included third party libraries will will be permitted to use "C99" and 
potentially later features. 
+
   # fix #3 - fall back to GNU dialect of ISO C17 - from Fedora commit:
   # The code defines a custom 'bool' type (as an 'int'), which is incompatible
   # with C23 in which bool is a keyword, and trying to use <stdbool.h> fails



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ghostscript/-/commit/dc0ebdf0b86605b73da380cf0e48ba2d83df37a5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ghostscript/-/commit/dc0ebdf0b86605b73da380cf0e48ba2d83df37a5
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