Hello community,

here is the log from the commit of package ttf2pt1 for openSUSE:Factory checked 
in at 2014-12-16 14:48:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ttf2pt1 (Old)
 and      /work/SRC/openSUSE:Factory/.ttf2pt1.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ttf2pt1"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ttf2pt1/ttf2pt1.changes  2011-09-23 
12:49:10.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ttf2pt1.new/ttf2pt1.changes     2014-12-16 
14:47:28.000000000 +0100
@@ -1,0 +2,7 @@
+Wed Dec 10 21:22:00 UTC 2014 - Led <led...@gmail.com>
+
+- fix "unsafe echo with backslash" in convert script
+- add patches:
+  * ttf2pt1-3.4.4-fix-convert.patch
+
+-------------------------------------------------------------------

New:
----
  ttf2pt1-3.4.4-fix-convert.patch

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

Other differences:
------------------
++++++ ttf2pt1.spec ++++++
--- /var/tmp/diff_new_pack.4icPhB/_old  2014-12-16 14:47:30.000000000 +0100
+++ /var/tmp/diff_new_pack.4icPhB/_new  2014-12-16 14:47:30.000000000 +0100
@@ -1,7 +1,7 @@
 #
-# spec file for package ttf2pt1 (Version 344)
+# spec file for package ttf2pt1
 #
-# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,15 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           ttf2pt1
 BuildRequires:  freetype2-devel
 Requires:       t1utils
 Summary:        True Type Font to PostScript Type 1 font converter
+License:        BSD-3-Clause
+Group:          Productivity/Publishing/PS
 Version:        344
-Release:        175
+Release:        0
 Url:            http://ttf2pt1.sourceforge.net/
 # original Sources are .tgz
 Source0:        http://download.sourceforge.net/ttf2pt1/ttf2pt1-3.4.4.tar.bz2
@@ -32,8 +32,7 @@
 Patch0:         %{name}.diff
 Patch1:         ttf2pt1-3.4.1-freetype2.diff
 Patch2:         freetype-2.1.7.patch
-License:        BSD-3-Clause
-Group:          Productivity/Publishing/PS
+Patch3:         ttf2pt1-3.4.4-fix-convert.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -55,6 +54,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+%patch3 -p1
 
 %build
 make CFLAGS_SYS="$RPM_OPT_FLAGS -fno-strict-aliasing"

++++++ ttf2pt1-3.4.4-fix-convert.patch ++++++
diff -Ndur ttf2pt1-3.4.4/scripts/convert 
ttf2pt1-3.4.4-fix-convert/scripts/convert
--- ttf2pt1-3.4.4/scripts/convert       2002-08-09 03:32:28.000000000 +0300
+++ ttf2pt1-3.4.4-fix-convert/scripts/convert   2014-12-10 23:19:27.509768984 
+0200
@@ -352,16 +352,16 @@
 }
 
 [ -n "$GSDIR" ] || {
-       echo "$MYSELF: The Ghostscript base directory is not specified.\n" >&2
-       echo "$MYSELF: Installation of the Ghostscript fonts is deferred.\n" >&2
-       echo "$MYSELF: You can do it later by running x2gs\n" >&2
+       echo "$MYSELF: The Ghostscript base directory is not specified." >&2
+       echo "$MYSELF: Installation of the Ghostscript fonts is deferred." >&2
+       echo "$MYSELF: You can do it later by running x2gs." >&2
        exit 0
 }
 
 echo "Installing the Ghostscript fonts"
 cd $RUNDIR
 $X2GS $CFGFILE || {
-       echo "$MYSELF: Installation of the Ghostscript fonts has failed.\n" >&2
-       echo "$MYSELF: You can correct the problem and run x2gs to repeat\n" >&2
+       echo "$MYSELF: Installation of the Ghostscript fonts has failed." >&2
+       echo "$MYSELF: You can correct the problem and run x2gs to repeat." >&2
        exit 0
 }
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to