Hello community,

here is the log from the commit of package courier-prime-fonts for 
openSUSE:Factory checked in at 2017-10-11 23:02:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/courier-prime-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.courier-prime-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "courier-prime-fonts"

Wed Oct 11 23:02:32 2017 rev:2 rq:533095 version:1.203

Changes:
--------
--- /work/SRC/openSUSE:Factory/courier-prime-fonts/courier-prime-fonts.changes  
2017-08-24 18:39:53.887049196 +0200
+++ 
/work/SRC/openSUSE:Factory/.courier-prime-fonts.new/courier-prime-fonts.changes 
    2017-10-11 23:02:34.361696999 +0200
@@ -1,0 +2,5 @@
+Mon Jul 24 23:31:12 UTC 2017 - [email protected]
+
+- Drop author list. Use more safe quoting of shell vars.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ courier-prime-fonts.spec ++++++
--- /var/tmp/diff_new_pack.oROim1/_old  2017-10-11 23:02:35.125663528 +0200
+++ /var/tmp/diff_new_pack.oROim1/_new  2017-10-11 23:02:35.125663528 +0200
@@ -36,8 +36,6 @@
 Courier Prime is a Courier-like monospace fonts for screenplay (and other use 
cases).
 It is optimized for 12 point size and matches the metrics of Courier.
 
-Designer: Alan Dague-Greene for John August and Quote-Unquote Apps
-
 %prep
 %setup -c
 %setup -T -D -a 1
@@ -50,7 +48,7 @@
 mv ttf/*.ttf ./
 
 # Replace spaces in filenames
-for file in *.ttf; do mv "$file" `echo $file | tr ' ' '_'` ; done
+for file in *.ttf; do mv "$file" "$(echo "$file" | tr ' ' '_')"; done
 
 # Fix DOS line endings
 sed -i 's/\r//g' LICENSE README





Reply via email to