Hello community,

here is the log from the commit of package sgml-skel for openSUSE:Factory 
checked in at 2014-12-03 22:52:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sgml-skel (Old)
 and      /work/SRC/openSUSE:Factory/.sgml-skel.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sgml-skel"

Changes:
--------
--- /work/SRC/openSUSE:Factory/sgml-skel/sgml-skel.changes      2011-12-27 
18:38:45.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.sgml-skel.new/sgml-skel.changes 2014-12-03 
22:52:24.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Nov 30 01:21:00 UTC 2014 - Led <[email protected]>
+
+- remove '-e' option of 'echo' command in install-catalog script.
+  That option may be unsupported in some POSIX-complete shells
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sgml-skel.spec ++++++
--- /var/tmp/diff_new_pack.VrI1SF/_old  2014-12-03 22:52:26.000000000 +0100
+++ /var/tmp/diff_new_pack.VrI1SF/_new  2014-12-03 22:52:26.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sgml-skel
 #
-# Copyright (c) 2011 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,18 +15,19 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           sgml-skel
 BuildRequires:  automake
 BuildRequires:  libxml2
 Summary:        Helper Scripts for the SGML System
+License:        GPL-2.0+
+Group:          Productivity/Publishing/SGML
 Version:        0.6
 Release:        0
-Group:          Productivity/Publishing/SGML
 Requires:       libxml2
 PreReq:         /bin/awk
 PreReq:         /bin/mv
 PreReq:         /bin/chmod
-License:        GPL-2.0+
 # URL: 
 Source0:        http://www.suse.de/~ke/%{name}/%{name}-%{version}.tar.bz2
 # :pserver:[email protected]:/cvs/docbook-tools

++++++ install-catalog.in ++++++
--- /var/tmp/diff_new_pack.VrI1SF/_old  2014-12-03 22:52:26.000000000 +0100
+++ /var/tmp/diff_new_pack.VrI1SF/_new  2014-12-03 22:52:26.000000000 +0100
@@ -4,14 +4,16 @@
 # This program is under GPL license. See LICENSE file for details.
 
 # Set help message
-SGML_HELP_MESSAGE="Usage: `basename $0` [<option>] <action>\n\
-where <option> is:\n\
-\040 -d|--delegate: \t\t\t Use DELEGATE instead of CATALOG\n\
-and where <action> is:\n\
-\040 -a|--add <centralized> <ordinary>: \t Declare ordinary catalog in the 
centralized catalog\n\
-\040 -r|--remove <centralized> <ordinary>:\t Remove ordinary catalog from the 
centralized catalog\n\
-\040 -h, --help: \t\t\t\t Print this help message and exit\n\
-\040 -v, --version: \t\t\t Print the version number and exit\n"
+SGML_HELP_MESSAGE="\
+Usage: `basename $0` [<option>] <action>
+where <option> is:
+  -d|--delegate:                       Use DELEGATE instead of CATALOG
+and where <action> is:
+  -a|--add <centralized> <ordinary>:   Declare ordinary catalog in the 
centralized catalog
+  -r|--remove <centralized> <ordinary>:        Remove ordinary catalog from 
the centralized catalog
+  -h, --help:                          Print this help message and exit
+  -v, --version:                       Print the version number and exit
+"
 
 # Set version message
 SGML_VERSION_MESSAGE="sgml-common version @VERSION@ (install-catalog version 
1.0)"
@@ -48,16 +50,16 @@
                SGML_CENTRALIZED=$2
                SGML_ORDINARY=$3
                ;;
-   -h|--help)  echo -e $SGML_HELP_MESSAGE
+   -h|--help)  echo $SGML_HELP_MESSAGE
                exit 0
                ;;
-   -v|--version) echo -e $SGML_VERSION_MESSAGE
+   -v|--version) echo $SGML_VERSION_MESSAGE
                exit 0
                ;;
    --install)   echo "install-catalog: Old syntax; doing nothing"
                exit 0
                ;;
-   *)          echo -e $SGML_HELP_MESSAGE >&2
+   *)          echo $SGML_HELP_MESSAGE >&2
                exit 1
                ;;
 esac
@@ -88,7 +90,7 @@
 # Check that the centralized catalog can be created, changed and deleted
 if [ -z "$SGML_CENTRALIZED" ]
 then
-  echo -e $SGML_HELP_MESSAGE >&2
+  echo $SGML_HELP_MESSAGE >&2
   exit 1
 fi
 case $SGML_ACTION in
@@ -111,7 +113,7 @@
 # Check that we have at least one ordinary package to process
 if [ -z "$SGML_ORDINARY" ]
 then
-  echo -e $SGML_HELP_MESSAGE >&2
+  echo $SGML_HELP_MESSAGE >&2
   exit 1
 fi
 case $SGML_ACTION in

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to