Hello community,

here is the log from the commit of package gettext-runtime for openSUSE:Factory 
checked in at 2014-12-31 11:21:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gettext-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.gettext-runtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gettext-runtime"

Changes:
--------
gettext-java.changes: same change
--- /work/SRC/openSUSE:Factory/gettext-runtime/gettext-runtime-mini.changes     
2014-11-04 17:27:29.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.gettext-runtime.new/gettext-runtime-mini.changes    
    2014-12-31 11:22:03.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Dec 28 15:03:00 UTC 2014 - Led <[email protected]>
+
+- fix 'echo -e' in cvs.sh script that may be unsupported in some
+  POSIX-complete shells
+- add patches:
+  * gettext-0.19.3-fix-bashisms.patch
+
+-------------------------------------------------------------------
gettext-runtime.changes: same change

New:
----
  gettext-0.19.3-fix-bashisms.patch

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

Other differences:
------------------
gettext-java.spec: same change
++++++ gettext-runtime-mini.spec ++++++
--- /var/tmp/diff_new_pack.YMFTiY/_old  2014-12-31 11:22:04.000000000 +0100
+++ /var/tmp/diff_new_pack.YMFTiY/_new  2014-12-31 11:22:04.000000000 +0100
@@ -61,6 +61,7 @@
 Source5:        http://ftp.gnu.org/gnu/gettext/gettext-%{version}.tar.xz.sig
 Source6:        %name.keyring
 Patch:          gettext-0.12.1-sigfpe.patch
+Patch1:         gettext-0.19.3-fix-bashisms.patch
 Patch2:         gettext-0.12.1-gettextize.patch
 Patch4:         gettext-po-mode.diff
 Patch5:         gettext-initialize_vars.patch
@@ -118,6 +119,7 @@
 %prep
 %setup -q -n %{pacname}-%{version}
 %patch
+%patch1 -p1
 %patch2
 %patch4
 %patch5

gettext-runtime.spec: same change
++++++ gettext-0.19.3-fix-bashisms.patch ++++++
diff -Ndurp gettext-0.19.3/gettext-tools/examples/hello-c++-kde/admin/cvs.sh 
gettext-0.19.3-fix-bashisms/gettext-tools/examples/hello-c++-kde/admin/cvs.sh
--- gettext-0.19.3/gettext-tools/examples/hello-c++-kde/admin/cvs.sh    
2013-05-02 11:40:04.000000000 +0300
+++ 
gettext-0.19.3-fix-bashisms/gettext-tools/examples/hello-c++-kde/admin/cvs.sh   
    2014-12-28 16:59:45.300732878 +0200
@@ -423,7 +423,12 @@ for subdir in $dirs; do
        fi
    fi
    if test -n "`grep -r KAboutData *.c* *.C* 2>/dev/null`"; then
-       echo -e 'i18n("_: NAME OF TRANSLATORS\\n"\n"Your names")\ni18n("_: 
EMAIL OF TRANSLATORS\\n"\n"Your emails")' > _translatorinfo.cpp
+       cat > _translatorinfo.cpp <<-EOF
+       i18n("_: NAME OF TRANSLATORS\n"
+       "Your names")
+       i18n("_: EMAIL OF TRANSLATORS\n"
+       "Your emails")
+       EOF
    else echo " " > _translatorinfo.cpp
    fi
    perl -e '$mes=0; while (<STDIN>) { next if (/^(if|else|endif)\s/); if 
(/^messages:/) { $mes=1; print $_; next; } if ($mes) { if (/$\\(XGETTEXT\)/ && 
/ -o/) { s/ -o \$\(podir\)/ _translatorinfo.cpp -o \$\(podir\)/ } print $_; } 
else { print $_; } }' < Makefile.am | egrep -v '^include ' > _transMakefile
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to