Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:Factory checked in at 2013-01-07 17:29:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/obs-service-source_validator (Old)
 and      /work/SRC/openSUSE:Factory/.obs-service-source_validator.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "obs-service-source_validator", Maintainer is "adr...@suse.com"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
        2012-06-14 22:55:22.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
   2013-01-07 17:29:14.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Jan  7 13:28:44 CET 2013 - r...@suse.de
+
+- exit if tmpdir creation fails (bnc#796918) 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ obs-service-source_validator.spec ++++++
--- /var/tmp/diff_new_pack.dyLKYG/_old  2013-01-07 17:29:15.000000000 +0100
+++ /var/tmp/diff_new_pack.dyLKYG/_new  2013-01-07 17:29:15.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package obs-service-source_validator
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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

++++++ obs-service-source_validator-0.2.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/obs-service-source_validator-0.2/20-files-present-and-referenced 
new/obs-service-source_validator-0.2/20-files-present-and-referenced
--- old/obs-service-source_validator-0.2/20-files-present-and-referenced        
2012-06-13 17:13:15.000000000 +0200
+++ new/obs-service-source_validator-0.2/20-files-present-and-referenced        
2013-01-07 13:27:10.000000000 +0100
@@ -28,7 +28,8 @@
 #
 # first make my TMPDIR
 #
-export TMPDIR=`mktemp -d -t check_if_valid_source_dir-XXXXXX 2>/dev/null || 
mktemp -d /var/tmp/check_if_valid_source_dir-XXXXXX`
+export TMPDIR=`mktemp -d -t check_if_valid_source_dir-XXXXXX 2>/dev/null || 
mktemp -d /var/tmp/check_if_valid_source_dir-XXXXXX` || cleanup_and_exit 1
+
 #
 # now create list of Sources.
 #
@@ -302,6 +303,7 @@
        debian.preinst | \
        debian.prerm | \
        debian.rules | \
+       debian.series | \
        debian.tar.gz | \
        debian.triggers | \
        debian.*.default | \

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

Reply via email to