diff --git a/ghostscript-10.04.0.tar.xz b/ghostscript-10.05.0.tar.xz similarity index 32% rename from ghostscript-10.04.0.tar.xz rename to ghostscript-10.05.0.tar.xz index 55c6784be173e677ed47c479ac618d5adcd6bb0c..8233dbdde5db4ffc40a487d3dbd886292ce871a2 100644 --- a/ghostscript-10.04.0.tar.xz +++ b/ghostscript-10.05.0.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:527eef0b6cd04ecf1c8d7a11796c69a52d34ffe36afca86a400729a2fc01c887 -size 68070680 +oid sha256:aac9c4fdf61805a76f6220012735c1ae832813788314bfc04055cc0c8959b9a3 +size 68044488 diff --git a/ghostscript.spec b/ghostscript.spec index fbffaa77d58df1628085342299dbf61a051e145e..8520d65b9e94e4f67c95782071073eec89a044ac 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -8,16 +8,14 @@ %global google_droid_fontpath %%(dirname $(fc-list : file | grep "DroidSansFallback")) Name: ghostscript -Version: 10.04.0 -Release: 2 +Version: 10.05.0 +Release: 1 Summary: An interpreter for PostScript and PDF files License: AGPL-3.0-or-later URL: https://ghostscript.com/ Source0: https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs%{version_short}/ghostscript-%{version}.tar.xz Patch0: ghostscript-9.23-100-run-dvipdf-securely.patch -# reported upstream https://bugs.ghostscript.com/show_bug.cgi?id=708044 -Patch6001: ps2epsi-permit-devices.patch BuildRequires: automake gcc BuildRequires: adobe-mappings-cmap-devel adobe-mappings-pdf-devel @@ -183,6 +181,9 @@ install -m 0755 -d %{buildroot}%{_datadir}/%{name}/conf.d/ %{_bindir}/gsx %changelog +* Wed Mar 12 2025 Funda Wang - 10.05.0-1 +- update to 10.05.0 + * Sat Jan 04 2025 Funda Wang - 10.04.0-2 - split out libgs and gtk subpackage for loosening dependecies of downstream packages diff --git a/ps2epsi-permit-devices.patch b/ps2epsi-permit-devices.patch deleted file mode 100644 index 7bccbe5f07065f97da69081ce1799934a0003e31..0000000000000000000000000000000000000000 --- a/ps2epsi-permit-devices.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff --git a/lib/ps2epsi b/lib/ps2epsi -index dbfc9fb..0db8959 100755 ---- a/lib/ps2epsi -+++ b/lib/ps2epsi -@@ -42,6 +42,6 @@ fi - - # Note, we expect 'ps2epsi.ps' to be on one of the search paths which can be seen by: gs -h - "$GS_EXECUTABLE" -q -dNOOUTERSAVE -dNODISPLAY -dLastPage=1 -sOutputFile="${outfile}" \ -- --permit-file-all="${infile}" -- ps2epsi.ps "${infile}" 1>&2 -+ --permit-file-all="${infile}" --permit-devices="eps2write:bit" -- ps2epsi.ps "${infile}" 1>&2 - - exit 0