commit obs-service-source_validator for openSUSE:Factory
Hello community, here is the log from the commit of package obs-service-source_validator for openSUSE:Factory checked in at 2016-07-01 09:55:09 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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" Changes: -------- --- /work/SRC/openSUSE:Factory/obs-service-source_validator/obs-service-source_validator.changes 2016-06-05 14:19:19.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.obs-service-source_validator.new/obs-service-source_validator.changes 2016-07-01 09:55:10.000000000 +0200 @@ -1,0 +2,8 @@ +Fri Jun 17 13:54:23 UTC 2016 - opensuse-packaging@opensuse.org + +- Update to version 0.6+git20160617.cfadcb0: + * 20-files-present: Add patches from debian.series file to sources list. + * 20-files-present: Add more debian standard files to ignore. + * 20-files-present: do not use cat where/while not needed + +------------------------------------------------------------------- Old: ---- obs-service-source_validator-0.6+git20160531.fbfe336.tar.bz2 New: ---- obs-service-source_validator-0.6+git20160617.cfadcb0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ obs-service-source_validator.spec ++++++ --- /var/tmp/diff_new_pack.F2461p/_old 2016-07-01 09:55:12.000000000 +0200 +++ /var/tmp/diff_new_pack.F2461p/_new 2016-07-01 09:55:12.000000000 +0200 @@ -20,7 +20,7 @@ Summary: An OBS source service: running all the osc source-validator checks License: GPL-2.0+ Group: Development/Tools/Building -Version: 0.6+git20160531.fbfe336 +Version: 0.6+git20160617.cfadcb0 Release: 0 # use osc service dr to update Source: %{name}-%{version}.tar.bz2 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.F2461p/_old 2016-07-01 09:55:12.000000000 +0200 +++ /var/tmp/diff_new_pack.F2461p/_new 2016-07-01 09:55:12.000000000 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/openSUSE/obs-service-source_validator.git</param> - <param name="changesrevision">fbfe33626da76dfff3004b197658c7de3e2ca5da</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">cfadcb0e6fd0ebdd3b7688ffe2225c0cb7b197f5</param></service></servicedata> \ No newline at end of file ++++++ debian.dsc ++++++ --- /var/tmp/diff_new_pack.F2461p/_old 2016-07-01 09:55:12.000000000 +0200 +++ /var/tmp/diff_new_pack.F2461p/_new 2016-07-01 09:55:12.000000000 +0200 @@ -1,6 +1,6 @@ Format: 1.0 Source: obs-service-source-validator -Version: 0.6+git20160531.fbfe336 +Version: 0.6+git20160617.cfadcb0 Binary: obs-service-source-validator Maintainer: Hib Eris <hib@hiberis.nl> Architecture: all ++++++ obs-service-source_validator-0.6+git20160531.fbfe336.tar.bz2 -> obs-service-source_validator-0.6+git20160617.cfadcb0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/obs-service-source_validator-0.6+git20160531.fbfe336/20-files-present-and-referenced new/obs-service-source_validator-0.6+git20160617.cfadcb0/20-files-present-and-referenced --- old/obs-service-source_validator-0.6+git20160531.fbfe336/20-files-present-and-referenced 2016-05-31 13:31:57.000000000 +0200 +++ new/obs-service-source_validator-0.6+git20160617.cfadcb0/20-files-present-and-referenced 2016-06-17 15:54:23.000000000 +0200 @@ -161,6 +161,9 @@ ( sed -ne '/^Files:/,$p' < "$i" | sed -e 1d | sed -e '/^[^ ]/,$d' | while read debchk debsize debfile ; do echo "$debfile" ; done ) >> $TMPDIR/sources done +# Add debian only patches to the allowed sources list. +test -f $DIR_TO_CHECK/debian.series && egrep -v -e '^$' -e '^ #' -e '^#' $DIR_TO_CHECK/debian.series >> $TMPDIR/sources + test -f $TMPDIR/sources || cleanup_and_exit # @@ -412,6 +415,7 @@ debian.series | \ debian.tar.gz | \ debian.triggers | \ + debian.format | \ debian.*.default | \ debian.*.dirs | \ debian.*.files | \ @@ -421,7 +425,8 @@ debian.*.postinst | \ debian.*.postrm | \ debian.*.preinst | \ - debian.*.prerm ) + debian.*.prerm | \ + debian.*.lintian-overrides ) ;; *) grep -a -x "$BASE" $TMPDIR/sources > /dev/null && continue
participants (1)
-
root@hilbert.suse.de