Hello community,

here is the log from the commit of package obs-service-tar_scm for 
openSUSE:Factory checked in at 2012-09-26 16:25:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-tar_scm (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-tar_scm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-tar_scm", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/obs-service-tar_scm/obs-service-tar_scm.changes  
2012-07-30 09:31:14.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-tar_scm.new/obs-service-tar_scm.changes 
    2012-09-26 16:25:14.000000000 +0200
@@ -1,0 +2,8 @@
+Mon Sep 24 11:47:27 UTC 2012 - jsl...@suse.com
+
+- add --date=short to get_vesion of git and remove '-' chars
+  by sed. This allows us to use %ad as versionformat and
+  have something like "20120916" as version instead of
+  terrible Unix timestamps.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tar_scm ++++++
--- /var/tmp/diff_new_pack.cticXH/_old  2012-09-26 16:25:16.000000000 +0200
+++ /var/tmp/diff_new_pack.cticXH/_new  2012-09-26 16:25:16.000000000 +0200
@@ -402,7 +402,7 @@
   case "$MYSCM" in
     git)
       #version=`safe_run git show --pretty=format:"$MYFORMAT" | head -n 1`
-      version=`safe_run git log -n1 --pretty=format:"$MYFORMAT"`
+      version=`safe_run git log -n1 --date=short 
--pretty=format:"$MYFORMAT"|sed 's@-@@g'`
       ;;
     svn)
       #rev=`LC_ALL=C safe_run svn info | awk '/^Revision:/ { print $2 }'`

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

Reply via email to