Hello community,
here is the log from the commit of package ghostscript-fonts-grops for
openSUSE:Factory checked in at 2018-12-18 14:59:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ghostscript-fonts-grops (Old)
and /work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ghostscript-fonts-grops"
Tue Dec 18 14:59:18 2018 rev:7 rq:658937 version:1.22.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/ghostscript-fonts-grops/ghostscript-fonts-grops.changes
2018-04-30 22:56:35.909584601 +0200
+++
/work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new.28833/ghostscript-fonts-grops.changes
2018-12-18 15:01:20.645984919 +0100
@@ -1,0 +2,10 @@
+Sat Dec 15 20:47:32 UTC 2018 - [email protected]
+
+No version change. Fix building issues:
+
+* Provide COPYING file.
+ In version 9.26, the ghostscript package doesn't provide a
+ COPYING file anymore. So providing it.
+* Add missing %config macro for /etc/profile.d/* files
+
+-------------------------------------------------------------------
New:
----
COPYING
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ghostscript-fonts-grops.spec ++++++
--- /var/tmp/diff_new_pack.EAl5eP/_old 2018-12-18 15:01:21.261983997 +0100
+++ /var/tmp/diff_new_pack.EAl5eP/_new 2018-12-18 15:01:21.261983997 +0100
@@ -1,7 +1,7 @@
#
# spec file for package ghostscript-fonts-grops
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -21,12 +21,15 @@
Release: 0
Url: http://www.gnu.org/software/groff/groff.html
Summary: Ghostscript fonts imported to groff for use with grops
-License: GPL-2.0
+License: GPL-2.0-only
Group: Productivity/Publishing/Troff
Provides: locale(groff:pl)
Source: gsalias.txt
Source1: zzz-groff-gs.sh
Source2: zzz-groff-gs.csh
+# In version 9.26, the ghostscript package doesn't provide a COPYING file
+# anymore. So providing it:
+Source3: COPYING
BuildArch: noarch
BuildRequires: fontforge
BuildRequires: ghostscript
@@ -46,7 +49,7 @@
%define import_font() ln -s -T "%{gs_fonts}/%1.afm" "%2.afm" && pfbtopfa
"%{gs_fonts}/%1.pfb" "devps/%1.pfa"
%define gs_version %(gs --version)
%define gs_docdir %(if [ -d "%{_datadir}/ghostscript/%{gs_version}/doc" ] ;
then echo "%{_datadir}/ghostscript/%{gs_version}/doc" ; else echo
"%{_datadir}/doc/ghostscript/%{gs_version}"; fi)
-cp -t. %{gs_docdir}/COPYING
+cp %{S:3} .
mkdir devps
while read fn fa
# Grops font generator expects conventional font file names;
@@ -82,6 +85,6 @@
%defattr(-,root,root)
%doc COPYING
%{_datadir}/*
-/etc/profile.d/*
+%config /etc/profile.d/*
%changelog
++++++ COPYING ++++++
++++ 661 lines (skipped)