Hello community,

here is the log from the commit of package translation-update-upstream for 
openSUSE:Factory checked in at 2012-02-16 16:24:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/translation-update-upstream (Old)
 and      /work/SRC/openSUSE:Factory/.translation-update-upstream.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "translation-update-upstream", Maintainer is "sbra...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/translation-update-upstream/translation-update-upstream.changes
  2011-10-16 13:04:17.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.translation-update-upstream.new/translation-update-upstream.changes
     2012-02-16 16:24:23.000000000 +0100
@@ -1,0 +2,11 @@
+Mon Feb 13 10:57:09 UTC 2012 - co...@suse.com
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Tue Oct 18 19:07:52 CEST 2011 - sbra...@suse.cz
+
+- Supplementary scripts improvement:
+  * Fixed partial mandatory update.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ translation-update-upstream.spec ++++++
--- /var/tmp/diff_new_pack.xkCg3E/_old  2012-02-16 16:24:24.000000000 +0100
+++ /var/tmp/diff_new_pack.xkCg3E/_new  2012-02-16 16:24:24.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package translation-update-upstream
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           translation-update-upstream
-License:        GPLv2+
-Group:          System/Localization
 Version:        20111013
-Release:        3
+Release:        0
 Summary:        Tool for Translation Update from Upstream
+License:        GPL-2.0+
+Group:          System/Localization
 # Ignore cracklib, as it causes build loop cracklib <-> 
translation-update-upstream
 #!BuildIgnore: cracklib libcrack2
 Provides:       translation-update-tool

++++++ upstream-collect.sh ++++++
--- /var/tmp/diff_new_pack.xkCg3E/_old  2012-02-16 16:24:25.000000000 +0100
+++ /var/tmp/diff_new_pack.xkCg3E/_new  2012-02-16 16:24:25.000000000 +0100
@@ -145,6 +145,28 @@
        let SNAPSHOT_PART2++
     fi
     SNAPSHOT=$SNAPSHOT_PART1.$SNAPSHOT_PART2
+
+    for ARCHIVE_ in translation-update-mandatory-*.tar.bz2 ; do
+       ARCHIVE=$ARCHIVE_
+    done
+    if ! test -f STAMPS/UPDATE_old_mtarball ; then
+       cd UPDATE
+       tar -jxf ../$ARCHIVE
+       # If it is not a full process, increment only release
+       # SNAPSHOT 20090213 -> 20090213.1, 20090213.1 -> 20090213.2
+       cd ..
+       touch STAMPS/UPDATE_old_mtarball
+    fi
+    MSNAPSHOT=${ARCHIVE#translation-update-mandatory-}
+    MSNAPSHOT=${MSNAPSHOT%.tar.bz2}
+    SNAPSHOT_PART1=${MSNAPSHOT%.*}
+    SNAPSHOT_PART2=${MSNAPSHOT#*.}
+    if test "$SNAPSHOT_PART1" = "$MSNAPSHOT" ; then
+       SNAPSHOT_PART2=1
+    else
+       let SNAPSHOT_PART2++
+    fi
+    MSNAPSHOT=$SNAPSHOT_PART1.$SNAPSHOT_PART2
 fi
 
 SERIAL=0
@@ -602,10 +624,10 @@
 if $COLLECT_UPSTREAM ; then
        cd $WORK_DIR/UPDATE
        if test -d po ; then
-           tar -j -c -f 
$WORK_DIR/translation-update-upstream-$SNAPSHOT.tar.bz2 po
+           tar -j -c -f 
$WORK_DIR/translation-update-upstream-$MSNAPSHOT.tar.bz2 po
        fi
        if test -d po-mandatory ; then
-           tar -j -c -f 
$WORK_DIR/translation-update-mandatory-$SNAPSHOT.tar.bz2 po-mandatory
+           tar -j -c -f 
$WORK_DIR/translation-update-mandatory-$MSNAPSHOT.tar.bz2 po-mandatory
        fi
 fi
 

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

Reply via email to