commit ghostscript-fonts-grops for openSUSE:Factory

2020-09-28 Thread root
Hello community,

here is the log from the commit of package ghostscript-fonts-grops for 
openSUSE:Factory checked in at 2020-09-28 14:29:42

Comparing /work/SRC/openSUSE:Factory/ghostscript-fonts-grops (Old)
 and  /work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new.4249 (New)


Package is "ghostscript-fonts-grops"

Mon Sep 28 14:29:42 2020 rev:8 rq:838199 version:1.22.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghostscript-fonts-grops/ghostscript-fonts-grops.changes
  2018-12-18 15:01:20.645984919 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new.4249/ghostscript-fonts-grops.changes
2020-09-28 14:30:43.378233938 +0200
@@ -1,0 +2,6 @@
+Mon Sep 28 08:23:56 UTC 2020 - Marguerite Su 
+
+- ghostscript gs >= 9.50 needs "-dNOSAFER" to operate on files
+  but pfbtopfa doesn't have that param
+
+---



Other differences:
--
++ ghostscript-fonts-grops.spec ++
--- /var/tmp/diff_new_pack.ye9Hvy/_old  2020-09-28 14:30:44.026234499 +0200
+++ /var/tmp/diff_new_pack.ye9Hvy/_new  2020-09-28 14:30:44.030234503 +0200
@@ -46,8 +46,13 @@
 
 %build
 %define gs_fonts %{_datadir}/ghostscript/fonts
-%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_ver %(gs --version | sed "s/\\.//")
+%if %{gs_ver} >= 950
+%define import_font() ln -s -T "%{gs_fonts}/%1.afm" "%2.afm" && gs -P- 
-dNOSAFER -dNODISPLAY -- pfbtopfa.ps %{gs_fonts}/%1.pfb devps/%1.pfa
+%else
+%define import_font() ln -s -T "%{gs_fonts}/%1.afm" "%2.afm" && pfbtopfa 
%{gs_fonts}/%1.pfb devps/%1.pfa
+%endif
 %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 %{S:3} .
 mkdir devps




commit ghostscript-fonts-grops for openSUSE:Factory

2018-12-18 Thread root
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 - thomas.schrai...@suse.com
+
+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)




commit ghostscript-fonts-grops for openSUSE:Factory

2018-04-30 Thread root
Hello community,

here is the log from the commit of package ghostscript-fonts-grops for 
openSUSE:Factory checked in at 2018-04-30 22:54:00

Comparing /work/SRC/openSUSE:Factory/ghostscript-fonts-grops (Old)
 and  /work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new (New)


Package is "ghostscript-fonts-grops"

Mon Apr 30 22:54:00 2018 rev:6 rq:601823 version:1.22.2

Changes:

--- 
/work/SRC/openSUSE:Factory/ghostscript-fonts-grops/ghostscript-fonts-grops.changes
  2016-02-09 13:31:36.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new/ghostscript-fonts-grops.changes
 2018-04-30 22:56:35.909584601 +0200
@@ -1,0 +2,10 @@
+Fri Apr 27 07:03:13 UTC 2018 - i...@marguerite.su
+
+- expand groff_version macro
+
+---
+Fri Apr 27 06:47:46 UTC 2018 - i...@marguerite.su
+
+- fix factory build
+
+---



Other differences:
--
++ ghostscript-fonts-grops.spec ++
--- /var/tmp/diff_new_pack.yycZrX/_old  2018-04-30 22:56:36.809551762 +0200
+++ /var/tmp/diff_new_pack.yycZrX/_new  2018-04-30 22:56:36.813551616 +0200
@@ -30,6 +30,9 @@
 BuildArch:  noarch
 BuildRequires:  fontforge
 BuildRequires:  ghostscript
+%if 0%{?suse_version} > 1320
+BuildRequires:  ghostscript-fonts-std
+%endif
 BuildRequires:  groff-full
 %requires_eqgroff
 
@@ -41,8 +44,9 @@
 %build
 %define gs_fonts %{_datadir}/ghostscript/fonts
 %define import_font() ln -s -T "%{gs_fonts}/%1.afm" "%2.afm" && pfbtopfa 
"%{gs_fonts}/%1.pfb" "devps/%1.pfa"
-
-cp -t. '%{_datadir}'/ghostscript/*/doc/COPYING
+%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
 mkdir devps
 while read fn fa
 # Grops font generator expects conventional font file names; 
@@ -66,6 +70,7 @@
 done >>devps/download
 
 %install
+%define groff_version %(groff -v | head -n 1 | sed 's/.*\s//')
 target="%{buildroot}%{_datadir}/groff/%{groff_version}/font/gs"
 install -d "${target}"
 mv "-t${target}" devps




commit ghostscript-fonts-grops for openSUSE:Factory

2016-02-09 Thread h_root
Hello community,

here is the log from the commit of package ghostscript-fonts-grops for 
openSUSE:Factory checked in at 2016-02-09 13:31:35

Comparing /work/SRC/openSUSE:Factory/ghostscript-fonts-grops (Old)
 and  /work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new (New)


Package is "ghostscript-fonts-grops"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghostscript-fonts-grops/ghostscript-fonts-grops.changes
  2015-11-04 15:32:53.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new/ghostscript-fonts-grops.changes
 2016-02-09 13:31:36.0 +0100
@@ -1,0 +2,5 @@
+Thu Dec 10 16:25:12 UTC 2015 - sch...@suse.de
+
+- Use %requires_eq
+
+---



Other differences:
--
++ ghostscript-fonts-grops.spec ++
--- /var/tmp/diff_new_pack.Khiaew/_old  2016-02-09 13:31:36.0 +0100
+++ /var/tmp/diff_new_pack.Khiaew/_new  2016-02-09 13:31:36.0 +0100
@@ -31,6 +31,7 @@
 BuildRequires:  fontforge
 BuildRequires:  ghostscript
 BuildRequires:  groff-full
+%requires_eqgroff
 
 %description
 A version of PostScript® driver for Groff to support characters outside ISO 
Latin 1 character set.
@@ -38,9 +39,6 @@
 %prep
 
 %build
-%define groff_version  $(readlink %{_datadir}/groff/current)
-%define _use_internal_dependency_generator 0
-%define __find_requires sh -c "echo groff = %{groff_version}; exec 
/usr/lib/rpm/find-requires"a
 %define gs_fonts %{_datadir}/ghostscript/fonts
 %define import_font() ln -s -T "%{gs_fonts}/%1.afm" "%2.afm" && pfbtopfa 
"%{gs_fonts}/%1.pfb" "devps/%1.pfa"
 




commit ghostscript-fonts-grops for openSUSE:Factory

2015-11-04 Thread h_root
Hello community,

here is the log from the commit of package ghostscript-fonts-grops for 
openSUSE:Factory checked in at 2015-11-04 15:32:51

Comparing /work/SRC/openSUSE:Factory/ghostscript-fonts-grops (Old)
 and  /work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new (New)


Package is "ghostscript-fonts-grops"

Changes:

--- 
/work/SRC/openSUSE:Factory/ghostscript-fonts-grops/ghostscript-fonts-grops.changes
  2014-02-28 07:20:38.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new/ghostscript-fonts-grops.changes
 2015-11-04 15:32:53.0 +0100
@@ -1,0 +2,6 @@
+Wed Oct 28 17:06:32 CET 2015 - ti...@suse.de
+
+- dynamically create requires to groff with the version instead of
+  hardcoding in spec file
+
+---



Other differences:
--
++ ghostscript-fonts-grops.spec ++
--- /var/tmp/diff_new_pack.HOcSaq/_old  2015-11-04 15:32:54.0 +0100
+++ /var/tmp/diff_new_pack.HOcSaq/_new  2015-11-04 15:32:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ghostscript-fonts-grops
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -20,7 +20,6 @@
 Version:1.22.2
 Release:0
 Url:http://www.gnu.org/software/groff/groff.html
-Requires:   groff = %{version}
 Summary:Ghostscript fonts imported to groff for use with grops
 License:GPL-2.0
 Group:  Productivity/Publishing/Troff
@@ -39,6 +38,9 @@
 %prep
 
 %build
+%define groff_version  $(readlink %{_datadir}/groff/current)
+%define _use_internal_dependency_generator 0
+%define __find_requires sh -c "echo groff = %{groff_version}; exec 
/usr/lib/rpm/find-requires"a
 %define gs_fonts %{_datadir}/ghostscript/fonts
 %define import_font() ln -s -T "%{gs_fonts}/%1.afm" "%2.afm" && pfbtopfa 
"%{gs_fonts}/%1.pfb" "devps/%1.pfa"
 
@@ -66,8 +68,7 @@
 done >>devps/download
 
 %install
-groffver=$(readlink %{_datadir}/groff/current)
-target="%{buildroot}%{_datadir}/groff/$groffver/font/gs"
+target="%{buildroot}%{_datadir}/groff/%{groff_version}/font/gs"
 install -d "${target}"
 mv "-t${target}" devps
 mkdir -p %{buildroot}/etc/profile.d




commit ghostscript-fonts-grops for openSUSE:Factory

2014-02-27 Thread h_root
Hello community,

here is the log from the commit of package ghostscript-fonts-grops for 
openSUSE:Factory checked in at 2014-02-28 07:20:37

Comparing /work/SRC/openSUSE:Factory/ghostscript-fonts-grops (Old)
 and  /work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new (New)


Package is ghostscript-fonts-grops

Changes:

--- 
/work/SRC/openSUSE:Factory/ghostscript-fonts-grops/ghostscript-fonts-grops.changes
  2014-01-23 15:43:41.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.ghostscript-fonts-grops.new/ghostscript-fonts-grops.changes
 2014-02-28 07:20:38.0 +0100
@@ -1,0 +2,5 @@
+Thu Feb 27 17:00:58 CET 2014 - ti...@suse.de
+
+- add automatic installation for Polish locale (bnc#856842)
+
+---



Other differences:
--
++ ghostscript-fonts-grops.spec ++
--- /var/tmp/diff_new_pack.pqxlki/_old  2014-02-28 07:20:39.0 +0100
+++ /var/tmp/diff_new_pack.pqxlki/_new  2014-02-28 07:20:39.0 +0100
@@ -24,6 +24,7 @@
 Summary:Ghostscript fonts imported to groff for use with grops
 License:GPL-2.0
 Group:  Productivity/Publishing/Troff
+Provides:   locale(groff:pl)
 Source: gsalias.txt
 Source1:zzz-groff-gs.sh
 Source2:zzz-groff-gs.csh

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org