Hello community,

here is the log from the commit of package package-translations for 
openSUSE:Factory
checked in at Tue Oct 11 17:04:41 CEST 2011.



--------
--- openSUSE:Factory/package-translations/package-translations.changes  
2011-09-23 12:21:30.000000000 +0200
+++ 
/mounts/work_src_done/STABLE/package-translations/package-translations.changes  
    2011-10-11 13:46:25.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Oct 11 13:46:24 CEST 2011 - co...@suse.com
+
+- automated update on 2011-10-11
+
+-------------------------------------------------------------------
+Tue Oct 11 11:41:44 UTC 2011 - co...@suse.com
+
+- update .changes file and skip non-existant changes
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ PREPARE_PACKAGE ++++++
--- /var/tmp/diff_new_pack.c1zIpH/_old  2011-10-11 17:04:34.000000000 +0200
+++ /var/tmp/diff_new_pack.c1zIpH/_new  2011-10-11 17:04:34.000000000 +0200
@@ -7,19 +7,46 @@
   svn up $MY_LCN_PACK_CHECKOUT
 else
   echo "No \$MY_LCN_PACK_CHECKOUT set, will checkout temporarly"
-  svn export https://forgesvn1.novell.com/svn/suse-i18n/trunk/packages
+  svn export https://svn.berlios.de/svnroot/repos/opensuse-i18n/trunk/packages
   export MY_LCN_PACK_CHECKOUT=$PWD/packages
 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
   lang=`echo $file | sed -e "s,/po,,; s,.*/,,"`
   echo $file $lang
   msgcat --use-first $file/*.po | msgfmt -o mo/package-translations-$lang.mo -
 done
-rm -f package-translations.tar.bz2
-tar cfj package-translations.tar.bz2 mo
-rm -rf mo
+if diff -ru mo.old mo; then
+  echo "no changes"
+  rm -rf mo mo.old
+  exit 1
+else
+  rm -f package-translations.tar.bz2
+  tar cfj package-translations.tar.bz2 mo
+  rm -rf mo mo.old
+fi
+
+NAME=package-translations
+{
+echo "-------------------------------------------------------------------"
+timestamp=$(LC_ALL=POSIX TZ=Europe/Berlin date)
+timestamp2=$(LC_ALL=POSIX TZ=Europe/Berlin date +"%Y-%m-%d")
+user=$(osc whois | cut -d\" -f3)
+user=$(echo $user)
+echo "$timestamp - $user"
+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
+} > $NAME.changes.new
+mv $NAME.changes.new $NAME.changes
 
 exit 0

++++++ package-translations.tar.bz2 ++++++
Files old/mo/package-translations-cs.mo and new/mo/package-translations-cs.mo 
differ
Files old/mo/package-translations-de.mo and new/mo/package-translations-de.mo 
differ
Files old/mo/package-translations-es.mo and new/mo/package-translations-es.mo 
differ
Files old/mo/package-translations-fi.mo and new/mo/package-translations-fi.mo 
differ
Files old/mo/package-translations-fr.mo and new/mo/package-translations-fr.mo 
differ
Files old/mo/package-translations-hu.mo and new/mo/package-translations-hu.mo 
differ
Files old/mo/package-translations-it.mo and new/mo/package-translations-it.mo 
differ
Files old/mo/package-translations-ja.mo and new/mo/package-translations-ja.mo 
differ
Files old/mo/package-translations-nl.mo and new/mo/package-translations-nl.mo 
differ
Files old/mo/package-translations-pl.mo and new/mo/package-translations-pl.mo 
differ
Files old/mo/package-translations-pt.mo and new/mo/package-translations-pt.mo 
differ
Files old/mo/package-translations-pt_BR.mo and 
new/mo/package-translations-pt_BR.mo differ
Files old/mo/package-translations-ru.mo and new/mo/package-translations-ru.mo 
differ
Files old/mo/package-translations-zh_CN.mo and 
new/mo/package-translations-zh_CN.mo differ

continue with "q"...



Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to