Hello community,

here is the log from the commit of package obs-service-source_validator for 
openSUSE:Factory checked in at 2012-05-08 18:01:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 ""

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes
        2012-04-12 09:43:19.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes
   2012-05-08 18:01:27.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Apr 27 14:07:07 CEST 2012 - r...@suse.de
+
+- use --nodeps with rpmbuild in 20-files-present-and-referenced 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ obs-service-source_validator.spec ++++++
--- /var/tmp/diff_new_pack.SBIFWW/_old  2012-05-08 18:01:28.000000000 +0200
+++ /var/tmp/diff_new_pack.SBIFWW/_new  2012-05-08 18:01:28.000000000 +0200
@@ -32,7 +32,7 @@
 Requires:       perl-TimeDate
 Provides:       osc-source_validator = %version
 Obsoletes:      osc-source_validator <= 0.1
-%if %suse_version > 1210
+%if 0%{?suse_version} > 1210
 Requires:       rpm-build
 %endif
 

++++++ 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-02-20 14:11:31.000000000 +0100
+++ new/obs-service-source_validator-0.2/20-files-present-and-referenced        
2012-04-27 14:05:22.000000000 +0200
@@ -125,8 +125,8 @@
             sed -e "s@^$nodup:@X$nodup:@" -e 
"0,/^X$nodup:/{s@^X$nodup:@$nodup:@}" -e "s@^X$nodup:.*@@" $TMPDIR/tmp.spec > 
$TMPDIR/tmp.spec.2 && mv $TMPDIR/tmp.spec.2 $TMPDIR/tmp.spec
         done
 
-       $RPMBUILD -bp $TMPDIR/tmp.spec >> $TMPDIR/sources 2>&1 || {
-           $RPMBUILD -bp $TMPDIR/tmp.spec
+       $RPMBUILD --nodeps -bp $TMPDIR/tmp.spec >> $TMPDIR/sources 2>&1 || {
+           $RPMBUILD --nodeps -bp $TMPDIR/tmp.spec
            cleanup_and_exit 1
        }
        egrep -v '^warning' $TMPDIR/sources > $TMPDIR/sources.t && mv 
$TMPDIR/sources.t $TMPDIR/sources
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-source_validator-0.2/Makefile 
new/obs-service-source_validator-0.2/Makefile
--- old/obs-service-source_validator-0.2/Makefile       2012-02-20 
14:11:31.000000000 +0100
+++ new/obs-service-source_validator-0.2/Makefile       2012-04-27 
14:05:22.000000000 +0200
@@ -1,5 +1,5 @@
 PRJ=openSUSE:Tools
-PKG=osc-source_validator
+PKG=obs-service-source_validator
 
 all:
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/obs-service-source_validator-0.2/mktar 
new/obs-service-source_validator-0.2/mktar
--- old/obs-service-source_validator-0.2/mktar  2012-02-20 14:11:31.000000000 
+0100
+++ new/obs-service-source_validator-0.2/mktar  2012-04-27 14:05:22.000000000 
+0200
@@ -1,7 +1,7 @@
 #!/bin/sh
 set -e
-NAME=osc-source_validator
-VERSION=0.1
+NAME=obs-service-source_validator
+VERSION=0.2
 datefmt="%Y.%m.%d.%H%M"
 LAST_COMMIT=(`git rev-list --timestamp HEAD^..HEAD`)
 DATE=`date +$datefmt -d "1970-01-01 00:00 UTC $LAST_COMMIT seconds"`

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

Reply via email to