From 0ba3cbd16522057fdc65bdece1d6b499146b176e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 10 May 2018 10:37:30 -0400 Subject: [PATCH 1/2] Rebuilding for libidn ABI fix (BZ#'s 1573961 and 1566414) Signed-off-by: Stephen Gallagher --- ghostscript.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/ghostscript.spec b/ghostscript.spec index 5f365e5..261a426 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -43,7 +43,7 @@ Name: ghostscript Summary: Interpreter for PostScript language & PDF Version: 9.23 -Release: 2%{?dist} +Release: 2%{?dist}.1 License: AGPLv3+ @@ -462,6 +462,9 @@ done # ============================================================================= %changelog +* Thu May 10 2018 Stephen Gallagher - 9.23-2.1 +- Rebuilding for libidn ABI fix (BZ#'s 1573961 and 1566414) + * Mon Apr 23 2018 David Kaspar [Dee'Kej] - 9.23-2 - Fix for CVE-2018-10194 added (bug #1569821) From ed10d11e821afac0d570636ded43adf3d8ed0b98 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Mon, 14 May 2018 12:30:03 +0200 Subject: [PATCH 2/2] specfile: conflicts_vers bumped to fix F27->F28 upgrade --- ghostscript.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ghostscript.spec b/ghostscript.spec index 261a426..d9eae12 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -33,7 +33,7 @@ # conflicting with the previous sup-package layout scheme. # # NOTE: Remove this once F28 is EOL. -%global conflicts_vers 9.22-4 +%global conflicts_vers 9.22-5 # Obtain the location of Google Droid fonts directory: %global google_droid_fontpath %%(dirname $(fc-list : file | grep "DroidSansFallback")) @@ -43,7 +43,7 @@ Name: ghostscript Summary: Interpreter for PostScript language & PDF Version: 9.23 -Release: 2%{?dist}.1 +Release: 3%{?dist} License: AGPLv3+ @@ -462,6 +462,9 @@ done # ============================================================================= %changelog +* Mon May 14 2018 David Kaspar [Dee'Kej] - 9.23-3 +- %%conflicts_vers bumped to fix F27->F28 upgrade + * Thu May 10 2018 Stephen Gallagher - 9.23-2.1 - Rebuilding for libidn ABI fix (BZ#'s 1573961 and 1566414)