From a94b87d8062784169a4c10db85c0a511056d900fa41d19036949ecaf9feb93f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 9 Sep 2019 07:14:34 +0000 Subject: [PATCH] Accepting request 725214 from home:jengelh:branches:Printing - Update RPM groups. OBS-URL: https://build.opensuse.org/request/show/725214 OBS-URL: https://build.opensuse.org/package/show/Printing/ghostscript?expand=0&rev=117 --- ghostscript-mini.changes | 5 +++++ ghostscript-mini.spec | 9 +++++---- ghostscript.changes | 5 +++++ ghostscript.spec | 12 +++++------- 4 files changed, 20 insertions(+), 11 deletions(-) diff --git a/ghostscript-mini.changes b/ghostscript-mini.changes index 2bca600..10299ee 100644 --- a/ghostscript-mini.changes +++ b/ghostscript-mini.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 22 06:20:43 UTC 2019 - Jan Engelhardt + +- Update RPM groups. + ------------------------------------------------------------------- Tue Aug 13 12:38:45 UTC 2019 - Dr. Werner Fink diff --git a/ghostscript-mini.spec b/ghostscript-mini.spec index a055969..c71aa6a 100644 --- a/ghostscript-mini.spec +++ b/ghostscript-mini.spec @@ -35,8 +35,8 @@ Requires(post): update-alternatives Requires(preun): update-alternatives Summary: Minimal Ghostscript for minimal build requirements License: AGPL-3.0-only -Group: System/Libraries -Url: http://www.ghostscript.com/ +Group: Productivity/Office/Other +URL: https://www.ghostscript.com/ # Special version needed for Ghostscript release candidates (e.g. "Version: 9.14pre15rc1" for 9.15rc1). # Version 9.15rc1 would be newer than 9.15 (run "zypper vcmp 9.15rc1 9.15") because the rpmvercmp algorithm # would treat 9.15rc1 as 9.15.rc.1 (alphabetic and numeric sections get separated into different elements) @@ -45,6 +45,7 @@ Url: http://www.ghostscript.com/ # But only with the alphabetic prefix "9.pre15rc1" would be older than the previous version number "9.14" # because rpmvercmp would treat 9.pre15rc1 as 9.pre.15.rc1 and letters are older than numbers # so that we keep additionally the previous version number to upgrade from the previous version: +# Starting SLE12/rpm-4.10, one can use tildeversions: 9.15~rc1. #Version: 9.25pre26rc1 Version: 9.27 Release: 0 @@ -194,8 +195,8 @@ rm -rf lcms2art # Derive build timestamp from latest changelog entry export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) # Set our preferred architecture-specific flags for the compiler and linker: -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +export CFLAGS="%{optflags} -fno-strict-aliasing" +export CXXFLAGS="%{optflags} -fno-strict-aliasing" autoreconf -fi # --docdir=%%{_defaultdocdir}/%%{name} does not work therefore it is not used. # --disable-cups and --without-pdftoraster diff --git a/ghostscript.changes b/ghostscript.changes index 6f562fd..c06e8f1 100644 --- a/ghostscript.changes +++ b/ghostscript.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 22 06:20:43 UTC 2019 - Jan Engelhardt + +- Update RPM groups. + ------------------------------------------------------------------- Tue Aug 13 12:38:45 UTC 2019 - Dr. Werner Fink diff --git a/ghostscript.spec b/ghostscript.spec index a486489..7839038 100644 --- a/ghostscript.spec +++ b/ghostscript.spec @@ -55,8 +55,8 @@ Requires(post): update-alternatives Requires(preun): update-alternatives Summary: The Ghostscript interpreter for PostScript and PDF License: AGPL-3.0-only -Group: System/Libraries -Url: http://www.ghostscript.com/ +Group: Productivity/Office/Other +URL: https://www.ghostscript.com/ # Special version needed for Ghostscript release candidates (e.g. "Version: 9.14pre15rc1" for 9.15rc1). # Version 9.15rc1 would be newer than 9.15 (run "zypper vcmp 9.15rc1 9.15") because the rpmvercmp algorithm # would treat 9.15rc1 as 9.15.rc.1 (alphabetic and numeric sections get separated into different elements) @@ -65,6 +65,7 @@ Url: http://www.ghostscript.com/ # But only with the alphabetic prefix "9.pre15rc1" would be older than the previous version number "9.14" # because rpmvercmp would treat 9.pre15rc1 as 9.pre.15.rc1 and letters are older than numbers # so that we keep additionally the previous version number to upgrade from the previous version: +# Starting SLE12/rpm-4.10, one can use tildeversions: 9.15~rc1. #Version: 9.25pre26rc1 Version: 9.27 Release: 0 @@ -125,9 +126,6 @@ Patch101: ijs_exec_server_dont_use_sh.patch # ghostscript_x11 # ghostscript-mini # Which other packages need those in openSUSE:Factory (dated 22 Feb. 2012): -# blocxx-doc BuildRequires ghostscript -# iproute2 BuildRequires ghostscript -# gle-graphics Requires ghostscript # webdot Requires ghostscript # ddd BuildRequires ghostscript_any # emacs-auctex BuildRequires ghostscript_any @@ -330,8 +328,8 @@ rm -rf lcms2art # Derive build timestamp from latest changelog entry export SOURCE_DATE_EPOCH=$(date -d "$(head -n 2 %{_sourcedir}/%{name}.changes | tail -n 1 | cut -d- -f1 )" +%s) # Set our preferred architecture-specific flags for the compiler and linker: -export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" -export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing" +export CFLAGS="%{optflags} -fno-strict-aliasing" +export CXXFLAGS="%{optflags} -fno-strict-aliasing" autoreconf -fi # --docdir=%%{_defaultdocdir}/%%{name} does not work therefore it is not used. # --enable-cups but no longer --with-pdftoraster --enable-dbus --with-install-cups because