[packages/ghostscript] up to 10.07.1
arekm
arekm at pld-linux.org
Tue Aug 18 09:23:19 CEST 2026
commit 673c46160155066928a1425a9c4056e267311dab
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date: Tue Aug 18 09:08:14 2026 +0200
up to 10.07.1
ghostscript-types.patch | 26 --------------------------
ghostscript.spec | 10 ++++------
2 files changed, 4 insertions(+), 32 deletions(-)
---
diff --git a/ghostscript.spec b/ghostscript.spec
index 837e485..ee1cd97 100644
--- a/ghostscript.spec
+++ b/ghostscript.spec
@@ -21,19 +21,18 @@ Summary(ja.UTF-8): PostScript インタープリタ・レンダラー
Summary(pl.UTF-8): Bezpłatny interpreter i renderer PostScriptu i PDF
Summary(tr.UTF-8): PostScript & PDF yorumlayıcı ve gösterici
Name: ghostscript
-Version: 10.06.0
-Release: 2
+Version: 10.07.1
+Release: 1
License: AGPL v3+
Group: Applications/Graphics
#Source0Download: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases
-Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10060/%{name}-%{version}.tar.xz
-# Source0-md5: de467eb7ceb58c0b41537fb28ea2eb40
+Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs10071/%{name}-%{version}.tar.xz
+# Source0-md5: 9e987b203c535d3c7829e1daefb85e98
Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
# Source1-md5: 9b5953aa0cc155f4364f20036b848585
Patch0: %{name}-missquotes.patch
Patch1: %{name}-a4.patch
Patch2: ijs-pkgconfig.patch
-Patch3: %{name}-types.patch
Patch6: %{name}-gdevcd8-fixes.patch
# fedora
@@ -218,7 +217,6 @@ Statyczna wersja biblioteki IJS.
%patch -P0 -p1
%patch -P1 -p1
%patch -P2 -p1
-%patch -P3 -p1
%patch -P6 -p1
diff --git a/ghostscript-types.patch b/ghostscript-types.patch
deleted file mode 100644
index a8ba413..0000000
--- a/ghostscript-types.patch
+++ /dev/null
@@ -1,26 +0,0 @@
---- ghostscript-10.06.0/base/gdevmpla.c.orig 2025-09-09 11:36:39.000000000 +0200
-+++ ghostscript-10.06.0/base/gdevmpla.c 2025-09-29 19:32:03.738045387 +0200
-@@ -1954,12 +1954,12 @@ mem_planar_strip_copy_rop2(gx_device * d
- int i;
- int j;
- intptr_t chunky_sraster;
-- intptr_t nbytes;
-+ int64_t nbytes;
- byte **line_ptrs;
- byte *sbuf, *buf;
-
- chunky_sraster = sraster * (intptr_t)mdev->num_planar_planes;
-- if (check_64bit_multiply(height, chunky_sraster, (size_t *)&nbytes) != 0)
-+ if (check_64bit_multiply(height, chunky_sraster, &nbytes) != 0)
- return gs_note_error(gs_error_undefinedresult);
- buf = gs_alloc_bytes(mdev->memory, nbytes, "mem_planar_strip_copy_rop(buf)");
- if (buf == NULL) {
-@@ -2003,7 +2003,7 @@ mem_planar_strip_copy_rop2(gx_device * d
- intptr_t i;
- intptr_t chunky_t_raster;
- int chunky_t_height;
-- intptr_t nbytes;
-+ int64_t nbytes;
- byte **line_ptrs;
- byte *tbuf, *buf;
- gx_strip_bitmap newtex;
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ghostscript.git/commitdiff/673c46160155066928a1425a9c4056e267311dab
More information about the pld-cvs-commit
mailing list