Hello community,
here is the log from the commit of package package-translations for
openSUSE:Factory checked in at 2016-10-06 12:27:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/package-translations (Old)
and /work/SRC/openSUSE:Factory/.package-translations.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "package-translations"
Changes:
--------
---
/work/SRC/openSUSE:Factory/package-translations/package-translations.changes
2016-09-09 10:18:54.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.package-translations.new/package-translations.changes
2016-10-06 12:27:36.000000000 +0200
@@ -1,0 +2,5 @@
+Sun Oct 2 12:21:02 UTC 2016 - [email protected]
+
+- automated update on 2016-10-02
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ PREPARE_PACKAGE ++++++
--- /var/tmp/diff_new_pack.LSWhkM/_old 2016-10-06 12:27:38.000000000 +0200
+++ /var/tmp/diff_new_pack.LSWhkM/_new 2016-10-06 12:27:38.000000000 +0200
@@ -1,21 +1,21 @@
#!/bin/bash
test -f package-translations.spec || { "cwd must contain
package-translations.spec"; exit 1; }
-
-if test -d "$MY_LCN_PACK_CHECKOUT"; then
- echo "Updating $MY_LCN_PACK_CHECKOUT"
- svn up $MY_LCN_PACK_CHECKOUT
+PWD=$(pwd)
+if test -d "$MY_PKG_I18N_CHECKOUT"; then
+ echo "Updating $MY_PKG_I18N_CHECKOUT"
+ cd $MY_PKG_I18N_CHECKOUT && git pull && cd $PWD
else
- echo "No \$MY_LCN_PACK_CHECKOUT set, will checkout temporarly"
- svn export https://svn.opensuse.org/svn/opensuse-i18n/trunk/packages
- export MY_LCN_PACK_CHECKOUT=$PWD/packages
+ echo "No \$MY_PKG_I18N_CHECKOUT set, will checkout temporarly"
+ git clone https://github.com/opensuse/packages-i18n.git
+ export MY_PKG_I18N_CHECKOUT=$PWD/packages-i18n
fi
rm -rf mo
tar xf package-translations.tar.bz2
mv mo mo.old
mkdir mo
-for file in $MY_LCN_PACK_CHECKOUT/*/po; do
+for file in $MY_PKG_I18N_CHECKOUT/*/po; do
lang=`echo $file | sed -e "s,/po,,; s,.*/,,"`
echo $file $lang
msgcat --use-first $file/*.po | msgfmt -o mo/package-translations-$lang.mo -
@@ -41,11 +41,7 @@
echo
echo "- automated update on $timestamp2"
echo
-if head -n 6 $NAME.changes | grep -q "automated update" ; then
- tail -n +6 $NAME.changes
-else
- cat $NAME.changes
-fi
+cat $NAME.changes
} > $NAME.changes.new
mv $NAME.changes.new $NAME.changes
++++++ package-translations.tar.bz2 ++++++
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo
differ