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)